Skip to content

Commit

Permalink
fix page title for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msadouni committed Sep 26, 2011
1 parent 86471c5 commit ea0054f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/contacts/add.ctp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php echo $this->element('contact', array('plugin' => null)); ?>
<?php $this->addScript($this->Html->css('/contact/css/contact.css')) ?>
<h2><?php echo $this->pageTitle = __d('contact', 'Contact', true) ?></h2>
<?php $this->set('title_for_layout', __d('contact', 'Contact', true)) ?>
<h2><?php __d('contact', 'Contact') ?></h2>
<?php
echo $this->Form->create('Contact');
echo $this->Form->input('name', array(
Expand Down

0 comments on commit ea0054f

Please sign in to comment.