/[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.5 - (show annotations)
Fri Sep 28 23:34:37 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
Changes since 1.4: +6 -11 lines
Added some new pages to PLIVAmed. Some bugfixes.

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

  ViewVC Help
Powered by ViewVC 1.1.26