Linking to modules in static content - Joomla! Forum - community, help and support
hi all,
i'm looking way of linking module in static content
eg.
i want link module script...
defined( '_valid_mos' ) or die( 'restricted access' );
global $my;
if ( $my->id )
header("location: http://www.example.com/.$my->id)
?>
i need link module because need use global $my function.
any ideas?
thanks
steve
i'm looking way of linking module in static content
eg.
i want link module script...
defined( '_valid_mos' ) or die( 'restricted access' );
global $my;
if ( $my->id )
header("location: http://www.example.com/.$my->id)
?>
i need link module because need use global $my function.
any ideas?
thanks
steve
steve,
by definition, static content static. not dynamic.
if want perform dynamic actions (such calling module) within content item, please use normal content item.
by definition, static content static. not dynamic.
if want perform dynamic actions (such calling module) within content item, please use normal content item.
Comments
Post a Comment