/[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.11 by dpavlin, Wed Oct 10 12:00:18 2001 UTC revision 1.13 by dpavlin, Mon Nov 5 10:10:51 2001 UTC
# Line 26  if (isset($h) && file_exists(find_html_f Line 26  if (isset($h) && file_exists(find_html_f
26          include("sections/$p.inc");          include("sections/$p.inc");
27  } elseif (file_exists("template/$main_file.tpl")) {  } elseif (file_exists("template/$main_file.tpl")) {
28          $main=$smarty->fetch("$main_file.tpl");          $main=$smarty->fetch("$main_file.tpl");
 } elseif (find_html_file("h",$section)) {  
         $main=join('',file(find_html_file("h",$section)));  
         if (file_exists("sections/$section.inc")) {  
                 include("sections/$section.inc");  
         }  
29  } elseif (isset($static)) {  } elseif (isset($static)) {
30          if (strstr($static,",")) {          if (strstr($static,",")) {
31                  $d=explode(",",$static);        // dir,file                  $d=explode(",",$static);        // dir,file
# Line 45  if (isset($h) && file_exists(find_html_f Line 40  if (isset($h) && file_exists(find_html_f
40          } else {          } else {
41                  $main="<b>Can't find static/$d[0]/$d[1]</b>";                  $main="<b>Can't find static/$d[0]/$d[1]</b>";
42          }          }
43    } elseif (find_html_file("h",$section)) {
44            $main=join('',file(find_html_file("h",$section)));
45            if (file_exists("sections/$section.inc")) {
46                    include("sections/$section.inc");
47            }
48  } elseif (file_exists("sections/$section.inc")) {  } elseif (file_exists("sections/$section.inc")) {
49          include("sections/$section.inc");          include("sections/$section.inc");
50  } else {  } else {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.26