Changeset 138 for trunk/trax/app/helpers/application_helper.php
- Timestamp:
- 02/23/06 20:09:13 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/app/helpers/application_helper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/app/helpers/application_helper.php
r117 r138 1 1 <?php 2 # Anything added to this helper will be available to all templates in the application. 3 2 /** 3 * Helpers for the whole application 4 * 5 * Anything added to this helper will be available to all templates in 6 * the application. 7 * 8 * @package PHPonTrax 9 */ 4 10 ?>
