Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/data/tabs.php File Reference

Go to the source code of this file.

Variables

if(empty($currenttab) or empty($data)
or empty($course)) 
$context = get_context_instance(CONTEXT_MODULE, $cm->id)
 $inactive = NULL
 $activetwo = NULL
 $tabs = array()
 $row = array()
 $row [] = new tabobject('list', $CFG->wwwroot.'/mod/data/view.php?d='.$data->id, get_string('list','data'))
if(isloggedin()) $tabs [] = $row

Variable Documentation

$activetwo = NULL

Definition at line 36 of file tabs.php.

if (empty($currenttab) or empty($data) or empty($course)) $context = get_context_instance(CONTEXT_MODULE, $cm->id)

Definition at line 33 of file tabs.php.

$inactive = NULL

Definition at line 35 of file tabs.php.

$row = array()

Definition at line 38 of file tabs.php.

$row[] = new tabobject('list', $CFG->wwwroot.'/mod/data/view.php?d='.$data->id, get_string('list','data'))

Definition at line 40 of file tabs.php.

$tabs = array()

Definition at line 37 of file tabs.php.

if (isloggedin()) $tabs[] = $row

Definition at line 82 of file tabs.php.

 All Data Structures Namespaces Files Functions Variables Enumerations