0byt3m1n1-V2
Path:
/
home
/
phangnga
/
modules
/
mod_jevents_custom
/
[
Home
]
File: helper.php
<?php // no direct access defined('_JEXEC') or die('Restricted access'); class modDetailHelper { public static function getDetailBody($modid) { if (trim($modid)=="") { return false; } $reg = JRegistry::getInstance("com_jevents"); $moddata = $reg->get("dynamicmodules"); if (isset($moddata[$modid])){ return $moddata[$modid]; } return false; } }
©
2018.