kornfr333k Posted February 23, 2008 Posted February 23, 2008 hy there. i have a small problem.. i want to use dynamenu on my webstie BUT....the flyouts keep showing up on the bottom left corner. i know i have to paste // Output the footer for Dynamenu for osCommerce echo $GLOBALS['dmfooter']; in my footer.php but my footer.php looks like this: <?php /* $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ;?> <table border="0" width="732" cellspacing="0" cellpadding="0" bgcolor="#0b1820" style="padding-bottom:3px; "> <tr> <td align="center"> <table border="0" width="716" cellspacing="0" cellpadding="0" style="margin-top:4px; "> <tr > </tr> </table> <table border="0" width="716" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText" style="color:#456B81; padding:5px 0px;"><?php echo FOOTER_TEXT_BODY; ?> </td> </tr> </table> </td> </tr> </table> </center> there is no </body> tag and i don't know how to modify it. i currently pasted it liike this: .....<table border="0" width="716" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText" style="color:#456B81; padding:5px 0px;"><?php echo FOOTER_TEXT_BODY; ?> </td> </tr> </table> </td> </tr> </table> </center> <?php echo $GLOBALS['dmfooter']; ?> and the flyouts appear under the website. here.. take a look : http://www.dkbike.ro/catalog i need help..pls...fast...:D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.