tpl
Table des matières
Dans le cadre de la personnalisation de PHPBoost, dans le concret, la modification ou la création d'un thème. Il peut être utile d'analyser les templates d'un thème déjà conçue.
Les principaux fichiers TPL
Le header
Le header se retrouve sur la plupart des pages du CMS, il contient entre autre la bannière. Il s'agit de l'en-tête du site.
Le TPL respectif: ./templates/{THEME}/header.tpl
Caché:
[code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" >
<head>
<title>{SITE_NAME} :: {TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="{SITE_DESCRIPTION}" />
<meta name="keywords" content="{SITE_KEYWORD}" />
<meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" />
<meta name="Robots" content="index, follow, all" />
<meta name="classification" content="tout public" />
<link rel="stylesheet" href="../templates/{THEME}/design.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../templates/{THEME}/global.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/generic.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/content.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/bbcode.css" type="text/css" media="screen, print, handheld" />
{ALTERNATIVE_CSS}
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
<link rel="alternate" type="application/rss+xml" href="../index/rss.php" title="RSS {SITE_NAME}" />
<link rel="alternate" type="application/rss+xml" href="../forum/rss.php" title="RSS Forum" />
<script type="text/javascript" src="../templates/{THEME}/images/global.js"></script>
</head>
<body>
<div id="header" align="center">
<img src="../templates/{THEME}/images/header.png" alt="Triple Quebecois Radio Pirate" title="Triple Quebecois Radio Pirate" />
</div>
<div id="sub_header">
<div id="sub_header_right">
</div>
<div id="sub_header_center">
<a href="../news/news.php" title="Accueil du site" class="button">News</a><a href="../articles/articles.php" title="Articles" class="button">Articles</a><a href="../poll/poll.php" title="Sondages" class="button">Sondages</a><a href="../member/member.php" title="Membres" class="button">Membres</a><a href="../forum/index.php" title="Shout & Forum" class="button">Discussion</a><a href="../download/download.php" title="Téléchargements" class="button">Téléchargements</a><a href="../wiki/wiki.php" title="Wiki" class="button">Wiki</a><a href="../web/web.php" title="Liens Web" class="button">Web</a>
</div>
</div>
# START compteur #
<div id="compteur">
<span style="float:left;" class="text_strong">{L_VISIT}:</span> {compteur.COMPTEUR_TOTAL}
<span class="text_strong">{L_TODAY}:</span> {compteur.COMPTEUR_DAY}
</div>
# END compteur #
# START start_left #
<div id="left_menu">
# END start_left #[/code]
Se retrouve sur la plupart des pages du CMS, contient entre autre le copyright.
Le TPL respectif: ./templates/{THEME}/footer.tpl
Les TPL
En cours de travaux.
Cette page a été vue 5346 fois





PHPBoost

Support
Téléchargements
Développement
Communauté

Outils
Contribuer