/[health_html]/inc/menuKnjiznica.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /inc/menuKnjiznica.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations)
Wed Oct 10 12:40:58 2001 UTC (22 years, 5 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
Improved Arhiva, Alergijski semafor and Home. Added a second Q&A page (test version). Other improvements & bugfixes.

1 <?php
2 $menu = array(
3 array("name" => "lijekovi", "caption" => "HZZO lijekovi", "nolink" => ($section_menu != "lijekovi") ? false : true),
4 array("name" => "vademecum", "caption" => "Vademecum", "nolink" => ($section_menu != "vademecum" || $id) ? false : true),
5 array("name" => "leksikon", "caption" => "Leksikon", "nolink" => ($section_menu != "leksikon" || $id) ? false : true),
6 array("name" => "adresar", "caption" => "Adresar", "nolink" => ($section_menu != "adresar" || $id) ? false : true)
7 # array("name" => "interakcije", "caption" => "Interakcije", "nolink" => ($section_menu != "interakcije") ? false : true)
8 );
9 ?>

  ViewVC Help
Powered by ViewVC 1.1.26