Archived
1
0
This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LuckyCoinkydink/include/admin/tpl/configuration.inc.tpl

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}