phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/blocks block-Administration


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/blocks block-Administration.php,NONE,1.1
Date: Fri, 06 Dec 2002 15:58:35 -0500

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks
In directory subversions:/tmp/cvs-serv31037

Added Files:
        block-Administration.php 
Log Message:
replaces the former block without blockfile


--- NEW FILE ---
<?php
/* blockconfig: <title>Administration</title> */
/* blockconfig: <description>This block lets registered phpgw users go back to 
phpgw</description> */
/* blockconfig: <view>2</view> (phpgw user) */

if (eregi("block-Administration.php", $PHP_SELF)) {
    Header("Location: index.php");
    die();
}

  $content = '&nbsp;&nbsp;<strong><big>&middot;</big></strong><a 
href="'.phpgw_link('/index.php','menuaction=sitemgr.MainMenu_UI.DisplayMenu').'">'
 . lang('Content Manager') . '</a>';





reply via email to

[Prev in Thread] Current Thread [Next in Thread]