Thread: EZ Pages Footer

Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    31
    Plugin Contributions
    0

    Default EZ Pages Footer

    At http://dizzydeals.net/
    I removed the "Home" link from the footer after that it looks like there are a lot of extra spaces * before the | separator ?

    my ezcart separators in the admin section is  |  so it's something in the tpl_ezpages_bar_footer.php or tpl_footer.php

    Note: in the tpl_ezpages_bar_footer.php if i remove the <li> </li> it looks perfect except the font is bold and big
    Code:
    <li><?php echo ($i <= $n & $i != 1 ? EZPAGES_SEPARATOR_FOOTER : ''). "\n"; ?>
    	<a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a></li>
    I cant figure it out can you please help?

  2. #2
    Join Date
    Dec 2010
    Posts
    31
    Plugin Contributions
    0

    Default Re: EZ Pages Footer

    FIXED!
    Code:
    <ul class="footer-links list-style-none float-right">
    	<li><?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {  ?>
    	<?php echo ($i <= $n & $i != 1 ? EZPAGES_SEPARATOR_FOOTER : ''); ?>
    	<a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a>
    	<?php } // end FOR loop ?></li>
    </ul>

 

 

Similar Threads

  1. Remove EZ-Pages footer
    By Ivanna in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Jul 2011, 03:42 PM
  2. EZ pages footer problem
    By artifaxworthing in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Mar 2010, 10:31 AM
  3. Ez-Pages Footer
    By Berserker in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Jan 2007, 12:29 AM
  4. Ez-Pages Footer
    By dootch in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Nov 2006, 06:47 PM
  5. Footer Navigation - EZ pages
    By aussiewench in forum General Questions
    Replies: 0
    Last Post: 25 Sep 2006, 10:16 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