/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!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; ?>"> <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/style.css" type="text/css" /> <!-- appel des fichiers javascript --> </head> <body> <div class="header"> <jdoc:include type="modules" name="banner" /> <jdoc:include type="modules" name="breadcrumbs" /> </div> <div class="nav"> <jdoc:include type="modules" name="nav" /> </div> <div class="content"> <jdoc:include type="component" /> <!-- ce tag permet d'afficher le contenu en lui m���ªme (articles, posts, etc.) --> </div> <div class="footer"> <jdoc:include type="modules" name="footer" /> </div> </body> </html>