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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations)
Tue Oct 16 13:07:03 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2 lines
Added a favicon for IE. Added a new Smarty modifier (js_popup). Fixed the news editor. Other bugfixes.

1 <?php
2 $menu = array(
3 array("name" => "sex", "caption" => "Sex", "nolink" => ($section_menu != "sex" || $section_menu2 || $show) ? false : true, "menu" => array(
4 #array("name" => "rjecnik", "caption" => "Rjeènik")
5 )),
6 array("name" => "zdrava", "caption" => "Zdrava prehrana", "nolink" => ($section_menu != "zdrava" || $section_menu2 || $show) ? false : true, "menu" => array(
7 array("name" => "tema", "caption" => "Tema", "nolink" => ($section_menu2 != "tema" || $show) ? false : true),
8 array("name" => "nutri", "caption" => "Osnove nutricionizma", "nolink" => ($section_menu2 != "nutri" || $show) ? false : true),
9 array("name" => "kuhanje", "caption" => "Zdravo kuhanje", "nolink" => ($section_menu2 != "kuhanje" || $show) ? false : true)
10 )),
11 # array("name" => "bmi", "caption" => "BMI"),
12 # array("name" => "ovulacija", "caption" => "Kalendar ovulacije"),
13 array("name" => "fitness", "caption" => "Fitness", "nolink" => ($section_menu != "fitness" || $section_menu2 || $show) ? false : true, "menu" => array(
14 array("name" => "tema", "caption" => "Tema", "nolink" => ($section_menu2 != "tema" || $show) ? false : true),
15 array("name" => "trening", "caption" => "Trening", "nolink" => ($section_menu2 != "trening" || $show) ? false : true),
16 array("name" => "istezanje", "caption" => "Istezanje", "nolink" => ($section_menu2 != "istezanje" || $show) ? false : true),
17 array("name" => "ozljede", "caption" => "Ozljede", "nolink" => ($section_menu2 != "ozljede" || $show) ? false : true),
18 array("name" => "vjezbe", "caption" => "Prikaz vje¾bi", "nolink" => ($section_menu2 != "vjezbe" || $show) ? false : true)
19 ))
20 );
21 $keep_template = true;
22 ?>

  ViewVC Help
Powered by ViewVC 1.1.26