AMOS START
MOV [blockname,block_settings_navigation_tree],[pluginname,block_settings_navigation_tree]
AMOS END
*/
function init() {
$this->blockname = get_class($this);
*/
function init() {
$this->blockname = get_class($this);
- $this->title = get_string('blockname', $this->blockname);
+ $this->title = get_string('pluginname', $this->blockname);
$this->version = 2009082800;
}
$this->version = 2009082800;
}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-$string['blockname'] = 'Settings';
$string['enablehoverexpansion'] = 'Enable mouseover expansion of this block';
$string['enablesidebarpopout'] = 'Allow the user to switch the block to a sidbar popout';
$string['enablehoverexpansion'] = 'Enable mouseover expansion of this block';
$string['enablesidebarpopout'] = 'Allow the user to switch the block to a sidbar popout';
+$string['pluginname'] = 'Settings';