Module: nagvis Branch: master Commit: 6746ca65eb2702ea2d1517306e1e57526a724c89 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=6746ca65eb2702ea2d1517306e1e57526a724c89
Author: Lars Michelsen <[email protected]> Date: Fri Aug 6 21:14:26 2010 +0200 Removed duplicate headerface option definition --- share/server/core/classes/GlobalMainCfg.php | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/share/server/core/classes/GlobalMainCfg.php b/share/server/core/classes/GlobalMainCfg.php index 27411cc..14b7e14 100644 --- a/share/server/core/classes/GlobalMainCfg.php +++ b/share/server/core/classes/GlobalMainCfg.php @@ -225,12 +225,6 @@ class GlobalMainCfg { 'depends_on' => 'headermenu', 'depends_value' => 1, 'match' => MATCH_STRING_NO_SPACE), - 'headertemplate' => Array('must' => 0, - 'editable' => 1, - 'default' => 'default', - 'depends_on' => 'headermenu', - 'depends_value' => 1, - 'match' => MATCH_STRING_NO_SPACE), 'headerfade' => Array('must' => 0, 'editable' => 1, 'default' => 1, ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
