/[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.12 by dpavlin, Mon Nov 5 10:06:05 2001 UTC
# Line 17  include("common.inc"); Line 17  include("common.inc");
17    
18  include("find_html_file.inc");  include("find_html_file.inc");
19    
20    print "xxxx --$static-- xxxx";
21    
22  if (isset($h) && file_exists(find_html_file("h/$section",$h))) {  if (isset($h) && file_exists(find_html_file("h/$section",$h))) {
23          $main=join('',file(find_html_file("h/$section",$h)));          $main=join('',file(find_html_file("h/$section",$h)));
24          if ($menu_item) {          if ($menu_item) {
# Line 26  if (isset($h) && file_exists(find_html_f Line 28  if (isset($h) && file_exists(find_html_f
28          include("sections/$p.inc");          include("sections/$p.inc");
29  } elseif (file_exists("template/$main_file.tpl")) {  } elseif (file_exists("template/$main_file.tpl")) {
30          $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");  
         }  
31  } elseif (isset($static)) {  } elseif (isset($static)) {
32          if (strstr($static,",")) {          if (strstr($static,",")) {
33                  $d=explode(",",$static);        // dir,file                  $d=explode(",",$static);        // dir,file
# Line 45  if (isset($h) && file_exists(find_html_f Line 42  if (isset($h) && file_exists(find_html_f
42          } else {          } else {
43                  $main="<b>Can't find static/$d[0]/$d[1]</b>";                  $main="<b>Can't find static/$d[0]/$d[1]</b>";
44          }          }
45    } elseif (find_html_file("h",$section)) {
46            $main=join('',file(find_html_file("h",$section)));
47            if (file_exists("sections/$section.inc")) {
48                    include("sections/$section.inc");
49            }
50  } elseif (file_exists("sections/$section.inc")) {  } elseif (file_exists("sections/$section.inc")) {
51          include("sections/$section.inc");          include("sections/$section.inc");
52  } else {  } else {

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

  ViewVC Help
Powered by ViewVC 1.1.26