Additional notices under PHP5 fixed.

This commit is contained in:
defacer 2005-02-04 20:57:16 +00:00
parent 4759d2c1eb
commit 17ed7f8290

View File

@ -2,7 +2,7 @@
<table cellpadding="9" cellspacing="0"> <table cellpadding="9" cellspacing="0">
<tr valign="top"> <tr valign="top">
<td align="right"><p><?php print_string('configtitle', 'block_html'); ?>:</td> <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>
<tr valign="top"> <tr valign="top">
<td align="right"><p><?php print_string('configcontent', 'block_html'); ?>:</td> <td align="right"><p><?php print_string('configcontent', 'block_html'); ?>:</td>