12/04/2013, 10:49:17
Bonjour,
voici le code du template "PERSO" que je souhaite utiliser
voici le code du template "PERSO" que je souhaite utiliser
Code :
[== PHP ==]
{process_pagedata}
<!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="en" lang="en">
{* Change lang="en" to the language of your site *}
<head>
<title>{sitename} - {title}</title>
{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}
{metadata}
{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}
{cms_stylesheet}
{* This is how all the stylesheets attached to this template are linked to *}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
{* Relational links for interconnections between pages, good for accessibility and Search Engine Optmization *}
<!--Fireworks 8 Dreamweaver 8 target. Created Sun Apr 05 10:26:58 GMT+1000 (AUS Eastern Standard Time) 2009-->
<link rel="stylesheet" type="text/css" href="images/template/photocss/stylesheet.css">
</head>
<body bgcolor="#000000" topmargin="0">
<div align="center">
<!-- Begin TopArea -->
<div id="toparea">
<div id="search"> {search}</div>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Left Column -->
<div id="leftcolumn">
<div id="button">{menu collapse='1'}</div>
<div id="content">{global_content name='news4'}</div>
</div>
<!-- End Left Column -->
<!-- Begin Right Column -->
<div id="rightcolumn">
<div id="pagetitle">{title}</div>
<div id="content">{content}</div>
</div>
<!-- End Right Column -->
</div>
<!-- End Wrapper -->
<!-- Begin Base -->
<div id="base">
<div id="content">{sitename}</div>
</div>
</body>
</html>