/[pliva-si]/inc/section.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/section.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Fri Jun 29 12:33:30 2001 UTC (22 years, 9 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +8 -8 lines
fix

1 <?php
2
3 if ($section == "index") {
4 $section="domov";
5 }
6
7 if ($section == "domov") {
8 $title = "DOMOV";
9 $mpic = "dobrodosli.gif";
10 $main_file = "main";
11 } elseif ($section == "o_nas") {
12 $title="O NAS";
13 } elseif ($section == "izdelki") {
14 $title="IZDELKI";
15 } elseif ($section == "nasveti") {
16 $title="NASVETI";
17 } elseif ($section == "sladkorna") {
18 $title="SLADKORNA STRAN";
19 # $tmp = time() % 2;
20 # $mpic="rnd_u".($tmp+1).".gif";
21 } elseif ($section == "za_zdravnike") {
22 $title="ZA ZDRAVNIKE";
23 } elseif ($section == "novosti") {
24 $title="NOVICE";
25 }
26
27 ?>

  ViewVC Help
Powered by ViewVC 1.1.26