Tools module update to 2.0beta2 add Blocks anywhere

Date 2009/4/8 14:00:00 | Topic: Modules

Another smarty plungin for block callback in anywhere.
there are two methods
The first is simple call like following:
<{xoBlk module="system" file="system_blocks.php" show_func="b_system_search_show"  template="system_block_search.html"}>

The another is template formart like following:
<{xoBlkTpl module="system" file="system_blocks.php" show_func="b_system_search_show" }>
<
form style="margin-top: 0px;" action="<{$xoops_url}>/search.php" method="get">
  <
input type="text" name="query" size="14" /><input type="hidden" name="action" value="results" /><br /><input type="submit" value="<{$block.lang_search}>" />
</
form>
<
a href="<{$xoops_url}>/search.php" title="<{$block.lang_advsearch}>"><{$block.lang_advsearch}></a>
<{/
xoBlkTpl}>


have fun!
click here download



This article comes from XOOPS Web Application System
https://xoops.org

The URL for this story is:
https://xoops.org/modules/news/article.php?storyid=4734