Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/theme/serenity/config.php
Go to the documentation of this file.
00001 <?php
00002 
00003 $THEME->name = 'serenity';
00004 
00006 // Name of the theme. Most likely the name of
00007 // the directory in which this file resides.
00009 
00010 
00011 $THEME->parents = array('canvas','base');
00012 
00014 // Which existing theme(s) in the /theme/ directory
00015 // do you want this theme to extend. A theme can
00016 // extend any number of themes. Rather than
00017 // creating an entirely new theme and copying all
00018 // of the CSS, you can simply create a new theme,
00019 // extend the theme you like and just add the
00020 // changes you want to your theme.
00022 
00023 
00024 $THEME->sheets = array('core');
00025 
00027 // Name of the stylesheet(s) you've including in
00028 // this theme's /styles/ directory.
00030 
00031 
00032 $THEME->enable_dock = true;
00033 
00035 // Do you want to use the new navigation dock?
00037 
00038 
00039 $THEME->editor_sheets = array('editor');
00040 
00042 // An array of stylesheets to include within the
00043 // body of the editor.
00045 
00046 // $THEME->csspostprocess
00047 
00049 // Allows the user to provide the name of a function
00050 // that all CSS should be passed to before being
00051 // delivered.
00053 
00054 // $THEME->javascripts
00055 
00057 // An array containing the names of JavaScript files
00058 // located in /javascript/ to include in the theme.
00059 // (gets included in the head)
00061 
00062 // $THEME->javascripts_footer
00063 
00065 // As above but will be included in the page footer.
00067 
00068 // $THEME->larrow
00069 
00071 // Overrides the left arrow image used throughout
00072 // Moodle
00074 
00075 // $THEME->rarrow
00076 
00078 // Overrides the right arrow image used throughout Moodle
00080 
00081 // $THEME->layouts
00082 
00084 // An array setting the layouts for the theme
00086 
00087 // $THEME->parents_exclude_javascripts
00088 
00090 // An array of JavaScript files NOT to inherit from
00091 // the themes parents
00093 
00094 // $THEME->parents_exclude_sheets
00095 
00097 // An array of stylesheets not to inherit from the
00098 // themes parents
00100 
00101 // $THEME->plugins_exclude_sheets
00102 
00104 // An array of plugin sheets to ignore and not
00105 // include.
00107 
00108 // $THEME->rendererfactory
00109 
00111 // Sets a custom render factory to use with the
00112 // theme, used when working with custom renderers.
00114 
 All Data Structures Namespaces Files Functions Variables Enumerations