1
0
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:
tgtje
2015-11-01 15:44:42 +01:00
parent 748ffc8f6e
commit 9b08a4d991
8 changed files with 27 additions and 10 deletions

View File

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