diff options
Diffstat (limited to '')
-rw-r--r-- | admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ if (count($page['infos']) != 0) $template->assign('infos', $page['infos']); } -// Add the PhpWebGallery Official menu +// Add the Piwigo Official menu $template->assign( 'pwgmenu', pwg_URL() ); include(PHPWG_ROOT_PATH.'include/page_header.php'); |