Menu
 
- Docs main
 

Konfiguracja strony
 
You can changes site settings in the admin panel in "Site Settings II". We have there an array:
array('config' => 
	array(
		'admin_mail' => 'mail@foo.pl',
		'vis' => '1',
		'theme' => 'clantem1',
		'lang' => 'Polish',
		'sitelink' => 'http://www.my_page.com',
		'sitename' => 'My page',
		'sitedesc' => 'Blaaa aaa',
		'keywords' => 'key key',
		'mordy_theme' => 'phpbb',
		'ekit' => false,
		'comment_forum' => 1,
		'utf' => false,
		'forum' => 'figray',
		'sig_get' =>false,
		'sig_mini' => false, 
		'sig_mini_ar' => array(array('10', '0', '', '100', 'zielony', '/kernel/images/b.ttf', 'My page')), 
		'sig_get_ar' => array(array('10', '0', '', '100', 'zielony', '/kernel/images/b.ttf', 'My page')),
		 'allowed_themes' =>  array('violet_bar', 'red')
));
admin_mail - admin email
vis - ID number of an VIS module which will be on the main page
theme - default theme (from /kernel/themes)
lang - default theme from /kernel/lang
sitelink - link to the site
sitename - site title, used in TITLE
sitedesc -site description used in META DESCRIPTION
keywords - site keywords
mordy_theme - emot set from /kernel/images/smilies
ekit - if you have installed the EKIT Java wysiwyg editor then set it to true to use it
comment_forum - ID number of a forum in which comment topics for news and articles will be created.
utf - set to true if you have problems witch font encoding (non-english langs)
forum - theme for FSTART, F i FSTOP from /kernel/images/forums
sig_* - signs images uploaded by ADD and ADD_TH or when making a thumbnail. true - on, false - off, the rest will be described in the Library.
allowed_themes - list of themes which can be used by the user.