Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / theme / orangewhitepda / footer.html
blob101b724aea2c17934420c88490e125866e72f52f
1 <?php
3 print_container_end(); // content container
5 print_container_start(false, '', 'footer');
7 echo '<p class="helplink">';
8 echo page_doc_link(get_string('moodledocslink'));
9 echo '</p>';
11 echo $loggedinas;
12 echo $homelink;
14 print_container_end();
16 </div>
17 </body>
18 </html>