+ 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 groups.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
|
||||
@@ -154,9 +154,10 @@ else
|
||||
$i = 0;
|
||||
while($i<2)
|
||||
{
|
||||
$color = ($i==0) ? $forum_config['color_admin'] : $forum_config['color_mod'];
|
||||
$skin = array (
|
||||
'g_id'=>$special_groups[$i][0],
|
||||
'name' => $special_groups[$i][1],
|
||||
'name' => '<span style="color: '.$color.'">'.$special_groups[$i][1].'</span>',
|
||||
'desc' =>$special_groups[$i][2]
|
||||
);
|
||||
include('./skins/'.$default_skin.'/group_add_body.tpl');
|
||||
|
||||
Reference in New Issue
Block a user