Changeset 1120 for trunk/tags.php


Ignore:
Timestamp:
Apr 4, 2006, 2:35:12 AM (18 years ago)
Author:
rvelices
Message:

fix: sql query erros when: no items for the selected tag, search returns
no result, caddie is empty

fix: tag cloud was showing least used tags

fix: strip html tags from head/title element on the page
(tag index page title contained <a>...)

improvement: added 5 tag levels in css for "ready to use" tags

fix: corrected png icon calendar_created.png for IE

fix: english language for nbm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tags.php

    • Property eol-style set to native
    • Property keywords set to Author Date Id Revision
    r1119 r1120  
    3737  }
    3838
    39   return ($a['counter'] < $b['counter']) ? -1 : 1;
     39  return ($a['counter'] < $b['counter']) ? +1 : -1;
    4040}
    4141
     
    103103          )
    104104        ),
    105      
     105
    106106      'NAME' => $tag['name'],
    107107      'TITLE' => $tag['counter'],
Note: See TracChangeset for help on using the changeset viewer.