Changeset 1103 for plugins/iphoneview/_public.php
- Timestamp:
- 04/28/09 21:55:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/iphoneview/_public.php
r1102 r1103 138 138 { 139 139 global $core; 140 $pathes = $core->tpl->getPath(); 141 foreach ($pathes as $k => $p) 142 { 143 $pathes[$k] = $p . '/iphone'; 144 } 140 141 $pathes = array( 142 dirname(__FILE__) . '/../..' . 143 $core->blog->settings->themes_url . '/' . 144 $core->blog->settings->theme . '/iphone/tpl/' 145 ); 146 145 147 return $pathes; 146 148 }
Note: See TracChangeset
for help on using the changeset viewer.