diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index 891c2e143..b56d6c718 100644 --- a/inc/template.php +++ b/inc/template.php @@ -1507,8 +1507,8 @@ function tpl_media() { if (isset($JUMPTO)) $image = $JUMPTO; if (isset($REV) && !$JUMPTO) $rev = $REV; - echo '<h1>'.$lang['btn_media'].'</h1>'.NL; echo '<div id="mediamanager__page">'.NL; + echo '<h1>'.$lang['btn_media'].'</h1>'.NL; html_msgarea(); echo '<div class="panel namespaces">'.NL; |