';
$html .= '';
$html .= '';
if ($description != "") {
$html .= '
' . $L->get($description) . '
';
}
$html .= '';
return $html;
}
public static function values($plugin, $settingName, $title, $values, $description = "")
{
global $L;
$html = '';
$html .= '
';
$html .= '
';
if ($description != "") {
$html .= '
' . $L->get($description) . '
';
}
$html .= '
';
return $html;
}
public static function medias($plugin, $settingName, $title, $description = "")
{
global $L;
global $medias;
$html = '';
$html .= '
';
$html .= '
';
if ($description != "") {
$html .= '
' . $L->get($description) . '
';
}
$html .= '
';
return $html;
}
}