/[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.6 by dpavlin, Mon Jul 2 08:39:01 2001 UTC revision 1.7 by dpavlin, Mon Jul 9 14:25:36 2001 UTC
# Line 23  if (isset($h) && file_exists(find_html_f Line 23  if (isset($h) && file_exists(find_html_f
23          if ($menu_item) {          if ($menu_item) {
24                  $title.=" : $menu_item";                  $title.=" : $menu_item";
25          }          }
26    } elseif (isset($p) && file_exists("sections/$p.inc")) {
27            include("sections/$p.inc");
28  } elseif (file_exists("template/$main_file.tpl")) {  } elseif (file_exists("template/$main_file.tpl")) {
29          $main=$smarty->fetch("$main_file.tpl");          $main=$smarty->fetch("$main_file.tpl");
30  } elseif (find_html_file("h",$section)) {  } elseif (find_html_file("h",$section)) {
31          $main=join('',file(find_html_file("h",$section)));          $main=join('',file(find_html_file("h",$section)));
32  } elseif (file_exists("sections/$section.inc")) {  } elseif (file_exists("sections/$section.inc")) {
33          include("sections/$section.inc");          include("sections/$section.inc");
 } elseif (isset($p) && file_exists("sections/$p.inc")) {  
         include("sections/$p.inc");  
34  } else {  } else {
35          $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>";
36  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26