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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Sep 3 15:52:15 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Made the menu on the left into images. More bugfixes.

1 <?php
2 $mn = array(
3 array("name" => "groups", "caption" => "Bolesti po grupama"),
4 array("name" => "ss", "caption" => "Symptom Sorter")
5 );
6 if (!$section_menu) $section_menu = $mn[0]["name"];
7 $section_menu_name = "";
8 while (list($k, $v) = each($mn)) {
9 if ($v["name"] == $section_menu)
10 $section_menu_name = $v["caption"];
11 }
12 $tpl->assign("MENU", $mn);
13 $fname = eregi_replace("(".$tpl->tpl_file_ext.")$", "-$section_menu\\1", $fname);
14 ?>

  ViewVC Help
Powered by ViewVC 1.1.26