The function "template_escape" doesn't exist anymore.

This commit is contained in:
Michael 2017-11-27 06:44:49 +00:00
commit 9612496e9e
8 changed files with 45 additions and 146 deletions

View file

@ -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))