Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Location
    Memphis, USA
    Posts
    299
    Plugin Contributions
    0

    Default Need to add some HTML to footer menu

    Since I know very little about html can someone tell me where I put the code to show to the right of useful links on my pages?
    The stock current code looks like this:

    ?>

    <dl>
    <?php echo QUICKLINKS; ?>
    <?php echo INFORMATION; ?>
    <?php echo CUSTOMER_SERVICE; ?>
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <?php echo IMPORTANT; ?>
    <?php require($template->get_template_dir('tpl_ezpages_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_footer_menu.php'); ?>
    <?php } ?><?php echo IMPORTANT_END; ?>
    </dl>

    I need to add the paypal code as follows:

    <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr><tr><td align="center"><a href="https://www.paypal.com/webapps/mpp/paypal-popup" title="How PayPal Works" onclick="javascript:window.open('https://www.paypal.com/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700'); return false;"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg" border="0" alt="PayPal Acceptance Mark"></a></td></tr></table><!-- PayPal Logo -->

    Thanks in advance for any help.

  2. #2
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Need to add some HTML to footer menu

    It's really hard to tell from your post by I'm thinking this is going to need to be added to your tpl_ezpages_footer_menu.php file

  3. #3
    Join Date
    Jan 2008
    Location
    Memphis, USA
    Posts
    299
    Plugin Contributions
    0

    Default Re: Need to add some HTML to footer menu

    ok I will try that..I just wanted the logo to the right of useful links in that empty white space at the bottom of the page

    I was trying it under tpl_footer_menu
    Last edited by coucho; 19 Jul 2013 at 04:19 AM.

  4. #4
    Join Date
    Jan 2008
    Location
    Memphis, USA
    Posts
    299
    Plugin Contributions
    0

    Default Re: Need to add some HTML to footer menu

    I tried the ez pages footer and it did get a little closer. I put the code back into the tpl_footer_menu file and the logo is at the very bottom of the page. I left it so one can see it.

 

 

Similar Threads

  1. How Can I Add a lot More HTML in Footer
    By cryptoreporter in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Oct 2014, 01:14 AM
  2. Need some Header and Footer help please...
    By carwash in forum Templates, Stylesheets, Page Layout
    Replies: 24
    Last Post: 18 Oct 2011, 11:23 AM
  3. add some php to the footer?
    By fourthsyde in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Aug 2008, 04:08 PM
  4. How to add html to header and footer
    By holdika in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jan 2008, 03:05 PM
  5. Need some help wtih the footer layout.
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Oct 2007, 05:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg