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
24baba2e
Commit
24baba2e
authored
Aug 20, 2009
by
Richard Mansfield
Browse files
Show page heading when it's '0'
parent
694cc595
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/header.tpl
View file @
24baba2e
...
...
@@ -23,7 +23,7 @@
{
insert
name
=
"messages"
}
<div
id=
"main-column-container"
>
{
if
$PAGEHEADING
}
<h1>
{
$PAGEHEADING
}{
if
$PAGEHELPNAME
}
<span
class=
"page-help-icon"
>
{
$PAGEHELPICON
}
</span>
{/
if
}
</h1>
{
if
isset
(
$PAGEHEADING
)
}
<h1>
{
$PAGEHEADING
}{
if
$PAGEHELPNAME
}
<span
class=
"page-help-icon"
>
{
$PAGEHELPICON
}
</span>
{/
if
}
</h1>
{/
if
}
{
if
$GROUP
}
{* Tabs and beginning of page container for group info pages *}
<ul
class=
"in-page-tabs"
>
{
foreach
from
=
$GROUPNAV
item
=
item
}
...
...
htdocs/theme/raw/templates/microheader.tpl
View file @
24baba2e
...
...
@@ -11,5 +11,5 @@
<div
class=
"main-column"
>
{
insert
name
=
"messages"
}
<div
id=
"main-column-container"
>
{
if
$PAGEHEADING
}
<h1>
{
$PAGEHEADING
}{
if
$PAGEHELPNAME
}
<span
class=
"page-help-icon"
>
{
$PAGEHELPICON
}
</span>
{/
if
}
</h1>
{
if
isset
(
$PAGEHEADING
)
}
<h1>
{
$PAGEHEADING
}{
if
$PAGEHELPNAME
}
<span
class=
"page-help-icon"
>
{
$PAGEHELPICON
}
</span>
{/
if
}
</h1>
{/
if
}
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