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
c567d3b6
Commit
c567d3b6
authored
Feb 15, 2008
by
Richard Mansfield
Browse files
Change hidden h1 heading should always be the site name
parent
58c19554
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
c567d3b6
...
...
@@ -332,7 +332,7 @@ EOF;
$sitename
=
get_config
(
'sitename'
);
$smarty
->
assign
(
'title'
,
$sitename
);
$smarty
->
assign
(
'heading'
,
$sitename
);
$smarty
->
assign
(
'
hidden
heading'
,
$sitename
);
if
(
defined
(
'PUBLIC'
))
{
$smarty
->
assign
(
'PUBLIC'
,
true
);
...
...
htdocs/theme/default/templates/header.tpl
View file @
c567d3b6
...
...
@@ -81,7 +81,7 @@
<div
id=
"logo"
><a
href=
"
{
$WWWROOT
}
"
><img
src=
"
{
theme_path
location
=
'images/logo_mahara.gif'
}
"
border=
"0"
alt=
""
></a></div>
<h1
class=
"hidden"
><a
href=
"
{
$WWWROOT
}
"
>
{
$heading
|
default
:
"Mahara"
|
escape
}
</a></h1>
<h1
class=
"hidden"
><a
href=
"
{
$WWWROOT
}
"
>
{
$
hidden
heading
|
default
:
"Mahara"
|
escape
}
</a></h1>
</div>
</div>
<div
id=
"mainwrapper"
>
...
...
htdocs/theme/default/templates/microheader.tpl
View file @
c567d3b6
...
...
@@ -41,7 +41,7 @@
<div
id=
"header"
>
<div
class=
"frX"
></div>
<div
id=
"logo"
><a
href=
"
{
$WWWROOT
}
"
><img
src=
"
{
theme_path
location
=
'images/logo_mahara.gif'
}
"
border=
"0"
alt=
""
></a></div>
<h1
class=
"hidden"
><a
href=
"
{
$WWWROOT
}
"
>
{
$heading
|
default
:
"Mahara"
|
escape
}
</a></h1>
<h1
class=
"hidden"
><a
href=
"
{
$WWWROOT
}
"
>
{
$
hidden
heading
|
default
:
"Mahara"
|
escape
}
</a></h1>
</div>
</div>
<div
id=
"mainwrapperX"
>
...
...
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