| ";
echo "";
if ($type === "string")
{
echo "";
}
else if ($type === "on_off")
{
echo "";
}
else if ($type === "text")
{
echo "";
}
else if ($type === "password")
{
echo "";
}
else
{
print_failure(get_lang_f('invalid_setting_type',$type));
}
if ( defined($name."_info") )
{
echo " | ".str_replace("'",'"',get_lang($name."_info"))." |
";
$this->i++;
}
else
{
echo "