Skip to content

Commit

Permalink
Removed 2 menu items not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
daraul committed May 16, 2014
1 parent 8c901ad commit 70e22b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions require/menu.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<ul id="main_menu">
<li><a href="index.php" title="Home page" alt="Head to the homepage. You'll have to log in again, though">Home</a></li>
<li>
<a href="#" title="Your work to be done" alt="Your work to be done">Work</a>
<!--<a href="#" title="Your work to be done" alt="Your work to be done">Work</a>
<ul>
<li><a href="#" title="All jobs to be done" alt="Jobs to be done">Pending jobs</a></li>
<li><a href="add_new_job.php" title="Add a new job" alt="Add a new job">New job</a></li>
</ul>
<li>--><a href="add_new_job.php" title="Add a new job" alt="Add a new job">New job</a></li>
<!--</ul>-->
</li>
<li><a href="clients.php" title="Clients" alt="Click here to see your clients!">Clients</a></li>
</ul>

0 comments on commit 70e22b9

Please sign in to comment.