diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php index e7525ae2d..9802f9ad9 100644 --- a/inc/html.php +++ b/inc/html.php @@ -540,6 +540,10 @@ function html_recent($first=0){ } print p_locale_xhtml('recent'); + + if (getNS($ID) != '') + print '<div class="level1"><p>' . sprintf($lang['recent_global'], wl('', 'do=recent')) . '</p></div>'; + print '<ul>'; foreach($recents as $recent){ |