mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 13:11:52 +02:00
#1245 - Make SITE URL optional, since it will be filled automatically if left blank anyway.
This commit is contained in:
parent
fe899855ab
commit
e487d3b1b6
@ -322,7 +322,7 @@ $text = "
|
||||
<tr>
|
||||
<td><label for='siteurl'>".PRFLAN_3."</label></td>
|
||||
<td>
|
||||
".$frm->text('siteurl', $pref['siteurl'], 150, 'required=1&size=xxlarge')."
|
||||
".$frm->text('siteurl', $pref['siteurl'], 150, 'size=xxlarge')."
|
||||
".($pref['siteurl'] == SITEURL ? "" : "<div class='field-help'>".PRFLAN_159.": <strong>".SITEURL."</strong></div>")."
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user