[pLog-svn] r2998 - plog/trunk/class/view/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Mar 1 23:24:28 GMT 2006


Author: oscar
Date: 2006-03-01 23:24:28 +0000 (Wed, 01 Mar 2006)
New Revision: 2998

Modified:
   plog/trunk/class/view/admin/admindashboardview.class.php
Log:
now the "user" object is available in dashboard.template too


Modified: plog/trunk/class/view/admin/admindashboardview.class.php
===================================================================
--- plog/trunk/class/view/admin/admindashboardview.class.php	2006-03-01 23:23:48 UTC (rev 2997)
+++ plog/trunk/class/view/admin/admindashboardview.class.php	2006-03-01 23:24:28 UTC (rev 2998)
@@ -95,6 +95,7 @@
 			$this->_params->setValue( "recentposts", $recentPosts );
 			$this->_params->setValue( "recentcomments", $recentComments );
 			$this->_params->setValue( "recenttrackbacks", $recentTrackbacks );
+			$this->_params->setValue( "user", $this->_userInfo );
 			
 			// check whether the user can create new blogs
 			$maxBlogsPerUser = $this->_config->getValue( "num_blogs_per_user" );



More information about the pLog-svn mailing list