part_button

This commit is contained in:
Martijn Voncken 2008-02-15 18:13:06 +00:00
parent c1b8d6e880
commit 89278153bf

View file

@ -0,0 +1,8 @@
$def with (id, title, active)
$if (active == id):
<a class="tab_button_active"
$else:
<a class="tab_button"
href="$(self_url(tab=id))">$title </a>