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

Diff of /inc/menuLifestyle.php

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

revision 1.6 by ravilov, Sat Sep 29 00:57:58 2001 UTC revision 1.8 by ravilov, Tue Oct 16 13:07:03 2001 UTC
# Line 12  Line 12 
12                  # array("name" => "ovulacija", "caption" => "Kalendar ovulacije"),                  # array("name" => "ovulacija", "caption" => "Kalendar ovulacije"),
13                  array("name" => "fitness", "caption" => "Fitness", "nolink" => ($section_menu != "fitness" || $section_menu2 || $show) ? false : true, "menu" => array(                  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),                          array("name" => "tema", "caption" => "Tema", "nolink" => ($section_menu2 != "tema" || $show) ? false : true),
15                          array("name" => "trening", "caption" => "Trening", "nolink" => ($section_menu2 != "kuhanje" || $show) ? false : true),                          array("name" => "trening", "caption" => "Trening", "nolink" => ($section_menu2 != "trening" || $show) ? false : true),
16                          array("name" => "istezanje", "caption" => "Istezanje", "nolink" => ($section_menu2 != "kuhanje" || $show) ? false : true),                          array("name" => "istezanje", "caption" => "Istezanje", "nolink" => ($section_menu2 != "istezanje" || $show) ? false : true),
17                          array("name" => "ozljede", "caption" => "Ozljede", "nolink" => ($section_menu2 != "kuhanje" || $show) ? false : true)                          array("name" => "ozljede", "caption" => "Ozljede", "nolink" => ($section_menu2 != "ozljede" || $show) ? false : true),
18                          #array("name" => "vjezbe", "caption" => "Prikaz vježbi", "nolink" => ($section_menu2 != "kuhanje" || $show) ? false : true)                          array("name" => "vjezbe", "caption" => "Prikaz vježbi", "nolink" => ($section_menu2 != "vjezbe" || $show) ? false : true)
19                  ))                  ))
20          );          );
21          $keep_template = true;          $keep_template = true;

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

  ViewVC Help
Powered by ViewVC 1.1.26