1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-09 14:47:04 +02:00

Update monstra/boot/actions.php

This commit is contained in:
Sergey Romanenko
2012-12-27 15:55:09 +02:00
parent 03131011cb
commit 53c6a26019

View File

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