/[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.1 by dpavlin, Fri Jun 29 12:57:06 2001 UTC revision 1.4 by dpavlin, Wed Sep 12 11:02:10 2001 UTC
# Line 21  if (file_exists(find_html_file("more",$m Line 21  if (file_exists(find_html_file("more",$m
21                  } elseif ($type == "e") {                  } elseif ($type == "e") {
22                          $sql_where .= " and substr(type,1,1)='e'";                          $sql_where .= " and substr(type,1,1)='e'";
23                          $title.=" : Dogotki";                          $title.=" : Dogotki";
24                    } elseif (strlen($type) == 3) {
25                            $sql_where .= " and type='$type'";
26                  }                  }
27          }          }
28    
# Line 88  if (file_exists(find_html_file("more",$m Line 90  if (file_exists(find_html_file("more",$m
90                  warning=>$warning                  warning=>$warning
91                  ));                  ));
92    
         $main=$smarty->fetch("novosti.tpl");  
93    
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 {
97                    if (! isset($p)) $p="novosti";
98                    $logo="p/${p}_".$data[0][type].".jpg";
99                    if (file_exists($logo)) {
100                            $smarty->assign("logo",$logo);
101                    }
102                    $main=$smarty->fetch("$p.tpl");
103          }          }
104    
105    
# Line 99  if (file_exists(find_html_file("more",$m Line 107  if (file_exists(find_html_file("more",$m
107    
108  $smarty->assign( array(back_url=>$back_url) );  $smarty->assign( array(back_url=>$back_url) );
109    
110    
111  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.26