Added new toolbar icon set and the ability to have different icon sets per language.
This commit is contained in:
parent
bc4e7160df
commit
b507cd81dc
26 changed files with 116 additions and 14 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue