1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Issue #6 Corrected some LANs

This commit is contained in:
Cameron
2015-11-12 15:07:50 -08:00
parent 9c494d5c13
commit 78efae0cae
3 changed files with 7 additions and 6 deletions

View File

@@ -693,7 +693,7 @@ class frontpage
*/
function add_other($ob_name, $cur_val, $cur_page)
{
$label = ($cur_val) ? LAN_CUS_URL_DIS.':' : LAN_CUS_URL.':';
$label = ($cur_val) ? LAN_CUSTOM_URL_DISABLED : LAN_CUSTOM_URL;
return "
<td>".$this->frm->radio($ob_name, 'other', $cur_val, array('label'=> $label))."</td>