14/11/2012, 20:59:31
Attention le gabarit Simplex est bugé et va être modifié en V 1.11.3
[del]<!doctype html>
<html lang='{$nls->htmlarea()}' dir='{$nls->direction()}'>[/del]
devrait être
[del]<!doctype html>
<html lang='{$nls->htmlarea()}' dir='{$nls->direction()}'>[/del]
devrait être
Code :
<!doctype html>
<html lang='{if isset($nls)}{$nls->htmlarea()}{/if}' dir='{if isset($nls)}{$nls->direction()}{/if}'>
<head>
<meta charset='{if isset($nls)}{$nls->encoding()}{/if}'>
<title>{title} - {sitename}</title>
J-C Etiemble v 2.2.xx