diff --git a/inc/functions.php b/inc/functions.php index c6cde82f8..7db9e9095 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -110,8 +110,6 @@ function get_external_file($url) */ function prepare_url($url) { - global $msg; - $parametres = array(); $url = html_entity_decode(trim($url)); diff --git a/tpl/view.html b/tpl/view.html index 4384631b4..af94df2e0 100644 --- a/tpl/view.html +++ b/tpl/view.html @@ -38,6 +38,7 @@

{$title}

view original
+ {include="messages"}
{$content}