refactor(core): intégration des modifications pour l'update vers SMF 2.1.3 #23
1 changed files with 14 additions and 13 deletions
|
@ -216,7 +216,8 @@ echo '<div class="khbb_body">';
|
||||||
<a id="top" href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name_html_safe'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name_html_safe'] . '">', '</a>
|
<a id="top" href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name_html_safe'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name_html_safe'] . '">', '</a>
|
||||||
</h1>';
|
</h1>';
|
||||||
// Sur quel compte on est co ? Ou invité.
|
// Sur quel compte on est co ? Ou invité.
|
||||||
echo '<div class="khbb_subtitle">
|
echo '
|
||||||
|
<div class="khbb_subtitle">
|
||||||
<div class="khbb_identity" title="">
|
<div class="khbb_identity" title="">
|
||||||
<span class="textmenu">', $txt['hello_guest'], $context['user']['name'], '</span></a>
|
<span class="textmenu">', $txt['hello_guest'], $context['user']['name'], '</span></a>
|
||||||
</div> ';
|
</div> ';
|
||||||
|
@ -227,10 +228,10 @@ echo '<div class="khbb_body">';
|
||||||
echo '
|
echo '
|
||||||
<div class="news">
|
<div class="news">
|
||||||
<p>', $context['random_news_line'], '</p>
|
<p>', $context['random_news_line'], '</p>
|
||||||
</div>
|
|
||||||
</div>';
|
</div>';
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
|
</div>
|
||||||
</div>';
|
</div>';
|
||||||
echo '
|
echo '
|
||||||
<div id="wrapper">';
|
<div id="wrapper">';
|
||||||
|
|
Loading…
Reference in a new issue