Slt,

J'ai une idée dans la tête c'est faire un tuto explicatif sur le forum pour intégrer n'importe quel design xhtml à pragmaMx, on partirait d'un design existant et on ferait le portage sur pmx.
Pour cela on aurait besoin de deux choses:
- Un theme xhtml
- Un "Template blank" contenant toutes les informations nécessaire à pmx (fichier php et html à intégrer)
Ainsi j'expliquerais pas à pas comment faire la fusion des deux, cad comment on intègre le contenu pmx au design xhtml
par exemple voici le theme.html de mon "template blank" contenant le minimum obligatoire à pmx (celui-ci ne fonctionneras pas encore chez vous du fait du function.php différent et certaines variables de remplacements seront inutiles).
<!-- START more_header -->
<!-- END more_header -->
<body>
{$sitename}
{$slogan}
{_THEME_SKIP_LINKS}
{_THEME_SKIP_CONTENT}
{_THEME_SKIP_NAVIGATION}
{LOGINFORM}
{LANGUAGEFLAGS}
{CURRENTPATH}
<!-- START headmenue -->
<!-- END headmenue -->
<!-- START siteservice -->
{SITESERVICE}
<!-- END siteservice -->
<!-- START debugservice -->
{DEBUGSERVICE}
<!-- END debugservice -->
<!-- START blocks_left_container -->
<!-- START blocks_left_loop -->
<!-- START block_left -->
{BLOCK_TITLE}
{BLOCK_CONTENT}
<!-- END block_left -->
<!-- END blocks_left_loop -->
<!-- END blocks_left_container -->
<!-- START blocks_center_top_loop -->
<!-- START block_center_top -->
{BLOCK_TITLE}
{BLOCK_CONTENT}
<!-- END block_center_top -->
<!-- END blocks_center_top_loop -->
<!-- START script_output -->
<!-- START opentable -->
{OPENCLOSE_TABLE}
<!-- END opentable -->
<!-- START opentable2 -->
{OPENCLOSE_TABLE_2}
<!-- END opentable2 -->
<!-- START opentableal -->
{OPENCLOSE_TABLE_AL}
<!-- END opentableal -->
<!-- START themeindex -->
{$buttons}
{$title}
{$topicimage}
{$content}
{$readmore}
<!-- END themeindex -->
<!-- START themearticle -->
{$title}
{$infoline}
{$topicimage}
{$content}
{$notes}
<!-- END themearticle -->
<!-- END script_output -->
<!-- START blocks_center_down_loop -->
<!-- START block_center_down -->
{BLOCK_TITLE}
{BLOCK_CONTENT}
<!-- END block_center_down -->
<!-- END blocks_center_down_loop -->
<!-- START blocks_right_container -->
<!-- START blocks_right_loop -->
<!-- START block_right -->
{BLOCK_TITLE}
{BLOCK_CONTENT}
<!-- END block_right -->
<!-- END blocks_right_loop -->
<!-- END blocks_right_container -->
{FOOTMESSAGE}
</body>
Après reste juste à placer ces morceaux de code (avec explications détaillées pour chaque portion de code) au bon endroit dans le theme xhtml, quelques petites modifs de réglages et c'est fini.
Y a des intéressés ?