1 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns
="http://www.w3.org/1999/xhtml" xml
:lang
="fr">
4 <title
>z3nb0x ___
[module
:<?php
echo $_DATA["MODULE"]; ?
>]</title
>
5 <meta http
-equiv
="Content-Type" content
="text/html; charset=UTF-8" />
6 <link rel
="shortcut icon" href
="favicon.ico" />
7 <link rel
="stylesheet" type
="text/css" href
="_themes/<?php echo $_DATA["THEME
"]; ?>/css/general.css" media
="screen" />
8 <link rel
="stylesheet" type
="text/css" href
="_themes/<?php echo $_DATA["THEME
"]; ?>/css/menus.css" media
="screen" />
11 <h1
><?php
echo $_DATA["TITLE"]; ?
></h1
>
13 <img
class="plugin_img" alt
="" src
="<?php echo $_DATA["IMG
"]; ?>"/>
18 <?php
foreach($_DATA["ITEMS"] as $i): ?
>
19 <li
><img src
="<?php echo $i["IMG
"]; ?>" alt
="" /><a href
="<?php echo $i["URL
"]; ?>"><?php
echo $i["TITLE"]; ?
></a
></li
>