1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 00:24:15 +02:00

Remove events.php

This commit is contained in:
Awilum
2018-03-22 23:53:33 +03:00
parent 1732a7693e
commit 4e87534216
2 changed files with 1 additions and 18 deletions

View File

@@ -36,8 +36,7 @@
"flextype"
],
"files": [
"flextype/boot/defines.php",
"flextype/boot/events.php"
"flextype/boot/defines.php"
]
}
}

View File

@@ -1,16 +0,0 @@
<?php namespace Flextype;
/**
* @package Flextype
*
* @author Sergey Romanenko <awilum@yandex.ru>
* @link http://flextype.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
// Set Flextype Meta Generator
Events::addListener('onThemeMeta', function () {
echo('<meta name="generator" content="Powered by Flextype" />');
});