Go to the source code of this file.
Namespaces |
| namespace | core |
Variables |
| if(empty($CFG->usetags)) | $tagid = optional_param('id', 0, PARAM_INT) |
| | $tagname = optional_param('tag', '', PARAM_TAG) |
| | $edit = optional_param('edit', -1, PARAM_BOOL) |
| | $userpage = optional_param('userpage', 0, PARAM_INT) |
| | $perpage = optional_param('perpage', 24, PARAM_INT) |
| | $systemcontext = get_context_instance(CONTEXT_SYSTEM) |
| | $title = get_string('tag', 'tag') .' - '. $tagname |
| | $button = '' |
| | if ($tag->flag > 0 &&has_capability('moodle/tag:manage', $systemcontext)) |
if($courses=coursetag_get_tagged_courses($tag->
id)) if(has_capability('moodle/blog:view',
$systemcontext)) | $usercount = tag_record_count('user', $tag->id) |
Variable Documentation
| $title = get_string('tag', 'tag') .' - '. $tagname |