Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This development temporary hack got checked in by accident
  • Loading branch information
moodler committed Feb 25, 2005
1 parent f2c485e commit 205baeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/standard/styles.php
Expand Up @@ -7,7 +7,8 @@
/// THERE SHOULD BE NO NEED TO MODIFY THIS FILE!! USE CONFIG.PHP INSTEAD.


$lifetime = 0; // Seconds to cache this stylesheet
$lifetime = 600; // Seconds to cache this stylesheet
$nomoodlecookie = true; // Cookies prevent caching, so don't use them
require_once("../../config.php"); // Load up the Moodle libraries
$themename = basename(dirname(__FILE__)); // Name of the folder we are in
$forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme
Expand Down

0 comments on commit 205baeb

Please sign in to comment.