From: <txm...@us...> - 2015-02-07 12:31:06
|
Revision: 12967 http://sourceforge.net/p/xoops/svn/12967 Author: txmodxoops Date: 2015-02-07 12:31:05 +0000 (Sat, 07 Feb 2015) Log Message: ----------- Added side footer blocks template files for customization Added Paths: ----------- XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/ XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_c.html XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_l.html XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_r.html Added: XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_c.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_c.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_c.html 2015-02-07 12:31:05 UTC (rev 12967) @@ -0,0 +1,4 @@ +<div id="<{$block.module}>" class="xo-block"> + <{if $block.title}><div class="xo-title"><h4><{$block.title}></h4></div><{/if}> + <div class="xo-content"><{$block.content}></div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_l.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_l.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_l.html 2015-02-07 12:31:05 UTC (rev 12967) @@ -0,0 +1,4 @@ +<div id="<{$block.module}>" class="xo-block"> + <{if $block.title}><div class="xo-title"><h4><{$block.title}></h4></div><{/if}> + <div class="xo-content"><{$block.content}></div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_r.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_r.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0_timgno/htdocs/themes/default/xotpl/block_footer_r.html 2015-02-07 12:31:05 UTC (rev 12967) @@ -0,0 +1,4 @@ +<div id="<{$block.module}>" class="xo-block"> + <{if $block.title}><div class="xo-title"><h4><{$block.title}></h4></div><{/if}> + <div class="xo-content"><{$block.content}></div> +</div> \ No newline at end of file |