{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=blogSettings title=$locale->tr("blogSettings")}
{$locale->tr("blogSettings")} {include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"}
*
{$locale->tr("blog_name_help")}
{include file="$admintemplatepath/validate.template" field=blogName message=$locale->tr("error_invalid_blog_name")}
{if $blogDomainsEnabled}
{$locale->tr("register_blog_domain_help")}
{include file="$admintemplatepath/validate.template" field=blogSubDomain message=$locale->tr("error_invalid_subdomain")} {include file="$admintemplatepath/validate.template" field=blogMainDomain message=$locale->tr("error_invalid_domain")}
{/if}
{$locale->tr("blog_description_help")}
*
{$locale->tr("blog_language_help")}
{include file="$admintemplatepath/validate.template" field=blogLocale message=$locale->tr("error_invalid_locale")}
*
{$locale->tr("blog_category_help")}
{include file="$admintemplatepath/validate.template" field=blogCategory message=$locale->tr("error_invalid_blog_category")}
*
{$locale->tr("max_main_page_items_help")}
{include file="$admintemplatepath/validate.template" field=blogMaxMainPageItems message=$locale->tr("error_invalid_number")}
*
{$locale->tr("max_recent_items_help")}
{include file="$admintemplatepath/validate.template" field=blogMaxRecentItems message=$locale->tr("error_invalid_number")}
*
{$locale->tr("blog_template_help")}
{assign var=blogTemplateSet value=$blog->getTemplateSet()} {$locale->tr("choose")}...
{include file="$admintemplatepath/validate.template" field=blogTemplate message=$locale->tr("error_incorrect_template")}
{$locale->tr("use_read_more_help")}
{$locale->tr("enable_wysiwyg_help")}
{$locale->tr("enable_pull_down_menu_help")}
{$locale->tr("enable_comments_help")}
{$locale->tr("show_comments_max_help")}
{include file="$admintemplatepath/validate.template" field=blogNumCommentsPerPage message=$locale->tr("error_invalid_number")}
{$locale->tr("show_future_posts_help")}
{$locale->tr("first_day_of_week_help")}
{$locale->tr("show_in_summary_help")}
{$locale->tr("send_notification_help")}
{$locale->tr("articles_order_help")}
{$locale->tr("comments_order_help")}
{$locale->tr("categories_order_help")}
{$locale->tr("link_categories_order_help")}
{$locale->tr("time_offset_help")}
{assign var="timeNow" value=$smarty.now} {** include file="$admintemplatepath/validate.template" field=blogTimeOffset message=$locale->tr("error_incorrect_time_offset") **}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}