[ Index ] |
|
Code source de Serendipity 1.2 |
1 {if $is_raw_mode} 2 <div id="serendipity{$pluginside}SideBar"> 3 {/if} 4 {foreach from=$plugindata item=item} 5 {if $item.class == "serendipity_quicksearch_plugin" and $template_option.sitenav_quicksearch == 'true' and ($template_option.sitenavpos == 'above' or $template_option.sitenavpos == 'below')} 6 <!-- do nothing thereby supressing quicksearch in the sidebar when enabled in --> 7 <!-- navigation menu bar and ONLY when navigation bar is above or below header --> 8 {else} 9 <div class="serendipitySideBarItem container_{$item.class}"> 10 {if $item.title != ""} 11 <h3 class="serendipitySideBarTitle {$item.class}">{$item.title}</h3> 12 {/if} 13 <div class="serendipitySideBarContent">{$item.content}</div> 14 <div class="serendipitySideBarFooter"></div> 15 </div> 16 {/if} 17 {/foreach} 18 {if $is_raw_mode} 19 </div> 20 {/if}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |