diff --git a/variables/SeomaticVariable.php b/variables/SeomaticVariable.php index 2606148..cfe19dc 100755 --- a/variables/SeomaticVariable.php +++ b/variables/SeomaticVariable.php @@ -512,6 +512,17 @@ public function renderRobotsTemplate() return $result; } /* -- renderRobotsTemplate */ +/* -------------------------------------------------------------------------------- + Get the site meta record +-------------------------------------------------------------------------------- */ + + public function getSiteMeta($locale=null) + { + if (!$locale) + $locale = craft()->language; + return craft()->seomatic->getSiteMeta($locale); + } /* -- getSiteMeta */ + /* -------------------------------------------------------------------------------- Get the identity record -------------------------------------------------------------------------------- */