From 8ef8ec689eeb467360a7ae443817fd5e98ec2215 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 28 Feb 2011 12:28:44 +0100 Subject: [PATCH] MDL-26047 nimble theme - changing 2 "fusion" ocurrences --- theme/nimble/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/nimble/config.php b/theme/nimble/config.php index a48466af429b7..1f9f380f5f0f0 100644 --- a/theme/nimble/config.php +++ b/theme/nimble/config.php @@ -16,7 +16,7 @@ // along with Moodle. If not, see . /** - * Configuration for Moodle's fusion theme. + * Configuration for Moodle's nimble theme. * * DO NOT MODIFY THIS THEME! * COPY IT FIRST, THEN RENAME THE COPY AND MODIFY IT INSTEAD. @@ -183,7 +183,7 @@ // specific page. /////////////////////////////////////////////////////////////// -// $THEME->csspostprocess = 'fusion_process_css'; +// $THEME->csspostprocess = 'nimble_process_css'; //////////////////////////////////////////////////// // Allows the user to provide the name of a function @@ -265,4 +265,4 @@ // Controls the colours for the MP3 player //////////////////////////////////////////////////// -$THEME->csspostprocess = 'nimble_process_css'; \ No newline at end of file +$THEME->csspostprocess = 'nimble_process_css';