Ignore:
Timestamp:
Apr 8, 2006, 9:40:12 PM (18 years ago)
Author:
rvelices
Message:

fix: sql query on tags when there are no images

fix: cat_name was not passed to make_index_url in category_subcats.inc.php
(subcatify was working)

improvement: added some rel="nofollow"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/picture.php

    r1128 r1134  
    631631        )
    632632      );
    633   $infos['INFO_CREATION_DATE'] = '<a href="'.$url.'">'.$val.'</a>';
     633  $infos['INFO_CREATION_DATE'] = '<a href="'.$url.'" rel="nofollow">'.$val.'</a>';
    634634}
    635635else
     
    648648      )
    649649    );
    650 $infos['INFO_POSTED_DATE'] = '<a href="'.$url.'">'.$val.'</a>';
     650$infos['INFO_POSTED_DATE'] = '<a href="'.$url.'" rel="nofollow">'.$val.'</a>';
    651651
    652652// size in pixels
     
    700700{
    701701  $tags = array();
    702  
     702
    703703  while ($row = mysql_fetch_array($result))
    704704  {
Note: See TracChangeset for help on using the changeset viewer.