1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-14 00:54:06 +02:00

Pages - Meta Title #165

This commit is contained in:
Awilum
2014-03-15 12:49:28 +04:00
parent cd2b94c7cc
commit 9981219800
2 changed files with 3 additions and 3 deletions

View File

@@ -283,7 +283,7 @@ class Pages extends Frontend
*/
public static function title()
{
return Pages::$page['title'];
return isset(Pages::$page['meta_title']) ? Pages::$page['meta_title'] : Pages::$page['title'];
}
/**