1: <?php
2: /*
3: You may not change or alter any portion of this comment or credits
4: of supporting developers from this source code or any supporting source code
5: which is considered copyrighted (c) material of the original comment or credit authors.
6:
7: This program is distributed in the hope that it will be useful,
8: but WITHOUT ANY WARRANTY; without even the implied warranty of
9: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10: */
11:
12: /**
13: * XoopsThemeBlocksPlugin component class file
14: *
15: * @copyright XOOPS Project (http://xoops.org)
16: * @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
17: * @author Skalpa Keo <skalpa@xoops.org>
18: * @since 2.3.0
19: * @package class
20: * @version $Id$
21: */
22:
23: /**
24: * XoopsThemeBlocksPlugin main class
25: *
26: * @package xos_logos
27: * @subpackage XoopsThemeBlocksPlugin
28: * @author Skalpa Keo
29: * @since 2.3.0
30: */
31: class XoopsThemeBlocksPlugin extends \Xoops\Core\Theme\Plugins\Blocks
32: {
33: }
34: