/[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.4 by dpavlin, Wed Sep 12 11:02:10 2001 UTC revision 1.6 by dpavlin, Wed Nov 7 12:09:58 2001 UTC
# Line 2  Line 2 
2    
3  include("news_sif.inc");  include("news_sif.inc");
4    
5  $sql_where="where visible is true";  $sql_where="where $visible_is_true";
6    
7  if (file_exists(find_html_file("more",$more))) {  if (file_exists(find_html_file("more",$more))) {
8    
# Line 23  if (file_exists(find_html_file("more",$m Line 23  if (file_exists(find_html_file("more",$m
23                          $title.=" : Dogotki";                          $title.=" : Dogotki";
24                  } elseif (strlen($type) == 3) {                  } elseif (strlen($type) == 3) {
25                          $sql_where .= " and type='$type'";                          $sql_where .= " and type='$type'";
26                            if ($type=="mp_") {
27                                    $title.=" : PLIVA Magazin";
28                                    $smarty->assign("mtext","PLIVA Magazin");
29                            }
30                  }                  }
31          }          }
32    

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

  ViewVC Help
Powered by ViewVC 1.1.26