Changeset 542

Show
Ignore:
Timestamp:
04/03/05 20:54:43 (8 years ago)
Author:
aprilp
Message:

Added some doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php

    r402 r542  
    5151        $this->cache_dir = BASEPATH.'tmp/smarty/cache/'; 
    5252 
     53        /* Register the _ smarty modifier to call the _() 
     54         * PHP function which is the gettext() function 
     55         */ 
    5356        $this->register_modifier("_","_"); 
    5457