/[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

Diff of /inc/menuKnjiznica.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ravilov, Tue Sep 25 15:38:04 2001 UTC revision 1.7 by ravilov, Sat Sep 29 00:57:58 2001 UTC
# Line 1  Line 1 
1  <?php  <?php
2          $menu = array(          $menu = array(
3                  array("name" => "lijekovi", "caption" => "HZZO lijekovi"),                  array("name" => "lijekovi", "caption" => "HZZO lijekovi", "nolink" => ($section_menu != "hzzo") ? false : true),
4                  array("name" => "vademecum", "caption" => "Vademecum"),                  array("name" => "vademecum", "caption" => "Vademecum", "nolink" => ($section_menu != "vademecum" || $id) ? false : true),
5                  array("name" => "leksikon", "caption" => "Leksikon"),                  array("name" => "leksikon", "caption" => "Leksikon", "nolink" => ($section_menu != "leksikon" || $id) ? false : true),
6                  array("name" => "adresar", "caption" => "Adresar")                  array("name" => "adresar", "caption" => "Adresar", "nolink" => ($section_menu != "adresar" || $id) ? false : true)
7                  # array("name" => "interakcije", "caption" => "Interakcije")                  # array("name" => "interakcije", "caption" => "Interakcije", "nolink" => ($section_menu != "interakcije") ? false : true)
8          );          );
9  ?>  ?>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26