mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
Things are now using the templates
This commit is contained in:
parent
6d61ab9c87
commit
40d3507e7a
@ -41,6 +41,8 @@
|
||||
- Changed navbar() to return an array for use in different template sets.
|
||||
- Each template set can now have its own custom navbar
|
||||
- Moved all mainscreen areas to use hooks.
|
||||
- Created functions for change password and remove it out of change password.
|
||||
Each authenication type has its own function to handle it.
|
||||
|
||||
[0.9.7] - Fixed SQL error in tts
|
||||
- Fixed table locking in admin -> edit account
|
||||
|
@ -33,8 +33,7 @@
|
||||
|
||||
$tpl->set_file(array("footer" => "footer.tpl"));
|
||||
$tpl->set_var("img_root",$phpgw_info["server"]["webserver_url"] . "/phpgwapi/templates/verdilak/images");
|
||||
// $tpl->set_var("table_bg_color",$phpgw_info["theme"]["navbar_bg"]);
|
||||
$tpl->set_var("table_bg_color","990000");
|
||||
$tpl->set_var("table_bg_color",$phpgw_info["theme"]["navbar_bg"]);
|
||||
echo $tpl->finish($tpl->parse("out","footer"));
|
||||
|
||||
// This will need to be converted into the classic template
|
||||
|
@ -21,8 +21,7 @@
|
||||
$tpl->set_file(array("navbar" => "navbar.tpl"));
|
||||
|
||||
$tpl->set_var("img_root",$phpgw_info["server"]["webserver_url"] . "/phpgwapi/templates/verdilak/images");
|
||||
//$tpl->set_var("table_bg_color",$phpgw_info["theme"]["navbar_bg"]);
|
||||
$tpl->set_var("table_bg_color","990000");
|
||||
$tpl->set_var("table_bg_color",$phpgw_info["theme"]["navbar_bg"]);
|
||||
|
||||
if ($phpgw_info["flags"]["navbar_target"]) {
|
||||
$target = ' target="' . $phpgw_info["flags"]["navbar_target"] . '"';
|
||||
|
Loading…
Reference in New Issue
Block a user