1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-05-18 08:58:19 +03:00

Subscription page title change

Course subscription is an iframe, so in practice "Subscribe to" is duplicate to promo page.
This commit is contained in:
Alexander Yakovlev 2014-02-17 22:00:40 +07:00
parent e20353d77a
commit 12291f0969

View file

@ -89,7 +89,7 @@ class Controller_Course extends Controller_Layout {
{
$this->redirect('error/404');
}
$this->template->title = __('Subscribe to ').$course->title;
$this->template->title = $course->title;
$controls = array(
'name' => 'input',
'email' => 'input'