/[corp_html]/legal.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 /legal.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Wed Feb 28 09:48:30 2001 UTC revision 1.2 by dpavlin, Mon Mar 12 10:52:18 2001 UTC
# Line 20  $smarty->assign( array ( lpic=>$lpic, le Line 20  $smarty->assign( array ( lpic=>$lpic, le
20    
21  include("common.inc");  include("common.inc");
22    
23  $main=$smarty->fetch("$main_file.tpl");  if (file_exists("./html/".$main_file.".htm")) {
24            $main_file="./html/".$main_file.".htm";
25            $main=join('',file($main_file));
26    //      $main.="<!-- file: $main_file -->";
27    } else {
28            $main=$smarty->fetch("$main_file.tpl");
29    }
30  $smarty->assign("MAIN",$main);  $smarty->assign("MAIN",$main);
31    
32  $smarty->display("index.tpl");  $smarty->display("index.tpl");

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26