Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unwind23

Archived
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Doug

Unwind23's Achievements

  1. Oh and to add...I think the misplacement of that code in my footer is causing the problem I'm having of subcategories not appearing when I hover over the menu...are those things related?? (Sorry for the double post)
  2. Hi this may be a really stupid question...I'm VERY new to PHP so be patient with me... I'm going to be using a horizontal menu in my header, so when it says to put "// Output the footer for Dynamenu for osCommerce echo $GLOBALS['dmfooter'];" in the footer.php file...I can't figure out exactly where it goes...here is what my footer.php looks like...can anyone help a newbie out? Thanks in advance! <?php /* $Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <BR> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> </table>
×
×
  • Create New...