ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSWeb/data/include/common.php
Revision: 642
Committed: 2006-01-05T13:15:22-08:00 (19 years, 6 months ago) by douglas
File size: 313 byte(s)
Log Message:
Hmm?

File Contents

# Content
1 <?php # $Id$
2 function common_header($root = "")
3 {
4 $sections = array('Home' => './', 'Hosts' => 'hosts/', 'Users' => 'users.php');
5
6 ?><p class="center"><?
7
8 foreach ($sections as $section => $url)
9 {
10 if ($section != 'Home')
11 {
12 ?> | <?
13 }
14 ?><a href="<?=$root . $url?>"><?=$section?></a><?
15 }
16
17 ?></p><?
18 }
19 ?>

Properties

Name Value
svn:keywords Id