diff --git a/theme/poweraid/README.txt b/theme/poweraid/README.txt index 611d007a825..55beb7348d1 100644 --- a/theme/poweraid/README.txt +++ b/theme/poweraid/README.txt @@ -33,10 +33,14 @@ If you change the; It can hurt your eyes if you choose the wrong color ;-) To change the logo to something that is more like you... -open up the file logo_empty.jpg that you can find inside the; -moodledir/theme/PowerAid/images/ +edit the files frontlogo.jpg and smalllogo.jpg that you can find inside the; +moodledir/theme/poweraid/images/ For other configuration options for this theme please see the config.php Other than that, i should think that most of the options for this theme -is simple to understand. \ No newline at end of file +is simple to understand. + +---- +5 Jan 2003 - Martin made some changes to this theme and some of the + filenames in this file to match diff --git a/theme/poweraid/config.php b/theme/poweraid/config.php index cfacab904d9..fc14f4ec89f 100644 --- a/theme/poweraid/config.php +++ b/theme/poweraid/config.php @@ -33,9 +33,12 @@ $THEME->marginwidth = "0"; // Used in the theme
tag $THEME->body = "#FFFFFF"; // Main page color $THEME->cellheading = "#E8E8E8"; // Standard headings of big tables -$THEME->cellheading2 = "#DDDDDD"; // Highlight headings of tables +$THEME->cellheading2 = "#AAAAAA"; // Highlight headings of tables $THEME->cellcontent = "#FFFFFF"; // For areas with text $THEME->cellcontent2 = "#EFEFEF"; // Alternate colour $THEME->borders = "#555555"; // Table borders -?> \ No newline at end of file +$THEME->frontlogo = "images/frontlogo.jpg"; // Logo on front page +$THEME->smalllogo = "images/smalllogo.jpg"; // Header logo on other pages + +?> diff --git a/theme/poweraid/footer.html b/theme/poweraid/footer.html index 6dd2c5d4a7e..d36d6e554fd 100644 --- a/theme/poweraid/footer.html +++ b/theme/poweraid/footer.html @@ -25,7 +25,7 @@ */ ?> -- | - | =$menu ?> =$button ?> |
-
- |
if ($home) { // This is what gets printed on the home page only ?>
+
+
|