Skip to content

Commit

Permalink
! missing page title on contact form
Browse files Browse the repository at this point in the history
http://www.elkarte.net/community/index.php?topic=1657

Signed-off-by: Spuds <spuds@spudsdesign.com>
  • Loading branch information
Spuds committed Jun 30, 2014
1 parent 0e93c08 commit c62d1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/controllers/Register.controller.php
Expand Up @@ -965,6 +965,7 @@ public function action_contact()
else
{
$context['sub_template'] = 'contact_form';
$context['page_title'] = $txt['admin_contact_form'];

require_once(SUBSDIR . '/VerificationControls.class.php');
$verificationOptions = array(
Expand Down

0 comments on commit c62d1a0

Please sign in to comment.