diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/intro.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/intro.php b/admin/intro.php index 1585b0482..d30c30532 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -268,9 +268,6 @@ if ($nb_comments > 0) ); } -// Add the PhpWebGallery Official menu - $template->assign( 'pwgmenu', pwg_URL() ); - // +-----------------------------------------------------------------------+ // | sending html code | // +-----------------------------------------------------------------------+ |