Parent Directory
|
Revision Log
|
Revision Graph
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 |