-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfooter_minified.inc
38 lines (32 loc) · 1.37 KB
/
footer_minified.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</div>
</div> <!-- end #content -->
<div id="right-bar" class="grid_4 four columns">
<?php echo $firstInstallButton?>
<div id="context-menu" class="menutableright block">
<h3>Navigation</h3>
<?php print contextMenu(); ?>
</div>
<div id="recent" class="menutableright block">
<?php print recentlyVisited(); ?>
</div>
<div id="language">
<?php print $languageswitcher; ?>
</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> <!-- end #container -->
<div class="clear"></div>
<div id="footer">
<div class="container">
<a target="_blank" href="https://phplist.com">© phpList ltd.</a> - v<?php echo VERSION?>
<div class="right">
<a target="_blank" href="https://resources.phplist.com">Resources</a> |
<a target="_blank" href="http://twitter.com/phplist"><img src="ui/dressprow/images/twitter.png" alt="phpList twitter" /></a>
</div>
</div>
</div>
<script language="Javascript" type="text/javascript" src="ui/dressprow/js/all.min.js?v=<?php echo filemtime(dirname(__FILE__).'/js/all.min.js'); ?>"></script>