git-svn-id: file:///home/shish/svn/shimmie2/trunk@305 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-16 21:32:51 +00:00
parent f5ec3f861e
commit b7ec475b6c

View file

@ -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);