+ Changed license to X11 modified by PioDer
+ Updated author webpage url + Positioned "You have x PMs" + Colored special groups (Admins, Mods) git-svn-id: https://svn.pioder.pl/uf-svn/uF@36 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
* @package uForum
|
||||
* @file index.php
|
||||
* @version $Id$
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
define('IN_uF', true);
|
||||
//include files
|
||||
@@ -43,7 +43,7 @@ $skin = array(
|
||||
'loged_as' => User::LogedAs($_SESSION['sessionid'], $_SESSION['uid']),
|
||||
'lyoure' => ($_SESSION['uid']>0) ? $lng['you_re'] : '',
|
||||
'lpm_msgs' => ($_SESSION['uid']>0) ? $lng['pm_messages'] : '',
|
||||
'amsgs' => ($_SESSION['uid']>0) ? User::UserMsgs() : ''
|
||||
'amsgs' => ($_SESSION['uid']>0) ? User::UserPMs() : ''
|
||||
);
|
||||
$skin = array_push_assoc($skin, GenerateHeader($lng['mainpage'], '</a>> <a href="index.php" class="navigator">'.$lng['mainpage']));
|
||||
//do it!
|
||||
|
||||
Reference in New Issue
Block a user