Go to the source code of this file.
Variables |
| | $id = optional_param('id', null, PARAM_INT) |
| | $start = optional_param('formstart', 0, PARAM_INT) |
| | $tag = optional_param('tag', '', PARAM_NOTAGS) |
| | $userid = optional_param('userid', null, PARAM_INT) |
| | $tagid = optional_param('tagid', null, PARAM_INT) |
| | $modid = optional_param('modid', null, PARAM_INT) |
| | $entryid = optional_param('entryid', null, PARAM_INT) |
| | $groupid = optional_param('groupid', null, PARAM_INT) |
| | $courseid = optional_param('courseid', null, PARAM_INT) |
| | $search = optional_param('search', null, PARAM_RAW) |
| | $url_params = compact('id', 'start', 'tag', 'userid', 'tagid', 'modid', 'entryid', 'groupid', 'courseid', 'search') |
if(empty($CFG->bloglevel)) if(!empty($tag))
if(!empty($modid)&&empty($courseid))
if(!empty($groupid)&&empty($courseid)) | $sitecontext = get_context_instance(CONTEXT_SYSTEM) |
| | if ($CFG->enablerssfeeds) |
| | $bloglisting = new blog_listing($blogheaders['filters']) |
Variable Documentation
file index.php index page to view blogs. if no blog is specified then site wide entries are shown if a blog id is specified then the latest entries from that blog are shown
Definition at line 16 of file index.php.