MyBB.support, le portail francophone de MyBB

Version complète : Probléme index
Vous consultez actuellement la version basse qualité d’un document. Voir la version complète avec le bon formatage.
Bonjour j'ai supprimer sans le vouloir la fin du fichié index des templates.

Un personnes pourrait elle me donné son contenu svp !


Cordialement,
blind.
Et quel fichier ?
Citation :index
index_birthdays
index_birthdays_birthday
index_boardstats
index_loginform
index_logoutlink
index_stats
index_whosonline
index_whosonline_memberbit

Je crois que tu veux dire l'index donc le voilà :
Code :
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat">&nbsp;</td>
<td class="tcat" width="100%"><strong>{$lang->forumbit_forum}</strong></td>
<td class="tcat" width="175" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_lastpost}</strong></td>
<td class="tcat" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td>
<td class="tcat" align="center"><strong>{$lang->forumbit_posts}</strong></td>
</tr>
{$forums}
<tr>
<td class="tfoot" align="center" colspan="5"><a href="misc.php?action=markread">{$lang->markread}</a> &nbsp; &nbsp; <a href="showteam.php">{$lang->forumteam}</a>
</td>
</tr>
</table>

<br />

{$boardstats}

<br />

  <img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding: 0px 10px 4px 0px;" /> <span class="smalltext">{$lang->new_posts}</span><br />
  <img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding: 0px 10px 4px 0px;" /> <span class="smalltext">{$lang->no_new_posts}</span><br />
  <img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle; padding: 0px 10px 0px 0px;" /> <span class="smalltext">{$lang->forum_locked}</span>
  
<div align="right" style="font-size:12px"><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a></div>

{$footer}
</body>
</html>
 Utilitaire de traduction fourni par Regentronique