Skip to content

Commit

Permalink
remove Template with logo as an alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
suelaP committed Mar 11, 2019
1 parent 89268ed commit 07b77f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public_html/lists/admin/defaultsystemtemplate.php
Expand Up @@ -364,10 +364,7 @@
$title = "System template";
$content = $systemTemplate;
break;
case 'templateWithLogo':
$title = "Template with logo";
$content = $templateWithLogo;
break;

case 'simpleResponsiveTemplate':
$title = "Simple responsive template";
$content = $simpleResponsiveTemplate;
Expand Down Expand Up @@ -419,7 +416,6 @@
echo '
<div>
<input type="radio" name="template" value="systemTemplate" checked>System template<br>
<input type="radio" name="template" value="templateWithLogo">Template with logo<br>
<input type="radio" name="template" value="simpleResponsiveTemplate">Simple responsive template<br>
<input type="submit" value="Select" name="Submit">
</form>
Expand Down

0 comments on commit 07b77f9

Please sign in to comment.