Neue Smilies und nun Fehlermeldung
Verfasst: 06.02.2009 18:20
Habe vorhin neue Smilies manuell hinzugefügt, benannt und sortiert.
wenn ich dann den cache leere, bekomme ich hierzu eine Fehlermeldung
Parse error: syntax error, unexpected $end in /var/kunden/webs/wwwLax/igforum/cache/tpl_subsilver2_index_body.html.php on line 92
In Zeile 92 steht eigentlich nicht mehr viel.
Wo ist der Fehler?
Danke!
Bob
wenn ich dann den cache leere, bekomme ich hierzu eine Fehlermeldung
Parse error: syntax error, unexpected $end in /var/kunden/webs/wwwLax/igforum/cache/tpl_subsilver2_index_body.html.php on line 92
In Zeile 92 steht eigentlich nicht mehr viel.
Code: Alles auswählen
<?php $this->_tpl_include('overall_footer.html'); ?>
Code: Alles auswählen
<table class="legend">
<tr>
<td width="20" align="center"><?php echo (isset($this->_rootref['FORUM_NEW_IMG'])) ? $this->_rootref['FORUM_NEW_IMG'] : ''; ?></td>
<td><span class="gensmall"><?php echo ((isset($this->_rootref['L_NEW_POSTS'])) ? $this->_rootref['L_NEW_POSTS'] : ((isset($user->lang['NEW_POSTS'])) ? $user->lang['NEW_POSTS'] : '{ NEW_POSTS }')); ?></span></td>
<td> </td>
<td width="20" align="center"><?php echo (isset($this->_rootref['FORUM_IMG'])) ? $this->_rootref['FORUM_IMG'] : ''; ?></td>
<td><span class="gensmall"><?php echo ((isset($this->_rootref['L_NO_NEW_POSTS'])) ? $this->_rootref['L_NO_NEW_POSTS'] : ((isset($user->lang['NO_NEW_POSTS'])) ? $user->lang['NO_NEW_POSTS'] : '{ NO_NEW_POSTS }')); ?></span></td>
<td> </td>
<td width="20" align="center"><?php echo (isset($this->_rootref['FORUM_LOCKED_IMG'])) ? $this->_rootref['FORUM_LOCKED_IMG'] : ''; ?></td>
<td><span class="gensmall"><?php echo ((isset($this->_rootref['L_FORUM_LOCKED'])) ? $this->_rootref['L_FORUM_LOCKED'] : ((isset($user->lang['FORUM_LOCKED'])) ? $user->lang['FORUM_LOCKED'] : '{ FORUM_LOCKED }')); ?></span></td>
</tr>
</table>
<?php $this->_tpl_include('overall_footer.html'); ?>
Bob