Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c3451d5d
Commit
c3451d5d
authored
Dec 19, 2008
by
Nigel McNie
Browse files
Add "powered by Mahara" link and image from MyPortfolio to the footer.
parent
bf9b7ccd
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/images/powered-by-mahara.gif
0 → 100644
View file @
c3451d5d
2.62 KB
htdocs/theme/default/static/style/style.css
View file @
c3451d5d
...
...
@@ -2925,7 +2925,7 @@ table#initials .initial-letters {
/* FOOTER */
#footerwrap
{
clear
:
both
;
background-color
:
#
696969
;
background-color
:
#
717277
;
padding
:
0
0
10px
0
;
color
:
#bdb582
;
font-size
:
11px
;
...
...
@@ -2937,7 +2937,7 @@ table#initials .initial-letters {
font-size
:
11px
;
color
:
#bdb582
;
text-align
:
center
;
background-color
:
#
696969
;
background-color
:
#
717277
;
}
#footer
a
,
#footer
a
:link
,
...
...
@@ -2951,6 +2951,10 @@ table#initials .initial-letters {
color
:
#bdb582
;
text-decoration
:
none
;
}
#poweredby
{
float
:
left
;
}
.performanceinfo
{
font-size
:
9px
;
text-align
:
center
;
...
...
htdocs/theme/default/templates/footer.tpl
View file @
c3451d5d
<div
id=
"footerwrap"
>
<div
id=
"footer"
>
<div
id=
"poweredby"
><a
href=
"http://mahara.org/"
><img
src=
"
{
theme_path
location
=
'images/powered-by-mahara.gif'
}
"
border=
"0"
alt=
""
></a></div>
<!-- This site is powered by Mahara, an Open Source
ePortfolio system. Mahara is (C) 2006-2008 Catalyst IT
Ltd. See http://mahara.org/ for more details.
NOTE: this image and link are a way that you can
support the Mahara project. Support us and we'll
support you! If you remove this image and link, you
may not receive support in the Mahara forums -->
<a
href=
"
{
$WWWROOT
}
terms.php"
>
{
str
tag
=
termsandconditions
}
</a>
|
<a
href=
"
{
$WWWROOT
}
privacy.php"
>
{
str
tag
=
privacystatement
}
</a>
|
<a
href=
"
{
$WWWROOT
}
about.php"
>
{
str
tag
=
about
}
</a>
|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment