View file top_reit/rustats.su/system/view/admin/system.tpl

File size: 1Kb
<div class="navig">
<form method="post" action="/admin/system">
	Название сайта [2 - 50]<br />
	<input type="text" name="name" value="<?php echo Protect::title(Core::$config['name_site']); ?>" /><br />
	Description [5 - 150]<br />
	<textarea name="desc"><?php echo Protect::title(Core::$config['description']); ?></textarea><br />
	Keywords [5 - 150]<br />
	<textarea name="key"><?php echo Protect::title(Core::$config['keywords']); ?></textarea><br />
	Автомодерация<br />
	<input type="radio" name="mod_sites" <?php echo Core::$config['mod_sites'] == 1 ? 'checked="checked"' : NULL; ?> value="1" /> Включена<br />
	<input type="radio" name="mod_sites" <?php echo Core::$config['mod_sites'] == 0 ? 'checked="checked"' : NULL; ?> value="0" /> Отключена<br />
	Цена рекламы за сутки (руб)<br />
	<input type="text" name="rekl" value="<?php echo Protect::title(Core::$config['rekl']); ?>" /><br />
	<input type="submit" value="Сохранить" />
	
</form>
</div>