/b2evolution/corporatemag/_sidebar_right.inc.php
http://laibcomsthemes.googlecode.com/ · PHP · 42 lines · 16 code · 5 blank · 21 comment · 1 complexity · 4ce06c6046e7d355128d731d1e907385 MD5 · raw file
- <?php
- /**
- * This is the SIDEBAR include template.
- *
- * This is meant to be included in a page template.
- *
- * @package evoskins
- * @subpackage nonzero
- */
- if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
-
- // By default, this does nothing. It's just here to simplify the includes of different sidebars, minimizing edits.
-
- ?>
-
- <div id="sidebar">
- <?php
- // ------------------------- SIDEBAR INCLUDED HERE --------------------------
- skin_include( '_sidebar-w-1.inc.php' );
- // Note: You can customize the default BODY footer by copying the
- // _body_footer.inc.php file into the current skin folder.
- // ----------------------------- END OF SIDEBAR -----------------------------
- ?>
- <div id="secondary">
- <?php
- // ------------------------- SIDEBAR INCLUDED HERE --------------------------
- skin_include( '_sidebar-1.inc.php' );
- // Note: You can customize the default BODY footer by copying the
- // _body_footer.inc.php file into the current skin folder.
- // ----------------------------- END OF SIDEBAR -----------------------------
-
- // ------------------------- SIDEBAR INCLUDED HERE --------------------------
- skin_include( '_sidebar-2.inc.php' );
- // Note: You can customize the default BODY footer by copying the
- // _body_footer.inc.php file into the current skin folder.
- // ----------------------------- END OF SIDEBAR -----------------------------
- ?>
- <div class="clear"></div>
- </div><!-- end of id="secondary" -->
- </div><!-- end of id="sidebar" -->
-
- <div class="clear"></div>