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:
@@ -36,8 +36,7 @@
|
||||
"flextype"
|
||||
],
|
||||
"files": [
|
||||
"flextype/boot/defines.php",
|
||||
"flextype/boot/events.php"
|
||||
"flextype/boot/defines.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@@ -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" />');
|
||||
});
|
Reference in New Issue
Block a user