mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
This mostly works now, but ... * The UI needs further work. In particular we need a non-advanced mode. * This only works for blocks that use a new edit_form.php to replace config_instance.html. * .. and so far I have only implemented edit_form.php for the HTML block so far. * Needs to be enabled (with no block-specific config) for blocks without instance config, so you can control their positioning.
6 lines
150 B
PHP
6 lines
150 B
PHP
<?php // $Id$
|
|
// theme_standard.php - created with Moodle 2.0 dev
|
|
|
|
$string['region-side-pre'] = 'Left';
|
|
$string['region-side-post'] = 'Right';
|