1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Update e_admin.php

This commit is contained in:
Gábor 2017-01-31 06:56:19 +01:00 committed by GitHub
parent 4593cb1cfa
commit 56819aebb7

View File

@ -41,7 +41,7 @@ class social_admin
if($this->twitterActive == true)
{
$config['fields']['twitter'] = array ( 'title' =>"Post to Twitter", 'type' => 'text', 'tab'=>2, 'writeParms'=> array('size'=>'xxlarge', 'placeholder'=>'Type your tweet here.'), 'width' => 'auto', 'help' => '', 'readParms' => '', 'class' => 'left', 'thclass' => 'left', );
$config['fields']['twitter'] = array ( 'title' =>LAN_SOCIAL_ADMIN_43, 'type' => 'text', 'tab'=>2, 'writeParms'=> array('size'=>'xxlarge', 'placeholder'=>LAN_SOCIAL_ADMIN_44), 'width' => 'auto', 'help' => '', 'readParms' => '', 'class' => 'left', 'thclass' => 'left', );
}
break;
}
@ -75,4 +75,4 @@ class social_admin
?>
?>