Adding syntax highlighter to base.html

Pre fix for issue 53
Fixing issue 60
This commit is contained in:
Nathan Adams
2014-12-03 22:45:42 -06:00
parent e982e6869b
commit 24991a1ecc
3 changed files with 32 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ class Pluf_Translation
public static function getLocale()
{
return $GLOBALS['_PX_current_locale'];
return (isset($GLOBALS['_PX_current_locale'])) ? $GLOBALS['_PX_current_locale'] : "en";
}
/**