Bonjour !
J'essaie de customiser, en vain, ma page 404.
Par exemple, avoir une page "custom 404", au lieu de ça :
Pour ce faire, j'ai donc suivi ce tuto :
Le hic est que mon fichier error.php dans le dossier /templates/system ne contient que ces lignes :
Du coup, je suis bloqué au dernier point du tuto.
Est ce que quelqu'un aurait une idée pour arriver à mes fins ?
Sinon, bon dimanche
J'essaie de customiser, en vain, ma page 404.
Par exemple, avoir une page "custom 404", au lieu de ça :
Pour ce faire, j'ai donc suivi ce tuto :
Le hic est que mon fichier error.php dans le dossier /templates/system ne contient que ces lignes :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head></head>
<body> <div class="error" style="margin-top: 250px; width: 100%; text-align:center; float:left;"> <h1>Page Not Found</h1> <a href="<?php echo JURI::root() ?>" style="text-decoration:none; color:#555; font-size: 20px;">Go Back Home</a> </div> </body></html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head></head>
<body> <div class="error" style="margin-top: 250px; width: 100%; text-align:center; float:left;"> <h1>Page Not Found</h1> <a href="<?php echo JURI::root() ?>" style="text-decoration:none; color:#555; font-size: 20px;">Go Back Home</a> </div> </body></html>
Est ce que quelqu'un aurait une idée pour arriver à mes fins ?
Sinon, bon dimanche
Commentaire