Changeset 423 for trunk/patTemplate/Stat
- Timestamp:
- 02/26/06 13:28:19 (3 years ago)
- Files:
-
- trunk/patTemplate/Stat/File.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/patTemplate/Stat/File.php
r208 r423 40 40 * @return integer unix timestamp 41 41 */ 42 function getModificationTime( $input)42 function getModificationTime($input) 43 43 { 44 $fullPath = $this->_options['root']. '/' . $input;44 $fullPath = $this->getTemplateRoot() . '/' . $input; 45 45 return @filemtime( $fullPath ); 46 46 }
