|
@ -44,7 +44,7 @@ class page_game extends page_generic_activity { |
|
|
$this->init_full(); |
|
|
$this->init_full(); |
|
|
$replacements = array( |
|
|
$replacements = array( |
|
|
'%fullname%' => format_string($this->activityrecord->name) |
|
|
'%fullname%' => format_string($this->activityrecord->name) |
|
|
) |
|
|
); |
|
|
foreach ($replacements as $search => $replace) { |
|
|
foreach ($replacements as $search => $replace) { |
|
|
$title = str_replace($search, $replace, $title); |
|
|
$title = str_replace($search, $replace, $title); |
|
|
} |
|
|
} |
|
|