25 lines
727 B
Smarty
25 lines
727 B
Smarty
{* HTML5: Yes *}
|
|
{* jQuery: NN *}
|
|
|
|
{if $installAction == 'check'}
|
|
{if $diagnosticError}
|
|
<h2>{$CONST.DIAGNOSTIC_ERROR}</h2>
|
|
{foreach $res as $r}
|
|
<span class="msg_error">{$r}</span>
|
|
{/foreach}
|
|
{else}
|
|
{if $htaccessRewrite}
|
|
<h2>{$CONST.ATTEMPT_WRITE_FILE|sprintf:"{$serendipityPath}htaccess"}</h2>
|
|
{if is_array($res)}
|
|
{foreach $res as $r}
|
|
<span class="msg_notice">{$r}</span>
|
|
{/foreach}
|
|
{else}
|
|
<span class="msg_success">{$CONST.DONE}</span>
|
|
{/if}
|
|
{/if}
|
|
<span class="msg_success">{$CONST.WRITTEN_N_SAVED}</span>
|
|
{/if}
|
|
{else}
|
|
{$config}
|
|
{/if} |