Jump to content

lifemail

Newbie
  • Posts

    2
  • Joined

  • Last visited

lifemail's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. прошу вас, кто знает какая ошибка пожалуйста подскажите! спасибо!
  2. у меня на 6 експлоре съезжает менюшка вниз(http://autoriginal.com.ua/) неподскажите в ч?м ошибка, спасибо! вот код <div id="logo"> <div> <?php mosLoadModules ( 'user9' ); ?> </div> <?php switch ($option){ case "com_frontpage": echo '<div id="top_bar_home"><img border="0" src="'.$myway.'/images/space.gif" alt="" width="1" height="1" usemap="#Map2" />'; break; default: echo '<div id="top_bar"><img border="0" src="'.$myway.'/images/space.gif" alt="" width="1" height="1" usemap="#Map" />'; break;}?> </div></div> <div align="center" ><?php echo $mycssONLY_PRI_menu ?></div> <div id="clear"></div> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="centertb"> <tr> <?php if (mosCountModules('left')) { ?> <td valign="top" class="leftcol"> <div> <?php mosLoadModules ( 'left',-3 ); ?> </div> </td> <?php } ?> <td valign="top" width="100%" id="contenttb"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <?php if (mosCountModules('top')) { ?> <tr valign="top" > <td colspan="3" align="center" class="contentmod"> <div> <?php mosLoadModules ( 'top'); ?> </div> </td> </tr> <tr><td colspan="3"></td></tr> <?php } ?> <?php if (mosCountModules( "user1" )>0 or mosCountModules( "user2" )>0) { ?> <tr> <?php if (mosCountModules('user1')) { ?> <td valign="top" class="contentmod"> <div> <?php mosLoadModules ( 'user1' ); ?> </div> </td> <?php } ?> <?php if (mosCountModules( "user1" )>0 && mosCountModules( "user2" )>0) { ?> <td><div class="mod"></div></td> <?php } ?> <?php if (mosCountModules('user2')) { ?> <td valign="top" class="contentmod"> <div> <?php mosLoadModules ( 'user2' ); ?> </div></td> <?php } ?> </tr> <tr><td colspan="3"></td></tr> <?php } ?> <tr> <td colspan="3" class="pw" ><div><?php mosPathWay(); ?></div></td> </tr> <tr align="left" valign="top"> <td colspan="3" style="padding: 5px 0;"> <div class="main"> <?php mosMainBody(); ?> <?php if (file_exists($mosConfig_absolute_path."/components/com_comments/comments.php")) {require_once($mosConfig_absolute_path."/components/com_comments/comments.php"); } ?> </div> </td> </tr> <?php if (mosCountModules('bottom')) { ?> <tr> <td colspan="3" valign="top" style="padding-top: 3px;text-align: left;"> <div> <?php mosLoadModules ( 'bottom' ); ?> </div> </td> </tr> <?php } ?> </table> </td> <?php if (mosCountModules('right')) { ?> <td valign="top" class="rightcol"> <div> <?php mosLoadModules ( 'right',-3 ); ?> </div> </td> <?php } ?> </tr> </table> <div class="foot"> <div class="footer_left"> <?php include_once ($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/footer.inc"); ?> </div> <div class="footer_right"> <?php if (mosCountModules('user3')) { ?> <?php mosLoadModules ( 'user3',-1 ); ?> <?php } ?> </div> </div> <map name="Map" id="Map"> <area shape="rect" coords="-4,45,28,29" href="index.php" alt="home" /> <area shape="rect" coords="37,45,71,29" href="index.php?option=com_contact&Itemid=3" alt="contact" /> <area shape="rect" coords="80,45,114,29" href="index.php?option=com_search&Itemid=5" alt="search" /> </map> <map name="Map2" id="Map2"> <area shape="rect" coords="37,45,71,29" href="index.php?option=com_contact&Itemid=3" alt="contact" /> <area shape="rect" coords="80,45,114,29" href="index.php?option=com_search&Itemid=5" alt="search" /> </map> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy