/[drupal]/contributions/themes/absynthe/ab_footer.php
ViewVC logotype

Contents of /contributions/themes/absynthe/ab_footer.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Mon Aug 31 15:53:44 2009 UTC (2 months, 3 weeks ago) by hoainam12k
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, HEAD
File MIME type: text/x-php
no message
1 <div id="footer">
2 <div class="inner">
3 <div class="lastfm">
4 <?php if ($footer_left) {print $footer_left;} ?>
5 </div>
6 <div class="recentcomments">
7 <?php if ($footer_right) {print $footer_right;} ?>
8 </div>
9 <div class="credits">
10 <p>This theme was designed by <a href="http://www.chris-wallace.com" title="Go to Chris Wallace homepage">Chris Wallace</a>. Converted to Drupal by <a href="http://www.vannyneo.com/" title="Go to Vanny Neo Homepage">Neo</a>.</p>
11 </div>
12 </div>
13 </div>
14
15 <?php print $closure ?>
16 </body>
17 </html>

  ViewVC Help
Powered by ViewVC 1.1.2