1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-08 06:06:53 +02:00

Core Improvements: Next Round #79 #80

This commit is contained in:
Awilum
2013-01-06 17:34:03 +02:00
parent a05aa4d379
commit 5e332c4a52
4 changed files with 128 additions and 0 deletions

7
engine/boot/actions.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
/**
* Set meta generator
*/
Action::add('theme_meta', 'setMetaGenerator');
function setMetaGenerator() { echo '<meta name="generator" content="Powered by Monstra '.Core::VERSION.'" />'; }