mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Added Jon's html block from contrib! Thanks, Jon!
This commit is contained in:
parent
c20d1fa77f
commit
86db09ef85
3 changed files with 59 additions and 0 deletions
8
lang/en/block_html.php
Executable file
8
lang/en/block_html.php
Executable 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';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue