Ignore:
Timestamp:
Jan 13, 2007, 4:13:40 AM (17 years ago)
Author:
rvelices
Message:

very small improvements:

  • mass_inserts does not requires keys to start at 0
  • recent_cats categories are sorted by global_rank (consistency)
  • removed warning from page_header.php (when included from redirect)
  • added 2 template functions for plugins (get_var and concat_var)
  • removed unused code from profile.php
  • changed css width for tag selection (search page) from 55em to almost 100%
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_header.php

    r1703 r1719  
    6363
    6464// Header notes
    65 if (count($header_notes) > 0)
     65if ( isset($header_notes) and count($header_notes)>0)
    6666{
    6767  foreach ($header_notes as $header_note)
Note: See TracChangeset for help on using the changeset viewer.