diff --git a/admin/photo.php b/admin/photo.php index 5c8093168..b0f23da04 100644 --- a/admin/photo.php +++ b/admin/photo.php @@ -53,6 +53,12 @@ $tabsheet->set_id('photo'); $tabsheet->select($page['tab']); $tabsheet->assign(); +$template->assign( + array( + 'ADMIN_PAGE_TITLE' => l10n('Edit photo #%s', $_GET['image_id']), + ) + ); + // +-----------------------------------------------------------------------+ // | Load the tab | // +-----------------------------------------------------------------------+ diff --git a/admin/themes/default/template/picture_coi.tpl b/admin/themes/default/template/picture_coi.tpl index d5c2ec431..98fc78cd4 100644 --- a/admin/themes/default/template/picture_coi.tpl +++ b/admin/themes/default/template/picture_coi.tpl @@ -3,8 +3,6 @@ {/html_head} {combine_script id='jquery.jcrop' load='footer' require='jquery' path='themes/default/js/plugins/jquery.Jcrop.min.js'} -