display flash message in article view

This commit is contained in:
nicosomb 2013-04-23 15:37:03 +02:00
parent 2987031bc3
commit c1c9f252f7
2 changed files with 1 additions and 2 deletions

View File

@ -110,8 +110,6 @@ function get_external_file($url)
*/
function prepare_url($url)
{
global $msg;
$parametres = array();
$url = html_entity_decode(trim($url));

View File

@ -38,6 +38,7 @@
<h1><a href="{$url}">{$title}</a></h1>
<div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
</header>
{include="messages"}
<article>
<div id="readityourselfcontent">
{$content}