<%
include_once( "../modules/utils.inc.php" );
include_once( "$modules/header.inc.php" );
%>
<div id="leftColumn">
<div class="box">
<div class="subhead"> Your Tags (Sort by:
<% if( $taglist_sort_order == "alphabetic" ) { %>
<a href="<%= $page %>?taglist_sort_order=popularity">Popularity</a>
<% } else { %>
Popularity
<% } %>
|
<% if( $taglist_sort_order == "alphabetic" ) { %>
A-Z<%
} else { %>
<a href="<%= $page %>?taglist_sort_order=alphabetic">A-Z</a><%
} %>)
</div>
<% include_once( "$modules/folder-list.inc.php" ); %>
</div>
</div>
</div>