diff --git a/layouts/joomla/form/field/radio/switcher.php b/layouts/joomla/form/field/radio/switcher.php index 19b4806c892f7..296e12eae09a4 100644 --- a/layouts/joomla/form/field/radio/switcher.php +++ b/layouts/joomla/form/field/radio/switcher.php @@ -56,12 +56,7 @@ * %4 = any other attributes */ $input = ''; -$alt = preg_replace('/[^a-zA-Z0-9_\-]/', '_', $name); -//brian temp file location to make it easier to test and review with patchtester -use Joomla\CMS\Factory; -$doc = Factory::getDocument(); -$doc->addStyleSheet('../layouts/joomla/form/field/radio/switcher.css'); ?>