Skip to content

Commit 0067c3e

Browse files
committed
remove the themeswitcher from the default theme
1 parent 9d3498f commit 0067c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public_html/lists/admin/ui/default/footer.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div id="language">
1414
<?php print $languageswitcher; ?>
1515
</div>
16-
<div id="themedrop"><?php print $themeswitcher; ?></div>
16+
<!-- <div id="themedrop"><?php print $themeswitcher; ?></div>-->
1717
<div class="clear"></div>
1818
<?php include dirname(__FILE__).'/rssfeed.php'; ?>
1919
</div><!-- end #right-bar -->

public_html/lists/admin/ui/default/footer_minified.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div id="language">
1414
<?php print $languageswitcher; ?>
1515
</div>
16-
<div id="themedrop"><?php print $themeswitcher; ?></div>
16+
<!--div id="themedrop"><?php print $themeswitcher; ?></div-->
1717
<div class="clear"></div>
1818
<?php include dirname(__FILE__).'/rssfeed.php'; ?>
1919
</div><!-- end #right-bar -->

0 commit comments

Comments
 (0)