mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
text to LAN issue #6
This commit is contained in:
@@ -693,7 +693,7 @@ class frontpage
|
||||
*/
|
||||
function add_other($ob_name, $cur_val, $cur_page)
|
||||
{
|
||||
$label = ($cur_val) ? "Disabled or Enter Custom URL:" : "Custom URL: ";
|
||||
$label = ($cur_val) ? LAN_CUS_URL_DIS.':' : LAN_CUS_URL.':';
|
||||
|
||||
return "
|
||||
<td>".$this->frm->radio($ob_name, 'other', $cur_val, array('label'=> $label))."</td>
|
||||
|
Reference in New Issue
Block a user