Skip to content

Commit

Permalink
add themeswitcher
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Jan 16, 2017
1 parent fb90b5d commit b29dda5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
9 changes: 5 additions & 4 deletions footer.inc
Expand Up @@ -13,14 +13,15 @@
<div id="language">
<?php print $languageswitcher; ?>
</div>
<div class="clear"></div>
<div id="themedrop"><?php print $themeswitcher; ?></div>
<div class="clear"></div>
<div id="newsfeed" class="menutableright block">
<h3><?php echo s('phpList community news'); ?></h3>
<?php include 'communityfeed.php'; ?>
</div>
</div><!-- end #right-bar -->
<div class="clear"></div>
</div><!-- end #right-bar -->
<div class="clear"></div>

</div> <!-- end #container -->

Expand Down
10 changes: 5 additions & 5 deletions footer_minified.inc
Expand Up @@ -13,14 +13,14 @@
<div id="language">
<?php print $languageswitcher; ?>
</div>
<div class="clear"></div>
<div id="themedrop"><?php print $themeswitcher; ?></div>
<div class="clear"></div>
<div id="newsfeed" class="menutableright block">
<h3><?php echo s('phpList community news'); ?></h3>
<?php include 'communityfeed.php'; ?>
</div>
</div><!-- end #right-bar -->

<div class="clear"></div>
</div><!-- end #right-bar -->

<div class="clear"></div>

</div> <!-- end #container -->

Expand Down
2 changes: 1 addition & 1 deletion js/all.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/all.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b29dda5

Please sign in to comment.