not sure if this will help or even what u are looking for
Code:
<!-- Subforum pull-down menu --------------------------------------->
<option value="$forum[forumid]">
<if condition="$forum[depth] == '2'">
</if>
<if condition="$forum[depth] == '3'">
</if>
<if condition="$forum[statusicon] == 'new'">
+
<else />
-
</if>
$forum[title]
</option>
<!-- Subforum pull-down menu --------------------------------------->
or maybe this
Code:
<!-- Subforum pull-down menu --------------------------------------->
<option value="$forum[forumid]">
<if condition="$forum[depth] == '2'">
</if>
<if condition="$forum[depth] == '3'">
</if>
<if condition="$forum[statusicon] == 'new'">
+
<else />
-
</if>
$forum[title]
</option>
or
Code:
<!-- Subforum pull-down menu --------------------------------------->
<option value="$forum[forumid]">
<if condition="$forum[depth] == '2'">
</if>
<if condition="$forum[depth] == '3'">
</if>
<if condition="$forum[statusicon] == 'new'">
+
<else />
-
</if>
$forum[title]
</option>
<!-- Subforum pull-down menu --------------------------------------->