Added LinuxChix theme
[moodle-linuxchix.git] / theme / standardblue / footer.html
blob635ad3500a93b835875003a646fad1665fda03bc
1 <?php
3 print_container_end(); // content container
5 print_container_start(false, '', 'footer');
6 echo '<hr />';
8 echo '<p class="helplink">';
9 echo page_doc_link(get_string('moodledocslink'));
10 echo '</p>';
12 echo $loggedinas;
13 echo $homelink;
15 print_container_end();
17 </div>
18 </body>
19 </html>