The function "template_escape" doesn't exist anymore.
This commit is contained in:
parent
88a9e4a904
commit
9612496e9e
8 changed files with 45 additions and 146 deletions
|
|
@ -143,12 +143,7 @@ function directory_content(App $a) {
|
|||
|
||||
$about = ((x($profile,'about') == 1) ? t('About:') : False);
|
||||
|
||||
if($a->theme['template_engine'] === 'internal') {
|
||||
$location_e = template_escape($location);
|
||||
}
|
||||
else {
|
||||
$location_e = $location;
|
||||
}
|
||||
$location_e = $location;
|
||||
|
||||
$photo_menu = array(
|
||||
'profile' => array(t("View Profile"), zrl($profile_link))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue