source: trunk/www.guidonia.net/wp/wp-content/themes/fusion/sidebar2.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 320 bytes
Line 
1<!-- 2nd sidebar -->
2<div id="sidebar2">
3 <div id="sidebar2-wrap">
4 <ul>
5 <?php
6 if (function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
7 <li>hey look another sidebar :)<br />Add some widgets here to make me dissapear</li>
8 <?php endif; ?>
9 </ul>
10 </div>
11</div>
12<!-- /2nd sidebar -->
Note: See TracBrowser for help on using the repository browser.