public static function SetRelRoot($path)
 {
     self::$relroot = $path;
 }
Esempio n. 2
0
 static function OnRename($from, $to)
 {
     // has been renamed.. fix in CMS
     $from = jqFileManager::GetRelativePath($from);
     $to = jqFileManager::GetRelativePath($to);
     // find cms pages
     // replace "$from" with "$to"
 }