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

Annotation of /inc/section.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jun 28 12:13:11 2001 UTC (22 years, 10 months ago) by ravilov
Branch: MAIN
Branch point for: pliva
Initial revision

1 ravilov 1.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 == "products") {
14     $title="IZDELKI";
15     } elseif ($section == "investor") {
16     $title="NASVETI";
17     $mpic="investors.gif";
18     } elseif ($section == "rnd") {
19     $title="SLADKORNA STRAN";
20     $tmp = time() % 2;
21     $mpic="rnd_u".($tmp+1).".gif";
22     } elseif ($section == "careers") {
23     $title="ZA ZDRAVNIKE";
24     $mpic="careers.gif";
25     }
26    
27     ?>

  ViewVC Help
Powered by ViewVC 1.1.26