mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
display flash message in article view
This commit is contained in:
parent
2987031bc3
commit
c1c9f252f7
@ -110,8 +110,6 @@ function get_external_file($url)
|
||||
*/
|
||||
function prepare_url($url)
|
||||
{
|
||||
global $msg;
|
||||
|
||||
$parametres = array();
|
||||
$url = html_entity_decode(trim($url));
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user