/[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.7 - (show annotations)
Sat Sep 29 00:57:58 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
Changes since 1.6: +5 -5 lines
Fixed a bug when displaying pictures with spaces in filename. Enhanced menu display.

1 <?php
2 $menu = array(
3 array("name" => "lijekovi", "caption" => "HZZO lijekovi", "nolink" => ($section_menu != "hzzo") ? 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