?> images/logo.jpg" height="66" width="280" /></div> <div id="header_bottom"></div> <div id="nav_holder"><?php exponent_theme_showModule("navigationmodule", "Top Nav"); ?> </div> <div id="rightbar"><div class="inner"></div></div> <div id="leftbar"><div class="inner"> <?php exponent_theme_showModule("containermodule", "Default", "", "left"); ?> <hr size="1" /> <?php exponent_theme_showModule("loginmodule", "Default", "Member Login"); ?> <hr size="1" /> <?php exponent_theme_showSectionalModule("containermodule", "Default", "", "@left"); ?> </div></div> <div id="main"> <?php exponent_theme_sourceSelectorInfo(); ?> <?php exponent_theme_main(); ?> </div>
<?php exponent_theme_showModule("loginmodule", "Default"); ?> <?php exponent_theme_showModule("previewmodule", "Default"); ?> </td> <td width="1" rowspan="5"> </td> </tr> <tr> <td colspan="3"><hr size="1" /></td> </tr> <tr> <td width="186" align="left" valign="top"> <?php exponent_theme_showModule("navigationmodule", "Children Only"); ?> </td> </tr> <tr> <td><hr size="1" /></td> </tr> <tr> <td align="left" valign="top"> <?php exponent_theme_showSectionalModule("containermodule", "Default", "", "@right"); ?> </td> </tr> <tr>
<?php exponent_theme_showModule("navigationmodule", "Breadcrumb"); ?> <tr> <td height="100%" valign="top" style="padding-top: 20px"> <?php exponent_theme_main(); ?> </td> </tr> </table> </td> <td valign="top" width="59" height="100%" background="<?php echo THEME_RELATIVE; ?> images/l02.gif"><img src="<?php echo THEME_RELATIVE; ?> images/right.gif"></td> </tr> <tr> <td colspan="4" style="padding-left: 10px; padding-right: 10px"> <?php exponent_theme_showModule("textmodule", "Wide", "", "copyright"); ?> </td> </tr> </table> </body> </html>
exponent_theme_showModule("loginmodule", "Default"); ?> <?php exponent_theme_showModule("previewmodule", "Default"); ?> <br /><hr size="1"/><br /><?php exponent_theme_showModule("navigationmodule", "Children Only"); ?> <br /><hr size="1"/><br /><?php exponent_theme_showSectionalModule("containermodule", "Default", "", "@left"); ?> <br /><hr size="1"/><br /><?php exponent_theme_showSectionalModule("containermodule", "Default", "", "@right"); ?> </td> <td> </td> </tr> </table> </td> <td width="374" align="center" valign="top"> <table width="374" border="0" cellspacing="5" cellpadding="0"> <tr> <td align="left" valign="top"> <?php exponent_theme_showModule("textmodule", "Default", "", "Header Text"); exponent_theme_mainContainer(); ?> </td> </tr> </table>
function exponent_theme_showTopSectionalModule($module, $view, $title, $prefix = null, $pickable = false) { global $db; if ($prefix == null) { $prefix = "@section"; } $last_section = exponent_sessions_get("last_section"); $section = $db->selectObject("section", "id=" . $last_section); // Loop until we find the top level parent. while ($section->parent != 0) { $section = $db->selectObject("section", "id=" . $section->parent); } exponent_theme_showModule($module, $view, $title, $prefix . $section->id, $pickable, $section); }
<tr> <td colspan="2" height="1" bgcolor="000000"></td> </tr> <tr> <td colspan="2" height="20" bgcolor="339bcc" align="right" id="topNavContainer"> <?php exponent_theme_showModule("NavigationModule", "Top Nav"); ?> </td> </tr> <tr> <td colspan="2" height="1" bgcolor="000000"></td> </tr> <tr> <td id="leftSidebarContainer" width="175" align="left" valign="top" bgcolor="99cc33" style="padding-left: 10px; padding-top: 20px; padding-right: 10px; width: 175px;"> <?php exponent_theme_showModule("LoginModule", "Default"); echo "<br /><hr size='1' /><br />"; exponent_theme_showModule("NavigationModule", "Full Hierarchy"); #exponent_theme_showModule("NavigationModule","Marked Hierarchy"); #exponent_theme_showModule("NavigationModule","Collapsing Hierarchy"); #exponent_theme_showModule("NavigationModule","Expanding Hierarchy"); ?> </td> <td align="left" valign="top" style="padding-left: 20px; padding-right: 20px; padding-top: 20px;"> <?php if (!exponent_theme_inAction()) { exponent_theme_showModule("NavigationModule", "Breadcrumb"); echo "<br />"; echo "<br />"; }
<td height="38" id="toplevelnav"><?php pathos_theme_showModule("navigationmodule", "CSS Menu"); ?> </td> </tr> <tr> <td style="padding:0 0 7px 0;"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="582" height="35" valign="top"><table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td id="bodytop-long"></td> </tr> <tr> <td id="bodycontentall"> <div id="breadcrumb"><?php exponent_theme_showModule("navigationmodule", "Breadcrumb"); ?> </div> <?php pathos_theme_main(); ?> </td> </tr> <tr> <td><div align="right"><img src="<?php echo THEME_RELATIVE; ?> images/body-bottom-nd.gif" alt="bottom" width="581" height="41"></div></td> </tr> </table></td>
?> </td> </tr> <tr> <td><div align="right"><img src="<?php echo THEME_RELATIVE; ?> images/body-bottom-nd.gif" alt="bottom" width="581" height="41"></div></td> </tr> </table></td> <td valign="top" align="left"><div class="sidebar" style="margin-left:7px;"> <?php exponent_theme_showModule("navigationmodule", "Children Only"); ?> <?php exponent_theme_showModule("previewmodule", "Default"); ?> <?php //exponent_theme_showModule("searchmodule","Default"); ?> <img src="<?php echo THEME_RELATIVE; ?> images/community.gif" alt="community" border="0" usemap="#Map"> <?php exponent_theme_showSectionalModule("containermodule", "Default", "", "@rightsidebar"); ?> </div></td> </tr> </table></td> </tr>