hi,
I would like modify the text of the 404 page
which file should I change?
http://www.veggiefriends.it/categorie2.html
template: music
joomla 2.5
thanks
root/templates/gk_music/error.php
templates/gk_music/css/system/error.css
bkrztuk wrote:In Joomla there is no separate view for 404 error - there is only error page responsible of all errors view. If you want to modify the layout you need to check, the CSS file you can find in
- Code: Select all
root/templates/gk_music/error.php
- Code: Select all
templates/gk_music/css/system/error.css
root/templates/gk_music/error.php
TPL_GK_LANG_ERROR_INFO="Oops, you've encountered an error"
TPL_GK_LANG_ERROR_DESC="It appears the page you were looking for doesn't exist. Sorry about that."
TPL_GK_LANG_CONTACT_WEBMASTER="Contact Webmaster"
and the webmaster email address you can specify in template settings ("Features tab").