Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/theme/styles_debug.php File Reference

Go to the source code of this file.

Namespaces

namespace  moodlecore

Enumerations

enum  ABORT_AFTER_CONFIG

Functions

 send_uncached_css ($css)
 css_not_found ()

Variables

 $themename = min_optional_param('theme', 'standard', 'SAFEDIR')
 $type = min_optional_param('type', '', 'SAFEDIR')
 $subtype = min_optional_param('subtype', '', 'SAFEDIR')
 $sheet = min_optional_param('sheet', '', 'SAFEDIR')
if(!file_exists($candidatesheet))
if(!$css=file_get_contents($candidatesheet)) 
$css = unserialize($css)

Enumeration Type Documentation

Definition at line 27 of file styles_debug.php.


Function Documentation

Definition at line 135 of file styles_debug.php.

send_uncached_css ( css)

Definition at line 122 of file styles_debug.php.


Variable Documentation

if (!file_exists($candidatesheet)) if (!$css=file_get_contents($candidatesheet)) $css = unserialize($css)

Definition at line 59 of file styles_debug.php.

$sheet = min_optional_param('sheet', '', 'SAFEDIR')

Definition at line 33 of file styles_debug.php.

$subtype = min_optional_param('subtype', '', 'SAFEDIR')

Definition at line 32 of file styles_debug.php.

$themename = min_optional_param('theme', 'standard', 'SAFEDIR')

Definition at line 30 of file styles_debug.php.

$type = min_optional_param('type', '', 'SAFEDIR')

Definition at line 31 of file styles_debug.php.

 All Data Structures Namespaces Files Functions Variables Enumerations