Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/modules/mod_wfmenu/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/modules/mod_wfmenu/mod_wfmenu.php

<?php

// No direct access
defined( '_JEXEC' ) or die;

require_once( dirname( __FILE__ ) . '/helper.php' );
//$data = modWfmenuHelper::getData( $params );
$rootid = htmlspecialchars( $params->get( 'rootid' ) );
$type = htmlspecialchars( $params->get( 'type' ) );
$worktype = htmlspecialchars( $params->get( 'worktype' ) );
$mymenuitem = htmlspecialchars( $params->get( 'mymenuitem' ) );
$moduleclass_sfx = htmlspecialchars( $params->get( 'moduleclass_sfx' ) );
require( JModuleHelper::getLayoutPath( 'mod_wfmenu', $params->get( 'layout', 'default' ) ) );