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
c3771368
Commit
c3771368
authored
Jan 15, 2008
by
Nigel McNie
Browse files
Correct a language string section.
parent
fb99e807
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/user/view.tpl
View file @
c3771368
...
...
@@ -32,7 +32,7 @@
</td></tr></thead>
<tbody>
{
foreach
from
=
$USERGROUPS
item
=
item
}
<tr><td><a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$item
->
id
}
"
>
{
$item
->
name
|
escape
}
</a></td><td>
{
str
tag
=
$item
->
type
}
</td></tr>
<tr><td><a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$item
->
id
}
"
>
{
$item
->
name
|
escape
}
</a></td><td>
{
str
tag
=
$item
->
type
section
=
group
}
</td></tr>
{/
foreach
}
</tbody></table>
{/
if
}
...
...
Write
Preview
Markdown
is supported
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