Esempio n. 1
0
<?php

// ClanSphere 2010 - www.clansphere.net
// $Id$
$cs_lang = cs_translate('users');
$head = array('mod' => $cs_lang['mod_name'], 'action' => $cs_lang['settings'], 'topline' => $cs_lang['settings_info'], 'message' => cs_getmsg());
$opt_array = array($cs_lang['profile'] => array('file' => 'profile', 'icon' => 'personal', 'name' => $cs_lang['profile'], 'show' => array('users/settings' => 1)), $cs_lang['picture'] => array('file' => 'picture', 'icon' => 'camera_unmount', 'name' => $cs_lang['picture'], 'show' => array('users/settings' => 1)), $cs_lang['password'] => array('file' => 'password', 'icon' => 'password', 'name' => $cs_lang['password'], 'show' => array('users/settings' => 1)), $cs_lang['setup'] => array('file' => 'setup', 'icon' => 'looknfeel', 'name' => $cs_lang['setup'], 'show' => array('users/settings' => 1)), $cs_lang['close'] => array('file' => 'close', 'icon' => 'gpg', 'name' => $cs_lang['close'], 'show' => array('users/settings' => 1)), $cs_lang['avatar'] => array('dir' => 'board', 'file' => 'avatar', 'icon' => 'babelfish', 'name' => $cs_lang['avatar'], 'show' => array('users/settings' => 1)), $cs_lang['signature'] => array('dir' => 'board', 'file' => 'signature', 'icon' => 'colors', 'name' => $cs_lang['signature'], 'show' => array('users/settings' => 1)));
require_once 'mods/clansphere/functions.php';
echo cs_manage('users', 'settings', 'users', 'center', $opt_array, $head);
Esempio n. 2
0
<?php

// ClanSphere 2010 - www.clansphere.net
// $Id$
$cs_lang = cs_translate('clansphere');
require_once 'mods/clansphere/functions.php';
$head = array('mod' => 'ClanSphere', 'action' => $cs_lang['manage'], 'topline' => $cs_lang['modules_list']);
echo cs_manage('clansphere', 'admin', 'clansphere', 'manage', 0, $head);
Esempio n. 3
0
<?php

// ClanSphere 2010 - www.clansphere.net
// $Id$
$cs_lang = cs_translate('options');
$head = array('mod' => $cs_lang['options'], 'action' => $cs_lang['head_roots'], 'topline' => $cs_lang['body_roots'], 'message' => cs_getmsg());
require_once 'mods/clansphere/functions.php';
echo cs_manage('options', 'roots', 'clansphere', 'options', 0, $head);
Esempio n. 4
0
<?php

// ClanSphere 2010 - www.clansphere.net
// $Id$
$cs_lang = cs_translate('clansphere');
$head = array('mod' => 'ClanSphere', 'action' => $cs_lang['head_system'], 'topline' => $cs_lang['body_system']);
$sys_array = array($cs_lang['software'] => array('file' => 'software', 'icon' => 'kpackage', 'name' => $cs_lang['software'], 'show' => array('clansphere/system' => 5)), $cs_lang['languages'] => array('file' => 'lang_list', 'icon' => 'locale', 'name' => $cs_lang['languages'], 'show' => array('clansphere/system' => 4)), $cs_lang['templates'] => array('file' => 'temp_list', 'icon' => 'style', 'name' => $cs_lang['templates'], 'show' => array('clansphere/system' => 4)), $cs_lang['themes'] => array('file' => 'themes_list', 'icon' => 'kllckety', 'name' => $cs_lang['themes'], 'show' => array('clansphere/system' => 5)), $cs_lang['storage'] => array('file' => 'storage', 'icon' => 'hdd_unmount', 'name' => $cs_lang['storage'], 'show' => array('clansphere/system' => 5)), $cs_lang['variables'] => array('file' => 'variables', 'icon' => 'kdvi', 'name' => $cs_lang['variables'], 'show' => array('clansphere/system' => 5)), $cs_lang['metatags'] => array('file' => 'metatags', 'icon' => 'knetconfig', 'name' => $cs_lang['metatags'], 'show' => array('clansphere/system' => 5)), $cs_lang['cache'] => array('file' => 'cache', 'icon' => 'ark', 'name' => $cs_lang['cache'], 'show' => array('clansphere/system' => 4)), $cs_lang['version'] => array('file' => 'version', 'icon' => 'agt_update-product', 'name' => $cs_lang['version'], 'show' => array('clansphere/system' => 5)), $cs_lang['support'] => array('file' => 'support', 'icon' => 'krdc', 'name' => $cs_lang['support'], 'show' => array('clansphere/system' => 4)), $cs_lang['charset'] => array('file' => 'charset', 'icon' => 'txt', 'name' => $cs_lang['charset'], 'show' => array('clansphere/system' => 5)));
require_once 'mods/clansphere/functions.php';
echo cs_manage('clansphere', 'system', 'clansphere', 'roots', $sys_array, $head);