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
f19097be
Commit
f19097be
authored
Jan 05, 2007
by
Penny Leach
Browse files
fixing the pagehelp icon printey in the template
parent
45b14bbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/columnleftstart.tpl
View file @
f19097be
...
...
@@ -2,4 +2,4 @@
<div
class=
"content"
>
<div
class=
"box-cnrs"
><span
class=
"cnr-tl"
><span
class=
"cnr-tr"
><span
class=
"cnr-bl"
><span
class=
"cnr-br"
>
<div
class=
"maincontent"
>
{
if
{
$PAGEHELPNAME
}
<
div
id
=
"{$PAGEHELPNAME}_container"
class
=
"pagehelpicon"
>
{
$PAGEHELPICON
}
</
div
>
{/
if
}
\ No newline at end of file
{
if
$PAGEHELPNAME
}
<div
id=
"
{
$PAGEHELPNAME
}
_container"
class=
"pagehelpicon"
>
{
$PAGEHELPICON
}
</div>
{/
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