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

Diff of /inc/section.php

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

revision 1.1 by ravilov, Thu Jun 28 12:13:11 2001 UTC revision 1.2 by dpavlin, Fri Jun 29 12:33:30 2001 UTC
# Line 10  if ($section == "domov") { Line 10  if ($section == "domov") {
10          $main_file = "main";          $main_file = "main";
11  } elseif ($section == "o_nas") {  } elseif ($section == "o_nas") {
12          $title="O NAS";          $title="O NAS";
13  } elseif ($section == "products") {  } elseif ($section == "izdelki") {
14          $title="IZDELKI";          $title="IZDELKI";
15  } elseif ($section == "investor") {  } elseif ($section == "nasveti") {
16          $title="NASVETI";          $title="NASVETI";
17          $mpic="investors.gif";  } elseif ($section == "sladkorna") {
 } elseif ($section == "rnd") {  
18          $title="SLADKORNA STRAN";          $title="SLADKORNA STRAN";
19          $tmp = time() % 2;  #       $tmp = time() % 2;
20          $mpic="rnd_u".($tmp+1).".gif";  #       $mpic="rnd_u".($tmp+1).".gif";
21  } elseif ($section == "careers") {  } elseif ($section == "za_zdravnike") {
22          $title="ZA ZDRAVNIKE";          $title="ZA ZDRAVNIKE";
23          $mpic="careers.gif";  } elseif ($section == "novosti") {
24            $title="NOVICE";
25  }  }
26    
27  ?>  ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26