XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
blocks.php
Go to the documentation of this file.
1 <?php
2 
3 if( ! defined( 'XOOPS_TRUST_PATH' ) ) die( 'set XOOPS_TRUST_PATH into mainfile.php' ) ;
4 
5 $mydirname = basename( dirname( dirname( __FILE__ ) ) ) ;
6 $mydirpath = dirname( dirname( __FILE__ ) ) ;
7 require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname
8 
9 require XOOPS_TRUST_PATH.'/modules/'.$mytrustdirname.'/blocks.php' ;
10 
11 ?>