/[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.8 by dpavlin, Tue Nov 20 08:48:14 2001 UTC revision 1.9 by dpavlin, Tue Nov 20 12:11:02 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","one month","four months","six months","one year"));                  $smarty->assign("last_desc",array("zadnjih dveh tednov","meseca","stirih mesecev","sestih 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 = "There are no news for last $days days.";                  $warning = "Ni novic v zadnjih $days dmeh.";
103          } elseif ($main == "" && $num_selected == 0) {          } elseif ($main == "" && $num_selected == 0) {
104                  $warning = "This news item is no longer available";                  $warning = "Podatki niso vec dostopni.";
105          }          }
106    
107          $smarty->assign(array(          $smarty->assign(array(

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

  ViewVC Help
Powered by ViewVC 1.1.26