Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Variables
tabs.php File Reference

prints the tabbed bar More...

Variables

 $activated = array()
 
 $context = context_module::instance($usedid)
 
 $courseid = optional_param('courseid', false, PARAM_INT)
 
 $inactive = array()
 
 $row = array()
 
 $row [] = new tabobject('view', $viewurl->out(), get_string('overview', 'feedback'))
 
 $tabs = array()
 
 $urlparams = ['id' => $usedid]
 
if(!isset($current_tab)) $viewurl = new moodle_url('/mod/feedback/view.php', array('id' => $usedid))
 
if(isset($cmid) AND intval($cmid) AND $cmid > 0) else
 

Detailed Description

prints the tabbed bar

Author
Andreas Grabs
License
http://www.gnu.org/copyleft/gpl.html GNU Public License