/[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.14 by dpavlin, Wed Nov 7 09:59:40 2001 UTC revision 1.15 by dpavlin, Wed Nov 7 14:24:02 2001 UTC
# Line 16  include("common.inc"); Line 16  include("common.inc");
16  include("find_html_file.inc");  include("find_html_file.inc");
17  include("fix_msshit.inc");  include("fix_msshit.inc");
18    
19    if ($menu_item) {
20            $title.=" : $menu_item";
21            $smarty->assign("mtext",$menu_item);
22    } else {
23            $smarty->assign("mtext",$title);
24    }
25    
26  if (isset($h) && file_exists(find_html_file("h/$section",$h))) {  if (isset($h) && file_exists(find_html_file("h/$section",$h))) {
27          $main=join('',file(find_html_file("h/$section",$h)));          $main=join('',file(find_html_file("h/$section",$h)));
28          $main=fix_msshit($main);          $main=fix_msshit($main);
         if ($menu_item) {  
                 $title.=" : $menu_item";  
         }  
29  } elseif (isset($p) && file_exists("sections/$p.inc")) {  } elseif (isset($p) && file_exists("sections/$p.inc")) {
30          include("sections/$p.inc");          include("sections/$p.inc");
31  } elseif (file_exists("template/$main_file.tpl")) {  } elseif (file_exists("template/$main_file.tpl")) {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.26