Changeset 102 for trunk/admin

Show
Ignore:
Timestamp:
04/09/06 17:38:35 (3 years ago)
Author:
michiel
Message:

make order in menu more normal

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r96 r102  
    11041104                        <a class="if_menu_item<? if ($_REQUEST["action"] == "show_cats") { echo "_act"; } ?>" href="./index.php?action=show_cats">categories</a>&nbsp; 
    11051105                        <a class="if_menu_item<? if ($_REQUEST["action"] == "show_authors") { echo "_act"; } ?>" href="./index.php?action=show_authors">authors</a>&nbsp; 
     1106                        <a class="if_menu_item<? if ($_REQUEST["action"] == "show_posts") { echo "_act"; } ?>" href="./index.php?action=show_posts">posts</a>&nbsp; 
    11061107                        <a class="if_menu_item<? if ($_REQUEST["action"] == "show_comments") { echo "_act"; } ?>" href="./index.php?action=show_comments">comments</a>&nbsp; 
    1107                         <a class="if_menu_item<? if ($_REQUEST["action"] == "show_posts") { echo "_act"; } ?>" href="./index.php?action=show_posts">posts</a>&nbsp; 
    11081108                        <!-- this one should move to plugins --><a class="if_menu_item<? if ($_REQUEST["action"] == "show_acro") { echo "_act"; } ?>" href="./index.php?action=show_acro">acronyms</a>&nbsp; 
    11091109<!--                    <a class="if_menu_item<? if ($_REQUEST["action"] == "show_pages") { echo "_act"; } ?>" href="./index.php?action=show_pages">&nbsp;pages</a>&nbsp;