/[corp_html]/new.php
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 /new.php

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

revision 1.19 by dpavlin, Wed Oct 31 13:29:15 2001 UTC revision 1.20 by dpavlin, Tue Jan 29 13:24:27 2002 UTC
# Line 90  if (file_exists(find_html_file("news",$m Line 90  if (file_exists(find_html_file("news",$m
90          if ($num_selected == 10) {          if ($num_selected == 10) {
91                  $tmp="$PHP_SELF?start=".($start+10);                  $tmp="$PHP_SELF?start=".($start+10);
92                  if ($days) $tmp.="&days=$days";                  if ($days) $tmp.="&days=$days";
93                    if ($from) $tmp.="&from=$from";
94                  $smarty->assign(array(                  $smarty->assign(array(
95                          "multi_page_show" => 1,                          "multi_page_show" => 1,
96                          "multi_page_next" => $tmp                          "multi_page_next" => $tmp
# Line 98  if (file_exists(find_html_file("news",$m Line 99  if (file_exists(find_html_file("news",$m
99          if ($start && $start >= 10) {          if ($start && $start >= 10) {
100                  $tmp="$PHP_SELF?start=".($start-10);                  $tmp="$PHP_SELF?start=".($start-10);
101                  if ($days) $tmp.="&days=$days";                  if ($days) $tmp.="&days=$days";
102                    if ($from) $tmp.="&from=$from";
103                  $smarty->assign(array(                  $smarty->assign(array(
104                          "multi_page_show" => 1,                          "multi_page_show" => 1,
105                          "multi_page_prev" => $tmp                          "multi_page_prev" => $tmp

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.26