From kde-commits Sun Mar 31 11:26:38 2013 From: Tom Albers Date: Sun, 31 Mar 2013 11:26:38 +0000 To: kde-commits Subject: [websites/sysadmin-kde-org-trellis] admin/admin: Remove left sidebar, i dont need to know php versio Message-Id: <20130331112638.CBB61A604F () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=136472916300759 Git commit fc0e14bc65fb673eda8e0a6002f5b6f9092b5499 by Tom Albers. Committed on 31/03/2013 at 13:25. Pushed by toma into branch 'master'. Remove left sidebar, i dont need to know php version each time i log in, no= r version info of trellis (which fails to get anyway) and an error about th= e news (dsiabled). M +6 -1 admin/admin/ad_home.php http://commits.kde.org/websites/sysadmin-kde-org-trellis/fc0e14bc65fb673eda= 8e0a6002f5b6f9092b5499 diff --git a/admin/admin/ad_home.php b/admin/admin/ad_home.php index 4973634..9c4d557 100755 --- a/admin/admin/ad_home.php +++ b/admin/admin/ad_home.php @@ -586,6 +586,8 @@ class td_ad_home { "; } = +if (false) { + #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D # Version Check #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D @@ -656,6 +658,7 @@ class td_ad_home { = $this->trellis->skin->add_sidebar_list( '{lang.admin_notepad}', $n= otes_items ); = +} #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D # Do Output #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D @@ -704,7 +707,9 @@ class td_ad_home { //]]> "; = +if (false) { $this->trellis->skin->add_sidebar_help( '{lang.td_latest_news}', '= {lang.td_latest_news_msg}' ); +} = $this->trellis->skin->add_output( $acp_content ); = @@ -724,4 +729,4 @@ class td_ad_home { = } = -?> \ No newline at end of file +?>