]> git.mjollnir.org Git - moodle.git/commitdiff
Added new style headingblockcontent
authormoodler <moodler>
Sun, 15 Feb 2004 13:58:22 +0000 (13:58 +0000)
committermoodler <moodler>
Sun, 15 Feb 2004 13:58:22 +0000 (13:58 +0000)
theme/UPGRADE.txt
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php
theme/standardwhite/styles.php

index d58cc11e9b5e4c6daf3864a16a12f1c3d3a8d415..a9d336d93a2cd4e8385fc39d441c372a3c15093e 100644 (file)
@@ -166,3 +166,8 @@ a.autolink:hover {}
 /* Just a small table cell dividing others in a list */
 .tabledivider {}
 
+
+/* Style for the text/links inside the heading block when there is a
+  subscribe link there, eg front page news, social forum  */
+
+.headingblockcontent {}
index 797aaf298e12c0c5a7501d6fc61f742817326da3..5603fd83a9ed79cccacd5162411bb50a4352ec57 100644 (file)
@@ -456,3 +456,5 @@ a.autolink:hover {
     border-top: 0px;
 }
 
+.headingblockcontent {
+}
index 8c0853e44f721632188ae6b2af7d487afdf5bd7c..5603fd83a9ed79cccacd5162411bb50a4352ec57 100644 (file)
@@ -2,6 +2,10 @@
 
 /// We use PHP so we can do value substitutions into the styles
 
+    if (!isset($themename)) {
+        $themename = NULL;
+    }
+
     $nomoodlecookie = true;
     require_once("../../config.php"); 
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
@@ -452,3 +456,5 @@ a.autolink:hover {
     border-top: 0px;
 }
 
+.headingblockcontent {
+}
index 8c0853e44f721632188ae6b2af7d487afdf5bd7c..5603fd83a9ed79cccacd5162411bb50a4352ec57 100644 (file)
@@ -2,6 +2,10 @@
 
 /// We use PHP so we can do value substitutions into the styles
 
+    if (!isset($themename)) {
+        $themename = NULL;
+    }
+
     $nomoodlecookie = true;
     require_once("../../config.php"); 
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
@@ -452,3 +456,5 @@ a.autolink:hover {
     border-top: 0px;
 }
 
+.headingblockcontent {
+}
index 8c0853e44f721632188ae6b2af7d487afdf5bd7c..5603fd83a9ed79cccacd5162411bb50a4352ec57 100644 (file)
@@ -2,6 +2,10 @@
 
 /// We use PHP so we can do value substitutions into the styles
 
+    if (!isset($themename)) {
+        $themename = NULL;
+    }
+
     $nomoodlecookie = true;
     require_once("../../config.php"); 
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
@@ -452,3 +456,5 @@ a.autolink:hover {
     border-top: 0px;
 }
 
+.headingblockcontent {
+}
index 8c0853e44f721632188ae6b2af7d487afdf5bd7c..5603fd83a9ed79cccacd5162411bb50a4352ec57 100644 (file)
@@ -2,6 +2,10 @@
 
 /// We use PHP so we can do value substitutions into the styles
 
+    if (!isset($themename)) {
+        $themename = NULL;
+    }
+
     $nomoodlecookie = true;
     require_once("../../config.php"); 
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
@@ -452,3 +456,5 @@ a.autolink:hover {
     border-top: 0px;
 }
 
+.headingblockcontent {
+}
index 8c0853e44f721632188ae6b2af7d487afdf5bd7c..5603fd83a9ed79cccacd5162411bb50a4352ec57 100644 (file)
@@ -2,6 +2,10 @@
 
 /// We use PHP so we can do value substitutions into the styles
 
+    if (!isset($themename)) {
+        $themename = NULL;
+    }
+
     $nomoodlecookie = true;
     require_once("../../config.php"); 
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
@@ -452,3 +456,5 @@ a.autolink:hover {
     border-top: 0px;
 }
 
+.headingblockcontent {
+}