tables update

This commit is contained in:
Etienne Roudeix
2013-07-30 11:12:55 +02:00
parent a1662c9731
commit 96239e4af4
40 changed files with 6018 additions and 2726 deletions

View File

@@ -63,4 +63,19 @@
{/loop}
</ul>
{/loop}
{/loop}
<h2>ALL FEATURES AND THEIR AVAILABILITY</h2>
<ul>
{loop name="ft" type="feature" order="manual"}
<li>
#TITLE
<ul>
{loop name="ftav" type="feature_available" order="manual"}
<li>#TITLE</li>
{/loop}
</ul>
</li>
{/loop}
</ul>