Ignore:
Timestamp:
Feb 8, 2007, 2:31:05 AM (17 years ago)
Author:
rvelices
Message:
  • correct php warnings (section_init and mass_inserts)
  • flat category view url is now 'flat' instead of 'flat_cat' (it is nicer and shorter)
  • small html validation (double class attribute)
  • removed unnecessary class=""
  • changed 2 times hard coded index.php?recent_pics with make_index_url(...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_url.inc.php

    r1788 r1789  
    22// +-----------------------------------------------------------------------+
    33// | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
     4// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    55// +-----------------------------------------------------------------------+
    66// | branch        : BSF (Best So Far)
    7 // | file          : $RCSfile$
     7// | file          : $Id$
    88// | last update   : $Date$
    99// | last modifier : $Author$
     
    272272  if (isset($params['flat_cat']))
    273273  {
    274     $url.= '/flat_cat';
     274    $url.= '/flat';
    275275  }
    276276
Note: See TracChangeset for help on using the changeset viewer.