diff options
Diffstat (limited to '')
-rw-r--r-- | admin/intro.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/intro.php b/admin/intro.php index d855bc870..afb61576c 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -267,10 +267,13 @@ if ($nb_comments > 0) ); } +// Add the PhpWebGallery Official menu + $template->assign_block_vars( 'pwgmenu', pwg_URL() ); + // +-----------------------------------------------------------------------+ // | sending html code | // +-----------------------------------------------------------------------+ $template->assign_var_from_handle('ADMIN_CONTENT', 'intro'); -?>
\ No newline at end of file +?> |