Changeset 17254 for branches/version-2
- Timestamp:
- 2008/04/11 13:41:28 (18 years ago)
- File:
-
- 1 edited
-
branches/version-2/data/class/pages/LC_Page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/pages/LC_Page.php
r17251 r17254 259 259 $htmlPath = rtrim(HTML_PATH, "/"); 260 260 $rootPath = str_replace($htmlPath, "", $realPath); 261 $rootPath = substr_replace($rootPath, "", 0, strlen(URL_DIR));261 $rootPath = ltrim($rootPath, "/"); 262 262 } 263 263
Note: See TracChangeset
for help on using the changeset viewer.
