part_button
This commit is contained in:
parent
c1b8d6e880
commit
89278153bf
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user