/[drupal]/contributions/themes/vertigo/page.tpl.php
ViewVC logotype

Diff of /contributions/themes/vertigo/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Mon Mar 12 06:32:04 2007 UTC revision 1.4, Fri Mar 16 02:26:48 2007 UTC
# Line 22  Line 22 
22        <?php if (is_array($primary_links)) : ?>        <?php if (is_array($primary_links)) : ?>
23          <?php          <?php
24            foreach($primary_links AS $links){            foreach($primary_links AS $links){
25              echo "<a href=\"".base_path().$links['href']."\">".$links['title']."</a> |";              echo l($links['title'], $links['href']) .' | ';
26            }            }
27            endif;            endif;
28          ?>          ?>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2