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 @@