/[pliva-si]/multi.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 /multi.php

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

revision 1.8 by dpavlin, Tue Nov 6 12:35:37 2001 UTC revision 1.9 by dpavlin, Wed Nov 7 12:09:58 2001 UTC
# Line 27  if (! isset($p)) { Line 27  if (! isset($p)) {
27          }          }
28    
29          $title.=" : $row[name]";          $title.=" : $row[name]";
30            $smarty->assign("mtext",$row[name]);
31          if ($row[type]=="h" && find_html_file("multi",$row[html])) {          if ($row[type]=="h" && find_html_file("multi",$row[html])) {
32                  $main=join('',file(find_html_file("multi",$row[html])));                  $main=join('',file(find_html_file("multi",$row[html])));
33          } elseif ($row[type]=="p") {          } elseif ($row[type]=="p") {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26