/[health_html]/inc/menuStanja.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/menuStanja.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Sat Sep 29 00:57:58 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +6 -6 lines
Fixed a bug when displaying pictures with spaces in filename. Enhanced menu display.

1 <?php
2 $menu = array(
3 array("name" => "zensko", "caption" => "®ensko zdravlje", "nolink" => ($section_menu != "zensko" || $show) ? false : true),
4 array("name" => "musko", "caption" => "Mu¹ko zdravlje", "nolink" => ($section_menu != "musko" || $show) ? false : true),
5 array("name" => "mid", "caption" => "Majka i dijete", "nolink" => ($section_menu != "mid" || $show) ? false : true),
6 array("name" => "treca", "caption" => "Treæa dob", "nolink" => ($section_menu != "treca" || $show) ? false : true),
7 array("name" => "mladi", "caption" => "Mladi", "nolink" => ($section_menu != "mladi" || $show) ? false : true),
8 array("name" => "ovisnosti", "caption" => "Ovisnosti", "nolink" => ($section_menu != "ovisnosti" || $show) ? false : true)
9 );
10 $keep_template = true;
11 ?>

  ViewVC Help
Powered by ViewVC 1.1.26