repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added LinuxChix theme
[moodle-linuxchix.git]
/
theme
/
standardblue
/
footer.html
blob
635ad3500a93b835875003a646fad1665fda03bc
1
<?php
2
3
print_container_end
();
// content container
4
5
print_container_start
(
false
,
''
,
'footer'
);
6
echo
'<hr />'
;
7
8
echo
'<p class="helplink">'
;
9
echo
page_doc_link
(
get_string
(
'moodledocslink'
));
10
echo
'</p>'
;
11
12
echo
$loggedinas
;
13
echo
$homelink
;
14
15
print_container_end
();
16
?>
17
</div>
18
</body>
19
</html>