require_course_login($course, true, $cm);
$context = get_context_instance(CONTEXT_MODULE, $cm->id);
+$PAGE->set_pagelayout('print');
$PAGE->set_title(get_string("modulenameplural", "glossary"));
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();
'file' => 'general.php',
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'noblocks'=>true),
- )
+ ),
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
);
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
/**
* Configuration for Moodle's arialist theme.
*
- * DO NOT MODIFY THIS THEME!
+ * DO NOT MODIFY THIS THEME!
* COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD.
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
);
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
$THEME->parents_exclude_sheets = array(
'base'=>array(
- 'pagelayout',
+ 'pagelayout',
),
'canvas'=>array(
'pagelayout',
// $THEME->editor_sheets
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>false),
+ ),
);
///////////////////////////////////////////////////////////////
// specific page.
///////////////////////////////////////////////////////////////
-$THEME->csspostprocess = 'arialist_process_css';
+$THEME->csspostprocess = 'arialist_process_css';
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
$THEME->larrow = '⟨';
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
* basic layout. It is intended as a base for other themes to build upon.
* It is not recommend to actually choose this theme for production sites!
*
- * DO NOT COPY THIS TO START NEW THEMES!
+ * DO NOT COPY THIS TO START NEW THEMES!
* Start with another theme, like "standard".
*
* For full information about creating Moodle themes, see:
'regions' => array(),
'options' => array('noblocks'=>true, 'nofooter'=>true, 'nonavbar'=>true, 'nocustommenu'=>true),
),
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('noblocks'=>true, 'nofooter'=>true, 'nonavbar'=>false, 'nocustommenu'=>true),
+ ),
);
// We don't want the base theme to be shown on the theme selection screen, by setting
/**
* Configuration for Moodle's nonzero theme.
*
- * DO NOT MODIFY THIS THEME!
+ * DO NOT MODIFY THIS THEME!
* COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD.
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
);
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
$THEME->parents_exclude_sheets = array(
'base'=>array(
- 'pagelayout',
+ 'pagelayout',
),
'canvas'=>array(
'pagelayout',
// $THEME->editor_sheets
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>false),
+ ),
);
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
// $THEME->csspostprocess
-
+
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
-// $THEME->javascripts_footer
+// $THEME->javascripts_footer
////////////////////////////////////////////////////
// As above but will be included in the page footer.
//$THEME->larrow = '⟨';
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
/**
* Configuration for Moodle's boxxie theme.
*
- * DO NOT MODIFY THIS THEME!
+ * DO NOT MODIFY THIS THEME!
* COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD.
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
$THEME->sheets = array('core');
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>true, 'noblocks'=>false),
+ ),
+
);
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
// $THEME->csspostprocess
-
+
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
-// $THEME->javascripts_footer
+// $THEME->javascripts_footer
////////////////////////////////////////////////////
// As above but will be included in the page footer.
////////////////////////////////////////////////////
-// $THEME->larrow
+// $THEME->larrow
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
-// $THEME->rarrow
+// $THEME->rarrow
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
* It is intended to be used with Base as a starting point for other themes to build upon.
* It is not recommend to actually choose this theme for production sites!
*
- * DO NOT COPY THIS TO START NEW THEMES!
+ * DO NOT COPY THIS TO START NEW THEMES!
* Start with another theme, like "standard".
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
$THEME->parents = array(
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
$THEME->sheets = array(
- 'pagelayout',
- 'text',
- 'core',
+ 'pagelayout',
+ 'text',
+ 'core',
'course',
- 'mods',
- 'blocks',
- 'tabs',
- 'admin',
+ 'mods',
+ 'blocks',
+ 'tabs',
+ 'admin',
'tables',
);
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
$THEME->parents_exclude_sheets = array(
'base'=>array(
- 'navigation',
+ 'navigation',
'browser',
),
);
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
+
);
/////////////////////////////////////////////////////////
$THEME->hidefromselector = true;
/////////////////////////////////////////////////////
-// We don't want the base theme to be shown on the
-// theme selection screen, by setting this to true
-// it will only be shown if theme designer mode is
+// We don't want the base theme to be shown on the
+// theme selection screen, by setting this to true
+// it will only be shown if theme designer mode is
// switched on.
/////////////////////////////////////////////////////
// $THEME->editor_sheets
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
// $THEME->csspostprocess
-
+
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
-// $THEME->javascripts_footer
+// $THEME->javascripts_footer
////////////////////////////////////////////////////
// As above but will be included in the page footer.
////////////////////////////////////////////////////
-// $THEME->larrow
+// $THEME->larrow
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
-// $THEME->rarrow
+// $THEME->rarrow
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
'file' => 'general.php',
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'noblocks'=>true),
- )
+ ),
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
);
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
/**
* Configuration for Moodle's formfactor theme.
*
- * DO NOT MODIFY THIS THEME!
+ * DO NOT MODIFY THIS THEME!
* COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD.
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
$THEME->sheets = array('selected', 'core', 'course', 'mods', 'blocks');
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
// $THEME->editor_sheets = array('editor');
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
+
);
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
// $THEME->csspostprocess
-
+
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
-// $THEME->javascripts_footer
+// $THEME->javascripts_footer
////////////////////////////////////////////////////
// As above but will be included in the page footer.
////////////////////////////////////////////////////
-// $THEME->larrow
+// $THEME->larrow
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
-// $THEME->rarrow
+// $THEME->rarrow
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
/**
* Configuration for Moodle's fusion theme.
*
- * DO NOT MODIFY THIS THEME!
+ * DO NOT MODIFY THIS THEME!
* COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD.
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
);
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
$THEME->parents_exclude_sheets = array(
'base'=>array(
- 'pagelayout',
+ 'pagelayout',
),
'canvas'=>array(
'pagelayout',
// $THEME->editor_sheets
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
+
);
///////////////////////////////////////////////////////////////
// specific page.
///////////////////////////////////////////////////////////////
-// $THEME->csspostprocess = 'fusion_process_css';
+// $THEME->csspostprocess = 'fusion_process_css';
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
$THEME->larrow = '⟨';
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
$THEME->csspostprocess = 'fusion_process_css';
\ No newline at end of file
/**
* Configuration for Moodle's leatherbound theme.
*
- * DO NOT MODIFY THIS THEME!
+ * DO NOT MODIFY THIS THEME!
* COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD.
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
);
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
// $THEME->editor_sheets = array('editor');
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
+
);
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
// $THEME->csspostprocess
-
+
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
-// $THEME->javascripts_footer
+// $THEME->javascripts_footer
////////////////////////////////////////////////////
// As above but will be included in the page footer.
////////////////////////////////////////////////////
-// $THEME->larrow
+// $THEME->larrow
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
-// $THEME->rarrow
+// $THEME->rarrow
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
$THEME->parents_exclude_sheets = array('base'=>array('pagelayout'),'canvas'=>array('pagelayout') );
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
$THEME->sheets = array('layout','core','colors','css3');
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
$THEME->editor_sheets = array('editor');
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
+
);
///////////////////////////////////////////////////////////////
// specific page.
///////////////////////////////////////////////////////////////
//$THEME->csspostprocess = 'simplespace_process_css';
-
+
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
-// $THEME->javascripts_footer
+// $THEME->javascripts_footer
////////////////////////////////////////////////////
// As above but will be included in the page footer.
//$THEME->larrow = "<";
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
- //$THEME->rarrow = ">";
+ //$THEME->rarrow = ">";
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
//$THEME->rendererfactory = 'theme_simplespace_renderer_factory';
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
$THEME->csspostprocess = 'magazine_process_css';
\ No newline at end of file
/**
* Configuration for Moodle's nonzero theme.
*
- * DO NOT MODIFY THIS THEME!
+ * DO NOT MODIFY THIS THEME!
* COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD.
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
);
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
$THEME->parents_exclude_sheets = array(
'base'=>array(
- 'pagelayout',
+ 'pagelayout',
),
'canvas'=>array(
'pagelayout',
// $THEME->editor_sheets
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
+
);
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
$THEME->csspostprocess = 'nonzero_process_css';
-
+
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
-// $THEME->javascripts_footer
+// $THEME->javascripts_footer
////////////////////////////////////////////////////
// As above but will be included in the page footer.
////////////////////////////////////////////////////
-// $THEME->larrow
+// $THEME->larrow
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
-// $THEME->rarrow
+// $THEME->rarrow
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
- *
*
- * DO NOT MODIFY THIS THEME!
+ *
+ * DO NOT MODIFY THIS THEME!
* COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD.
*
* For full information about creating Moodle themes, see:
////////////////////////////////////////////////////
// Name of the theme. Most likely the name of
-// the directory in which this file resides.
+// the directory in which this file resides.
////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
-// do you want this theme to extend. A theme can
-// extend any number of themes. Rather than
-// creating an entirely new theme and copying all
-// of the CSS, you can simply create a new theme,
-// extend the theme you like and just add the
+// do you want this theme to extend. A theme can
+// extend any number of themes. Rather than
+// creating an entirely new theme and copying all
+// of the CSS, you can simply create a new theme,
+// extend the theme you like and just add the
// changes you want to your theme.
////////////////////////////////////////////////////
);
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you've including in
+// Name of the stylesheet(s) you've including in
// this theme's /styles/ directory.
////////////////////////////////////////////////////
$THEME->parents_exclude_sheets = array(
'base'=>array(
- 'pagelayout',
+ 'pagelayout',
),
'canvas'=>array(
'pagelayout',
// $THEME->editor_sheets
////////////////////////////////////////////////////
-// An array of stylesheets to include within the
+// An array of stylesheets to include within the
// body of the editor.
////////////////////////////////////////////////////
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true),
),
-
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
+
);
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
$THEME->csspostprocess = 'sky_high_process_css';
-
+
////////////////////////////////////////////////////
-// Allows the user to provide the name of a function
-// that all CSS should be passed to before being
+// Allows the user to provide the name of a function
+// that all CSS should be passed to before being
// delivered.
////////////////////////////////////////////////////
// $THEME->filter_mediaplugin_colors
////////////////////////////////////////////////////
-// Used to control the colours used in the small
+// Used to control the colours used in the small
// media player for the filters
////////////////////////////////////////////////////
-// $THEME->javascripts
+// $THEME->javascripts
////////////////////////////////////////////////////
// An array containing the names of JavaScript files
-// located in /javascript/ to include in the theme.
+// located in /javascript/ to include in the theme.
// (gets included in the head)
////////////////////////////////////////////////////
-// $THEME->javascripts_footer
+// $THEME->javascripts_footer
////////////////////////////////////////////////////
// As above but will be included in the page footer.
////////////////////////////////////////////////////
-// $THEME->larrow
+// $THEME->larrow
////////////////////////////////////////////////////
-// Overrides the left arrow image used throughout
+// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
-// $THEME->rarrow
+// $THEME->rarrow
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
+// $THEME->layouts
////////////////////////////////////////////////////
// An array setting the layouts for the theme
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
+// $THEME->parents_exclude_sheets
////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
-// An array of plugin sheets to ignore and not
+// An array of plugin sheets to ignore and not
// include.
////////////////////////////////////////////////////
// $THEME->renderfactory
////////////////////////////////////////////////////
-// Sets a custom render factory to use with the
+// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
////////////////////////////////////////////////////
// $THEME->resource_mp3player_colors
////////////////////////////////////////////////////
-// Controls the colours for the MP3 player
+// Controls the colours for the MP3 player
////////////////////////////////////////////////////
);
////////////////////////////////////////////////////
-// Name of the stylesheet(s) you are including in
+// Name of the stylesheet(s) you are including in
// this new theme's /styles/ directory.
////////////////////////////////////////////////////
'file' => 'general.php',
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'noblocks'=>true),
- )
+ ),
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
+ ),
);
///////////////////////////////////////////////////////////////
-// These are all of the possible layouts in Moodle.
+// These are all of the possible layouts in Moodle.
///////////////////////////////////////////////////////////////
'regions' => array(),
'options' => array('noblocks'=>true, 'nofooter'=>true, 'nonavbar'=>true, 'nocustommenu'=>true),
),
+ // Should display the content and basic headers only.
+ 'print' => array(
+ 'file' => 'general.php',
+ 'regions' => array(),
+ 'options' => array('noblocks'=>true, 'nofooter'=>true, 'nonavbar'=>false, 'nocustommenu'=>true),
+ ),
);
/**