/[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.18 by dpavlin, Mon Oct 1 14:05:16 2001 UTC revision 1.21 by dpavlin, Fri Apr 5 11:31:13 2002 UTC
# Line 27  if ($section == "investor") { Line 27  if ($section == "investor") {
27          $lpic="new"; $lext=".jpg";          $lpic="new"; $lext=".jpg";
28          $mpic="new.gif";          $mpic="new.gif";
29          $back_url="index.php";          $back_url="index.php";
30            $sql_where.=" and (type='a' or type='c' or type='e' or type='i' or type='n' or type='p' or type='r')";          // don't show company profile
31  }  }
32    
33  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, ) );  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, ) );
# Line 89  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 97  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
# Line 146  include("common.inc"); Line 149  include("common.inc");
149  $smarty->assign( array(back_url=>$back_url, MAIN=>$main,  $smarty->assign( array(back_url=>$back_url, MAIN=>$main,
150          Section_title=>$title ) );          Section_title=>$title ) );
151    
152    include("inc/newsletter.php");
153    
154  $smarty->display("index.tpl");  $smarty->display("index.tpl");
155  ?>  ?>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.26