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
13334d32
Commit
13334d32
authored
Feb 18, 2009
by
Nigel McNie
Browse files
Update intro text for 'about me' profile block to say "This is the profile page for X"
parent
1483ad34
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/auth/user.php
View file @
13334d32
...
...
@@ -437,7 +437,7 @@ class User {
$configdata
[
'artefactids'
][]
=
$intro
;
}
else
{
$configdata
[
'introtext'
]
=
display_name
(
$this
,
null
,
true
);
$configdata
[
'introtext'
]
=
get_string
(
'thisistheprofilepagefor'
,
'mahara'
,
display_name
(
$this
,
null
,
true
)
)
;
}
if
(
$this
->
get
(
'profileicon'
))
{
$configdata
[
'profileicon'
]
=
$this
->
get
(
'profileicon'
);
...
...
htdocs/lang/en.utf8/mahara.php
View file @
13334d32
...
...
@@ -794,4 +794,5 @@ $string['Copyof'] = 'Copy of %s';
// Profie views
$string
[
'loggedinusersonly'
]
=
'Logged in users only'
;
$string
[
'allowpublicaccess'
]
=
'Allow public (non logged in) access'
;
$string
[
'thisistheprofilepagefor'
]
=
'This is the profile page for %s'
;
?>
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