Changeset 202949
- Timestamp:
- 02/07/2010 07:33:07 PM (16 years ago)
- File:
-
- 1 edited
-
lifestream/trunk/inc/core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lifestream/trunk/inc/core.php
r201255 r202949 717 717 if (file_exists(TEMPLATEPATH.'/lifestream/'.$template)) 718 718 { 719 return TEMPLATEPATH.'lifestream/'.$template; 720 return; 719 return TEMPLATEPATH.'/lifestream/'.$template; 721 720 } 722 721 return LIFESTREAM_PATH . '/templates/'.$template;
Note: See TracChangeset
for help on using the changeset viewer.