mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
12 lines
304 B
PHP
12 lines
304 B
PHP
<?PHP // $Id$
|
|
// block_html.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['configcontent'] = 'Content';
|
|
$string['configtitle'] = 'Block Title';
|
|
$string['html'] = 'HTML';
|
|
$string['leaveblanktohide'] = 'leave blank to hide the title';
|
|
$string['newhtmlblock'] = '(new HTML block)';
|
|
|
|
?>
|