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
312b8b46
Commit
312b8b46
authored
Jan 31, 2008
by
Nigel McNie
Browse files
Removed the 'useful' from Useful Links and Resources.
parent
d1f250a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/mahara.php
View file @
312b8b46
...
...
@@ -82,7 +82,6 @@ $string['ssopeers'] = 'SSO Peers';
$string
[
'quota'
]
=
'Quota'
;
$string
[
'quotausage'
]
=
'You have used <span id="quota_used">%s</span> of your <span id="quota_total">%s</span> quota.'
;
$string
[
'usefullinksandresources'
]
=
'Useful links and resources'
;
$string
[
'updatefailed'
]
=
'Update failed'
;
$string
[
'strftimenotspecified'
]
=
'Not specified'
;
...
...
@@ -96,6 +95,9 @@ $string['pendingfriends'] = 'pending friends';
$string
[
'profile'
]
=
'profile'
;
$string
[
'views'
]
=
'Views'
;
// Links and resources sideblock
$string
[
'linksandresources'
]
=
'Links and Resources'
;
// auth
$string
[
'accessforbiddentoadminsection'
]
=
'You are forbidden from accessing the administration section'
;
$string
[
'accountdeleted'
]
=
'Sorry, your account has been deletd'
;
...
...
htdocs/lib/web.php
View file @
312b8b46
...
...
@@ -372,7 +372,7 @@ EOF;
if
(
!
empty
(
$data
))
{
$smarty
->
assign
(
'SITEMENU'
,
site_menu
());
$SIDEBLOCKS
[]
=
array
(
'name'
=>
'
useful
linksandresources'
,
'name'
=>
'linksandresources'
,
'weight'
=>
10
,
'data'
=>
$data
,
);
...
...
htdocs/theme/default/templates/sideblocks/
useful
linksandresources.tpl
→
htdocs/theme/default/templates/sideblocks/linksandresources.tpl
View file @
312b8b46
<h3>
{
str
tag
=
"
useful
linksandresources"
}
</h3>
<h3>
{
str
tag
=
"linksandresources"
}
</h3>
{
if
$data
}
<ul
id=
"sitemenu"
>
...
...
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