1
0
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:
Cameron 2016-11-25 16:41:39 -08:00
parent fe899855ab
commit e487d3b1b6

View File

@ -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>