Changeset 138 for trunk/Modules/Portal/UModulePortal.pas
- Timestamp:
- Sep 9, 2022, 8:20:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/UModulePortal.pas
r137 r138 4 4 5 5 uses 6 Classes, SysUtils, UModularSystem, USqlDatabase, 7 UUtils, UWebSession, SpecializedList, UUser, UWebPage, UHtmlClasses, 8 UModuleBase, UModuleUser, UModuleNews; 6 Classes, SysUtils, UModularSystem, USqlDatabase, UUtils, UWebSession, UUser, 7 UWebPage, UHtmlClasses, UModuleBase, UModuleUser, UModuleNews, UGenerics; 9 8 10 9 type … … 187 186 //Navigation := '<a href="' + NavigationLink(PathTreePath) + '">' + PathTreeItem[0] + '</a> > '; 188 187 ScriptName := Copy(ScriptName, Length(Core.BaseURL), Length(ScriptName)); 189 ScriptNameParts.Explode( ScriptName, '/', StrToStr);188 ScriptNameParts.Explode('/', ScriptName); 190 189 ScriptNameParts.Delete(0); 191 190 (*
Note:
See TracChangeset
for help on using the changeset viewer.