AMOS START
MOV [html,block_html],[pluginname,block_html]
AMOS END
class block_html extends block_base {
function init() {
class block_html extends block_base {
function init() {
- $this->title = get_string('html', 'block_html');
+ $this->title = get_string('pluginname', 'block_html');
$this->version = 2007101509;
}
$this->version = 2007101509;
}
$string['configcontent'] = 'Content';
$string['configtitle'] = 'Block Title';
$string['configcontent'] = 'Content';
$string['configtitle'] = 'Block Title';
-$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'leave blank to hide the title';
$string['newhtmlblock'] = '(new HTML block)';
$string['leaveblanktohide'] = 'leave blank to hide the title';
$string['newhtmlblock'] = '(new HTML block)';
+$string['pluginname'] = 'HTML';