/[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.10 by dpavlin, Thu Sep 20 09:50:24 2001 UTC revision 1.11 by dpavlin, Wed Oct 10 12:00:18 2001 UTC
# Line 28  if (isset($h) && file_exists(find_html_f Line 28  if (isset($h) && file_exists(find_html_f
28          $main=$smarty->fetch("$main_file.tpl");          $main=$smarty->fetch("$main_file.tpl");
29  } elseif (find_html_file("h",$section)) {  } elseif (find_html_file("h",$section)) {
30          $main=join('',file(find_html_file("h",$section)));          $main=join('',file(find_html_file("h",$section)));
31            if (file_exists("sections/$section.inc")) {
32                    include("sections/$section.inc");
33            }
34  } elseif (isset($static)) {  } elseif (isset($static)) {
35          if (strstr($static,",")) {          if (strstr($static,",")) {
36                  $d=explode(",",$static);        // dir,file                  $d=explode(",",$static);        // dir,file
# Line 47  if (isset($h) && file_exists(find_html_f Line 50  if (isset($h) && file_exists(find_html_f
50  } else {  } else {
51          $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>";
52  }  }
53    
54  $smarty->assign(array(section=>$section,  $smarty->assign(array(section=>$section,
55          mpic=>$mpic,          mpic=>$mpic,
56          Section_title=>$title,          Section_title=>$title,

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

  ViewVC Help
Powered by ViewVC 1.1.26