From 93f4bc38f2075720ca2467c0f5e10bc0a1c3bbc0 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 26 Mar 2011 22:09:11 +0100 Subject: User-Startseite Layout angepasst, GroupGraph angepasst --- .../modules/user/controllers/IndexController.php | 5 +---- .../modules/user/views/scripts/index/index.phtml | 26 ++++++++++------------ 2 files changed, 13 insertions(+), 18 deletions(-) (limited to 'application/modules/user') diff --git a/application/modules/user/controllers/IndexController.php b/application/modules/user/controllers/IndexController.php index e61f012..f795b16 100644 --- a/application/modules/user/controllers/IndexController.php +++ b/application/modules/user/controllers/IndexController.php @@ -23,10 +23,7 @@ class User_IndexController extends Zend_Controller_Action } $this->view->links = $links; - $ggMapper = new Application_Model_GroupGroupsMapper(); - $userIDsNamespace = Zend_Session::namespaceGet('userIDs'); - print_a('Your Parent Groups', $ggMapper->getParentGroups($userIDsNamespace['membershipID'])); - print_a('Your Child Groups',$ggMapper->getChildGroups($userIDsNamespace['membershipID'])); + } } diff --git a/application/modules/user/views/scripts/index/index.phtml b/application/modules/user/views/scripts/index/index.phtml index 0f1fab5..aa98393 100644 --- a/application/modules/user/views/scripts/index/index.phtml +++ b/application/modules/user/views/scripts/index/index.phtml @@ -1,18 +1,16 @@

Welcome

-
infobox: text;?>
-
okbox: text;?>
-
warningbox: text;?>
-
errorbox: text;?>
-links);?> - -links)>0 && is_array($this->links)): ?> - - +
+

What do you want to do?

+ links)>0 && is_array($this->links)): ?> + +
+ +
+
-- cgit v1.2.3-55-g7522