redbaron76 / PongoCMS-Laravel-cms-bundle

a CMS bundle for Laravel 3.2 and Twitter Bootstrap 2.2.0
http://pongocms.com
Other
100 stars 32 forks source link

Can you please check if this change is usefull? #34

Closed ghost closed 11 years ago

ghost commented 11 years ago

Basically I just changed from:

$this->layout->header_data = array( 'title' => 'Esegui il Login!' );

to

$this->layout->header_data = array( //'title' => 'Esegui il Login!' 'title' => LL('cms::title.loginnow', CMSLANG) );

Regards! Paulo Hanashiro