custom html for enhanced theme

This commit is contained in:
luis daniel lucio quiroz
2015-03-12 18:20:17 +00:00
parent 449b8edce5
commit 676f025076
3 changed files with 7 additions and 4 deletions

View File

@@ -422,7 +422,7 @@ if (permission_exists("domain_select") && permission_exists("domain_setting_add"
elseif ($category == "provision" && $subcategory == "password" && $name == "var" ) {
echo " ********  \n";
} else {
echo " ".substr($row['default_setting_value'],0,58);
echo " ".htmlspecialchars(substr($row['default_setting_value'],0,58));
}
echo "  \n";
echo " </td>\n";
@@ -491,4 +491,4 @@ if (permission_exists("domain_select") && permission_exists("domain_setting_add"
//include the footer
require_once "resources/footer.php";
?>
?>