[Simplesheet-commits] SF.net SVN: simplesheet: [9] trunk
Status: Inactive
Brought to you by:
ronaldmaas
|
From: <ron...@us...> - 2007-07-25 14:36:57
|
Revision: 9
http://simplesheet.svn.sourceforge.net/simplesheet/?rev=9&view=rev
Author: ronaldmaas
Date: 2007-07-25 07:36:55 -0700 (Wed, 25 Jul 2007)
Log Message:
-----------
Add quick navigate menu to the top of each page
Modified Paths:
--------------
trunk/header.php
Added Paths:
-----------
trunk/menu.php
Modified: trunk/header.php
===================================================================
--- trunk/header.php 2007-07-25 14:17:03 UTC (rev 8)
+++ trunk/header.php 2007-07-25 14:36:55 UTC (rev 9)
@@ -9,3 +9,8 @@
<title>NewCo Administration</title>
</head>
<body bgcolor="#ffffff">
+<?php
+if ($_SESSION["loggedin"] == "YEPPERS") {
+ include_once("menu.php");
+}
+?>
Added: trunk/menu.php
===================================================================
--- trunk/menu.php (rev 0)
+++ trunk/menu.php 2007-07-25 14:36:55 UTC (rev 9)
@@ -0,0 +1,6 @@
+<hr />
+<a href="admin/index.php">Administration</a> |
+<a href="billing.php">Billing</a> |
+<a href="ticketing.php">Ticketing</a> |
+<a href="reports.php">Reports</a>
+<hr />
Property changes on: trunk/menu.php
___________________________________________________________________
Name: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|