/[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.9 by dpavlin, Tue Nov 20 12:11:02 2001 UTC revision 1.10 by dpavlin, Wed Nov 21 09:16:47 2001 UTC
# Line 58  if (file_exists(find_html_file("more",$m Line 58  if (file_exists(find_html_file("more",$m
58                  }                  }
59                  $smarty->assign("days",$days);                  $smarty->assign("days",$days);
60                  $smarty->assign("last_days",array(14,30,160,240,365));                  $smarty->assign("last_days",array(14,30,160,240,365));
61                  $smarty->assign("last_desc",array("zadnjih dveh tednov","meseca","stirih mesecev","sestih mesecev","enega leta"));                  $smarty->assign("last_desc",array("zadnjih 14 dneh","meseca","štirih mesecev","šestih mesecev","enega leta"));
62          }          }
63    
64          $num_selected=0;          $num_selected=0;
# Line 99  if (file_exists(find_html_file("more",$m Line 99  if (file_exists(find_html_file("more",$m
99    
100    
101          if (isset($days) && $num_selected == 0) {          if (isset($days) && $num_selected == 0) {
102                  $warning = "Ni novic v zadnjih $days dmeh.";                  $warning = "Ni novic v zadnjih $days dneh.";
103          } elseif ($main == "" && $num_selected == 0) {          } elseif ($main == "" && $num_selected == 0) {
104                  $warning = "Podatki niso vec dostopni.";                  $warning = "Podatki niso već dostopni.";
105          }          }
106    
107          $smarty->assign(array(          $smarty->assign(array(

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

  ViewVC Help
Powered by ViewVC 1.1.26