Pionier Posted December 14, 2011 Share Posted December 14, 2011 Hello, in the file is the code: {if $announcements} <div class="alert-message warning"> <p><strong>{$LANG.ourlatestnews}:</strong> {$announcements.0.text|truncate:100:'...'} - <a href="announcements.php?id={$announcements.0.id}">{$LANG.more}...</a></p> </div> {/if} but the output is: <div class="alert-message warning"> <p><strong>neusten Nachrichten:</strong> </p> <p><span announcements.php?id="4"" style="color: #222222; font-family: arial, sans-serif; font-size: 13px;... - <a href=">Mehr...</span></p> </div> How can I solve the problem? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.