Index du forum »» Anomalies core NPDS »» [Résolu] - Topic.html
<h2>[transl]Current Active Topics[/transl]</h2>
<table class=" table table-bordered">
<tr>
topic_all(3)
</tr>
</table>
groupe_text()
<h3>[transl]Manage your subscribes[/transl]</h3>
<table class="table">
<tr>
topic_subscribeON()
topic_subscribe(2)
</tr>
<tr>
<td> topic_subscribeOFF() </td>
</tr>
</table>
if (file_exists("themes/$theme/html/topics.html")) {
$inclusion="themes/$theme/html/topics.html";
} elseif (file_exists("themes/default/html/topics.html")) {
$inclusion="themes/default/html/topics.html";
} else {
echo 'html/topics.html / not find !<br />';
}