Overall Footer
Verfasst: 25.12.2008 11:37
Hi ich wollte was im Overall footer ändern.
Dann hab ichs ausversehen wo falsch reingeschrieben und auf Absenden gecklickt!
Jetzt kommt der fehler:
Parse error: syntax error, unexpected $end in /srv/www/httpd/phost/p/com/pytalhost/pokeblitz/web/forum/cache/tpl_subsilver2_overall_footer.html.php on line 25
Hier ist der ganze Code:
Code:
Ich hab aber alles was ich geändert hab wieder rausgenommen
Kann mir jemand schnell helfen, bitte? Und sagen was ich jetzt noch ändern muss?
MfG Pokefan2
Dann hab ichs ausversehen wo falsch reingeschrieben und auf Absenden gecklickt!
Jetzt kommt der fehler:
Parse error: syntax error, unexpected $end in /srv/www/httpd/phost/p/com/pytalhost/pokeblitz/web/forum/cache/tpl_subsilver2_overall_footer.html.php on line 25
Hier ist der ganze Code:
Code:
Code: Alles auswählen
<?php if (! $this->_rootref['S_IS_BOT']) { echo (isset($this->_rootref['RUN_CRON_TASK'])) ? $this->_rootref['RUN_CRON_TASK'] : ''; } ?>
</div>
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//-->
<div id="wrapfooter">
<?php if ($this->_rootref['U_ACP']) { ?><span class="gensmall">[ <a href="<?php echo (isset($this->_rootref['U_ACP'])) ? $this->_rootref['U_ACP'] : ''; ?>"><?php echo ((isset($this->_rootref['L_ACP'])) ? $this->_rootref['L_ACP'] : ((isset($user->lang['ACP'])) ? $user->lang['ACP'] : '{ ACP }')); ?></a> ]</span><br /><br /><?php } ?>
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group.
<?php if ($this->_rootref['TRANSLATION_INFO']) { ?><br /><?php echo (isset($this->_rootref['TRANSLATION_INFO'])) ? $this->_rootref['TRANSLATION_INFO'] : ''; } if ($this->_rootref['DEBUG_OUTPUT']) { ?><br /><bdo dir="ltr">[ <?php echo (isset($this->_rootref['DEBUG_OUTPUT'])) ? $this->_rootref['DEBUG_OUTPUT'] : ''; ?> ]</bdo><!-- ENDIF
--></span>
</div>
</body>
</html>Ich hab aber alles was ich geändert hab wieder rausgenommen
Kann mir jemand schnell helfen, bitte? Und sagen was ich jetzt noch ändern muss?
MfG Pokefan2