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

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

revision 1.1 by dpavlin, Mon Feb 19 16:22:20 2001 UTC revision 1.2 by dpavlin, Tue Feb 20 15:17:06 2001 UTC
# Line 12  $title="INVESTOR'S PAGE"; Line 12  $title="INVESTOR'S PAGE";
12  $lpic="investor"; $lext=".jpg";  $lpic="investor"; $lext=".jpg";
13  $mpic="investors.gif";  $mpic="investors.gif";
14    
15  $main_file="results";  if ($part && file_exists("templates/$part.tpl")) {
16            $main_file=$part;
17    } else {
18            $main_file="results";
19    }
20    
21  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );
22    

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

  ViewVC Help
Powered by ViewVC 1.1.26