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

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

revision 1.4 by dpavlin, Fri Jun 29 12:55:11 2001 UTC revision 1.5 by dpavlin, Fri Jun 29 14:12:07 2001 UTC
# Line 4  require("conn.inc"); Line 4  require("conn.inc");
4    
5  $smarty = new Smarty;  $smarty = new Smarty;
6    
7    
8  $smarty->assign( array ( Title=>"PLIVA Ljubljana" ) );  $smarty->assign( array ( Title=>"PLIVA Ljubljana" ) );
9    
10  $section=str_replace(".php","",basename($PHP_SELF));  $section=str_replace(".php","",basename($PHP_SELF));
# Line 13  $main_file=$section; Line 14  $main_file=$section;
14    
15  require("inc/section.php");  require("inc/section.php");
16    
   
17  $smarty->assign("r1link", "#");  $smarty->assign("r1link", "#");
18  $smarty->assign("r1pic", "bisolex.jpg");  $smarty->assign("r1pic", "bisolex.jpg");
19  $smarty->assign("r2link", "#");  $smarty->assign("r2link", "#");
# Line 34  if (isset($h) && file_exists(find_html_f Line 34  if (isset($h) && file_exists(find_html_f
34          $main=join('',file(find_html_file("h",$section)));          $main=join('',file(find_html_file("h",$section)));
35  } elseif (file_exists("sections/$section.inc")) {  } elseif (file_exists("sections/$section.inc")) {
36          include("sections/$section.inc");          include("sections/$section.inc");
37    } elseif (isset($p) && file_exists("sections/$p.inc")) {
38            include("sections/$p.inc");
39  } else {  } else {
40          $main="<b>can't find template or html file for section $section</b>";          $main="<b>can't find template or html file for section $section</b>";
41  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26