Results 1 to 3 of 3
  1. #1

    Default Adding divider between different sections of EZ pages?

    my top 3 links for easy pages are:
    About us
    Services
    Done Jobs

    I want to insert a line or divider after this and have a section for our affiliates i.e companies we exchange links with how would I do this?

    Test cart:
    http://www.optifact.com/zencart
    http://www.signsinthemaking.com - Real Estate and Custom Signs!

  2. #2
    Join Date
    Jul 2008
    Location
    PA
    Posts
    23
    Plugin Contributions
    0

    Default Re: Adding divider between different sections of EZ pages?

    Assuming you are using the EZ Page side box, go to tpl_ezpages.php Right after this code:

    for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {

    Add this code

    if ($var_linksList[$i]['name'] == 'Testimonals') {
    $content .= '<hr id="catBoxDivider" />' . "\n";
    }


    This will put the divider line above Testimonals. Change the name to where ever you want the divider to show above.

  3. #3

    Default Re: Adding divider between different sections of EZ pages?

    thanks a ton!
    http://www.signsinthemaking.com - Real Estate and Custom Signs!

 

 

Similar Threads

  1. Divider Lines Between Categories
    By amyleew in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jan 2010, 03:22 PM
  2. Different Navs For Different sections
    By Andy_GS in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Jun 2009, 04:25 PM
  3. extra space between sections
    By baazil1 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Jul 2007, 03:38 AM
  4. Adding space between sections
    By A-1 Electronics in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Jul 2007, 10:07 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR