mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Additional notices under PHP5 fixed.
This commit is contained in:
parent
4759d2c1eb
commit
17ed7f8290
@ -2,7 +2,7 @@
|
||||
<table cellpadding="9" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td align="right"><p><?php print_string('configtitle', 'block_html'); ?>:</td>
|
||||
<td><input type="text" name="title" size="30" value="<?php echo $this->config->title; ?>" /> (<?php print_string('leaveblanktohide', 'block_html'); ?>)</td>
|
||||
<td><input type="text" name="title" size="30" value="<?php echo isset($this->config->title)?$this->config->title:''; ?>" /> (<?php print_string('leaveblanktohide', 'block_html'); ?>)</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td align="right"><p><?php print_string('configcontent', 'block_html'); ?>:</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user