Added Jon's html block from contrib! Thanks, Jon!

This commit is contained in:
moodler 2005-01-29 03:48:45 +00:00
parent c20d1fa77f
commit 86db09ef85
3 changed files with 59 additions and 0 deletions

8
lang/en/block_html.php Executable file
View file

@ -0,0 +1,8 @@
<?php // $Id$
$string['html'] = 'HTML';
$string['configtitle'] = 'Block Title';
$string['configcontent'] = 'Content';
$string['leaveblanktohide'] = 'leave blank to hide the title';
?>