/[drupal]/contributions/themes/andreas03/template.php
ViewVC logotype

Contents of /contributions/themes/andreas03/template.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Aug 13 11:27:58 2006 UTC (3 years, 3 months ago) by xweb
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
no message
1 <?php
2
3 function xweb_primary_links() {
4 $links = menu_primary_links();
5 if ($links) {
6 foreach ($links as $link) {
7 $output .= '<span class=sidelink>' . $link . '</span>';
8 };
9 }
10 return $output;
11 }
12
13 ?>

  ViewVC Help
Powered by ViewVC 1.1.2