diff --git a/system/includes/functions.php b/system/includes/functions.php index 88ab4ae..a920147 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -969,6 +969,15 @@ EOF; } } +// Google Web Master Tool +function wmt(){ + $wmt_id = config('google.wmt.id'); + $meta_wmt = ''; + if (!empty($wmt_id)) { + return $meta_wmt; + } +} + // Google Publisher (Google+ page). function publisher() { $publisher = config('google.publisher'); diff --git a/themes/clean/layout.html.php b/themes/clean/layout.html.php index 68f9238..e666464 100644 --- a/themes/clean/layout.html.php +++ b/themes/clean/layout.html.php @@ -5,6 +5,7 @@ + @@ -36,4 +37,4 @@ - \ No newline at end of file + diff --git a/themes/default/layout.html.php b/themes/default/layout.html.php index 7d93016..0d78765 100644 --- a/themes/default/layout.html.php +++ b/themes/default/layout.html.php @@ -5,6 +5,7 @@ + @@ -61,4 +62,4 @@ - \ No newline at end of file + diff --git a/themes/logs/layout.html.php b/themes/logs/layout.html.php index 6a0135f..a44a029 100644 --- a/themes/logs/layout.html.php +++ b/themes/logs/layout.html.php @@ -5,6 +5,7 @@ + @@ -71,4 +72,4 @@ - \ No newline at end of file +