Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / groups / pnlang / eng [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 07 Aug 2002 04:04:07 | postnuke_official/html/modules/groups/pnlang/eng | user.php,NONE,1.1 | st.ego |
| c&p from Example/Template module, needed for new user gui functions | |||
Update of /home/cvsroot/postnuke_official/html/modules/groups/pnlang/eng
In directory ns7.hostnuke.net:/tmp/cvs-serv25152/html/modules/groups/pnlang/eng
Added Files:
user.php
Log Message:
c&p from Example/Template module, needed for new user gui functions
--- NEW FILE: user.php ---
<?php
// ----------------------------------------------------------------------
// PostNuke Content Management System
// Copyright (C) 2002 by the PostNuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------
// Original Author of file: Chad Kraeft
// Purpose of file: Groups administration display functions
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------
// Original Author of file: Jim McDonald
// Purpose of file: Language defines for pnuser.php
// ----------------------------------------------------------------------
define('_GROUPS', 'Groups');
define('_GROUPSITEMFAILED', 'Failed to get Group');
define('_GROUPSNAME', 'Group name');
define('_GROUPSNUMBER', 'Group ID');
define('_GROUPSVIEW', 'View all Groups');
if (!defined('_TEMPLATENOAUTH')) {
define('_TEMPLATENOAUTH','Not authorised to access Template module');
}
?>
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |