pretty
git-svn-id: file:///home/shish/svn/shimmie2/trunk@305 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
f5ec3f861e
commit
b7ec475b6c
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class Setup extends Extension {
|
|||
$sb->add_text_option("title", "Site title: ");
|
||||
$sb->add_text_option("front_page", "<br>Front page: ");
|
||||
$sb->add_text_option("base_href", "<br>Base URL: ");
|
||||
$sb->add_text_option("contact_link", "<br>Contact URL:");
|
||||
$sb->add_text_option("contact_link", "<br>Contact URL: ");
|
||||
$sb->add_choice_option("theme", $themes, "<br>Theme: ");
|
||||
// $sb->add_int_option("anon_id", "<br>Anonymous ID: "); // FIXME: create advanced options page
|
||||
$event->panel->add_block($sb);
|
||||
|
|
Reference in a new issue