Revision: 25980
Updated Code
at July 28, 2010 17:54 by alexandrepayet
Updated Code
<?php defined( "_JEXEC" ) or die( "Restricted access" ); ?> <!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>
Revision: 25979
Updated Code
at July 28, 2010 17:54 by alexandrepayet
Updated Code
<?php defined( "_JEXEC" ) or die( "Restricted access" ); ?> <!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>
Revision: 25978
Updated Code
at April 15, 2010 06:03 by alexandrepayet
Updated Code
<?php defined( "_JEXEC" ) or die( "Restricted access" ); ?> <!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>
Revision: 25977
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 15, 2010 05:56 by alexandrepayet
Initial Code
<?php defined( "_JEXEC" ) or die( "Restricted access" ); ?> <!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>
Initial URL
Initial Description
Initial Title
HTML, PHP, JOOMLA : Exemple de structure d\\\'un fichier de template Joomla
Initial Tags
php, template, html, joomla
Initial Language
PHP