Exemple test de code index.php
- Détails
- Mis à jour le mardi 16 juin 2009 23:45
- Affichages : 3843
Exemple de code pour un index.php
un exemple php + html-script:
<head> <jdoc:include type="head" /> <link rel="icon" href="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/favicon.png" type="image/png" /> <link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> </head>
un exemple javascript et html-script
<head> <jdoc:include type="head" /> <link rel="icon" href="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/favicon.png" type="image/png" /> <link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> </head>