/[pliva-si]/sections/novosti.inc
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 /sections/novosti.inc

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

revision 1.3 by dpavlin, Mon Sep 10 13:25:01 2001 UTC revision 1.4 by dpavlin, Wed Sep 12 11:02:10 2001 UTC
# Line 94  if (file_exists(find_html_file("more",$m Line 94  if (file_exists(find_html_file("more",$m
94          if (isset($id) && find_html_file("more",$data[0][more])) {          if (isset($id) && find_html_file("more",$data[0][more])) {
95                  $main=join('',file(find_html_file("more",$data[0][more])));                  $main=join('',file(find_html_file("more",$data[0][more])));
96          } else {          } else {
97                    if (! isset($p)) $p="novosti";
98                  $logo="p/${p}_".$data[0][type].".jpg";                  $logo="p/${p}_".$data[0][type].".jpg";
99                  if (file_exists($logo)) {                  if (file_exists($logo)) {
100                          $smarty->assign("logo",$logo);                          $smarty->assign("logo",$logo);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26