4-2
index.php
13 | $xoopsOption [ 'template_main' ] = "my_dict_index.html" ; |
15 | include_once XOOPS_ROOT_PATH. "/header.php" ; |
22 | $op =isset( $_REQUEST [ 'op' ])? $_REQUEST [ 'op' ]: "" ; |
40 | function do_something(){ |
49 | $xoopsTpl ->assign( "toolbar" , toolbar_bootstrap( $interface_menu )) ; |
51 | $xoopsTpl ->assign( "bootstrap" , get_bootstrap()) ; |
53 | $xoopsTpl ->assign( "jquery" , get_jquery(true)) ; |
55 | $xoopsTpl ->assign( "isAdmin" , $isAdmin ) ; |
58 | include_once XOOPS_ROOT_PATH. '/footer.php' ; |