Changeset 17254


Ignore:
Timestamp:
2008/04/11 13:41:28 (16 years ago)
Author:
satou
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/LC_Page.php

    r17251 r17254  
    259259            $htmlPath = rtrim(HTML_PATH, "/"); 
    260260            $rootPath = str_replace($htmlPath, "", $realPath); 
    261             $rootPath = substr_replace($rootPath, "", 0, strlen(URL_DIR)); 
     261            $rootPath = ltrim($rootPath, "/"); 
    262262        } 
    263263         
Note: See TracChangeset for help on using the changeset viewer.