diff --git a/bl-kernel/admin/controllers/api.php b/bl-kernel/admin/controllers/api.php index 5b20d7b7..16d3d28e 100644 --- a/bl-kernel/admin/controllers/api.php +++ b/bl-kernel/admin/controllers/api.php @@ -25,7 +25,7 @@ checkRole(array('admin')); activatePlugin('pluginAPI'); $apiURL = DOMAIN_BASE.'api/'; $pluginAPI = getPlugin('pluginAPI'); -$apiToken = $pluginAPI->getToken(); +$apiToken = $pluginAPI->token(); $username = $login->username(); $admin = new User($username); $authToken = $admin->tokenAuth(); diff --git a/bl-kernel/admin/themes/booty/init.php b/bl-kernel/admin/themes/booty/init.php new file mode 100644 index 00000000..3e9bf9b5 --- /dev/null +++ b/bl-kernel/admin/themes/booty/init.php @@ -0,0 +1,7 @@ +newToken(); \ No newline at end of file diff --git a/bl-kernel/helpers/html.class.php b/bl-kernel/helpers/html.class.php index cd921850..965b4aef 100644 --- a/bl-kernel/helpers/html.class.php +++ b/bl-kernel/helpers/html.class.php @@ -82,6 +82,88 @@ class HTML { return ''.PHP_EOL; } + /* Generates a dynamiclly the meta tag title for the themes === Bludit v4 + + @return string Returns the meta tag title
description(); ?>
+Some placeholder content in a paragraph.
+ + + tags(true); + if (!empty($tmp)) { + echo ''; + foreach ($tmp as $tagKey => $tagName) { + echo '' . $tagName . ''; + } + echo ''; + } + ?> +description(); ?>
+ + + + coverImage()): ?> +