Ignore:
Timestamp:
May 15, 2008, 12:25:36 AM (16 years ago)
Author:
rub
Message:

Change some PhpWebGallery to Piwigo.
Not all PhpWebGallery has been translated!

File:
1 edited

Legend:

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

    r2325 r2339  
    189189// get_local_dir
    190190// Example : "pets > rex > 1_year_old" is on the the same site as the
    191 // PhpWebGallery files and this category has 22 for identifier
     191// Piwigo files and this category has 22 for identifier
    192192// get_complete_dir(22) returns "./galleries/pets/rex/1_year_old/"
    193193function get_complete_dir( $category_id )
     
    198198// get_local_dir returns an array with complete path without the site url
    199199// Example : "pets > rex > 1_year_old" is on the the same site as the
    200 // PhpWebGallery files and this category has 22 for identifier
     200// Piwigo files and this category has 22 for identifier
    201201// get_local_dir(22) returns "pets/rex/1_year_old/"
    202202function get_local_dir( $category_id )
Note: See TracChangeset for help on using the changeset viewer.