gk_twn2/html/com_content/article/default.php on line 22
Advanced and professional portal news Joomla template with community features and various content display layouts.
Hi,
after update to current version from The world news II i have follwing error-msg:
Notice: Undefined variable: current_url in /var/www/html/web67/html/test/templates/gk_twn2/html/com_content/article/default.php on line 22
Please show this link:
http://test.checkdivers.com/index.php/c ... dahab-suedCan you help?
Thanks and kind regards
Andreas voigt
-
- Fresh Boarder
Hi,
Please change this line in the mentioned file on line 22. from:
- Code: Select all
$cur_url = preg_replace('@%[0-9A-Fa-f]{1,2}@mi', '', htmlspecialchars($current_url, ENT_QUOTES, 'UTF-8'));
to:
- Code: Select all
$cur_url = preg_replace('@%[0-9A-Fa-f]{1,2}@mi', '', htmlspecialchars($cur_url, ENT_QUOTES, 'UTF-8'));
-
- Administrator