/class/xoopseditor/tinymce/include/xoops_images.php
https://gitlab.com/VoyaTrax/vtCMS3 · PHP · 20 lines · 7 code · 2 blank · 11 comment · 2 complexity · 155578020e05d7f1aa0272750df5775c MD5 · raw file
- <?php
- /**
- * TinyMCE adapter for XOOPS
- *
- * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
- * @license http://www.fsf.org/copyleft/gpl.html GNU public license
- * @package class
- * @subpackage editor
- * @since 2.6.0
- * @author Laurent JEN (aka DuGris)
- * @version $Id: xoops_images.php 10699 2013-01-07 23:46:35Z dugris $
- */
-
- if (!defined("XOOPS_ROOT_PATH")) { die("XOOPS root path not defined"); }
-
- $xoops = Xoops::getInstance();
- if ($xoops->isActiveModule('images')) {
return true;
- }
- return false;
- ?>