]> git.mjollnir.org Git - moodle.git/commitdiff
Added css for blog class audience
authormoodler <moodler>
Mon, 1 May 2006 02:21:39 +0000 (02:21 +0000)
committermoodler <moodler>
Mon, 1 May 2006 02:21:39 +0000 (02:21 +0000)
blog/lib.php

index 6589128ff292f0384760cbd1c4b09dda5db04781..c1f2990e3872f002d3d242374d485d6daba57102 100755 (executable)
 
         } 
 
-        echo '<div class="">'.$blogtype.'</div>';  /// martin please fill in the class and css
+        echo '<div class="audience">'.$blogtype.'</div>'; 
 
         // Print whole message
         echo format_text($template['body']);