[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {*?template charset=utf8?*} 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$site.http_equiv.Content-language|wash}" lang="{$site.http_equiv.Content-language|wash}"> 6 7 <head> 8 {section name=JavaScript loop=ezini( 'JavaScriptSettings', 'JavaScriptList', 'design.ini' ) } 9 <script language="JavaScript" type="text/javascript" src={concat( 'javascript/',$:item )|ezdesign}></script> 10 {/section} 11 <link rel="stylesheet" type="text/css" href={"stylesheets/core.css"|ezdesign} /> 12 <link rel="stylesheet" type="text/css" href={"stylesheets/admin.css"|ezdesign} /> 13 <style type="text/css"> 14 {section var=css_file loop=ezini( 'StylesheetSettings', 'CSSFileList', 'design.ini' )} 15 @import url({concat( 'stylesheets/',$css_file )|ezdesign}); 16 {/section} 17 </style> 18 19 {include uri="design:page_head.tpl"} 20 21 </head> 22 23 <body> 24 25 {* Main area START *} 26 27 {include uri="design:page_mainarea.tpl"} 28 29 {* Main area END *} 30 31 32 {include uri="design:page_copyright.tpl"} 33 34 <!--DEBUG_REPORT--> 35 36 </body> 37 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |