If i wanted 3 folders called , Angry , Confused and Cool.
Would i be right in thinking that i would have to create an extra template called
adv_smilie_third alt and edit the code like this?
Code:
<!-- Smilie Folder Index -->
<?
if ($smiliepage==1) {
eval("dooutput(\"".gettemplate("adv_smilie_head")."\");");
eval("dooutput(\"".gettemplate("adv_smilie_firstalt")."\");");
?>
<!-- Editable Code
Write down the name of the Folder and the link
as in this example:
<a href="smiliepanel.php?smiliepage=2">First Page</a>
IMPORTANT: use "?smiliepage=1" only if linking the index -->
<a href="smiliepanel.php?smiliepage=2">Angry</a>
<!-- /Editable Code -->
</font></td>
</tr>
<?
eval("dooutput(\"".gettemplate("adv_smilie_secondalt")."\");");
?>
<!-- Editable Code
Write down the name of the Folder and the link
as in this example:
<a href="smiliepanel.php?smiliepage=2">Second Page</a>
IMPORTANT: use "?smiliepage=1" only if linking the index -->
<a href="smiliepanel.php?smiliepage=3">Confused</a>
<?
eval("dooutput(\"".gettemplate("adv_smilie_thirdalt")."\");");
?>
<!-- Editable Code
Write down the name of the Folder and the link
as in this example:
<a href="smiliepanel.php?smiliepage=2">Third Page</a>
IMPORTANT: use "?smiliepage=1" only if linking the index -->
<a href="smiliepanel.php?smiliepage=4">Cool</a>
<!-- /Editable Code -->