Changeset 542
- Timestamp:
- 04/03/05 20:54:43 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/SmartyWifidog.php
r402 r542 51 51 $this->cache_dir = BASEPATH.'tmp/smarty/cache/'; 52 52 53 /* Register the _ smarty modifier to call the _() 54 * PHP function which is the gettext() function 55 */ 53 56 $this->register_modifier("_","_"); 54 57
