Added new toolbar icon set and the ability to have different icon sets per language.

This commit is contained in:
JT Smith 2002-10-31 06:58:32 +00:00
parent bc4e7160df
commit b507cd81dc
26 changed files with 116 additions and 14 deletions

View file

@ -263,6 +263,9 @@ sub open {
### current page's properties (from page table)
$session{page} = _getPageInfo("",$session{dbh},$session{setting}{notFoundPage},$session{config}{scripturl});
###----------------------------
### language settings
$session{language} = WebGUI::SQL->quickHashRef("select * from language where languageId=$session{user}{language}");
###----------------------------
### loading plugins
_loadWobjects();
_loadMacros();