XoopsModules25x/xoopstube

View on GitHub
view.tag.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * Module: XoopsTube
 *
 * You may not change or alter any portion of this comment or credits
 * of supporting developers from this source code or any supporting source code
 * which is considered copyrighted (c) material of the original comment or credit authors.
 *
 * PHP version 5
 *
 * @category        Module
 * @package         Xoopstube
 * @author          XOOPS Development Team
 * @author          Taiwen Jiang (phppp or D.J.) <php_pp@hotmail.com>
 * @copyright       2001-2016 XOOPS Project (https://xoops.org)
 * @license         GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
 * @link            https://xoops.org/
 * @since           1.0.6
 */
require_once __DIR__ . '/header.php';
require_once XOOPS_ROOT_PATH . '/modules/tag/view.tag.php';