moodle/lang/en/block_html.php

8 lines
186 B
PHP
Executable File

<?php // $Id$
$string['html'] = 'HTML';
$string['configtitle'] = 'Block Title';
$string['configcontent'] = 'Content';
$string['leaveblanktohide'] = 'leave blank to hide the title';
?>