<%include include_common_head.html%>
<%include include_header.html%>
<%~set content_header_title = "Favourites"%> <%~init array breadcrumbs%><%init hash breadcrumbs.0%><%init hash breadcrumbs.1%> <%~set breadcrumbs.0.name = $user_username%> <%~set escaped_username = escape_url unescape_html $user_username%> <%~set breadcrumbs.0.url = GForum::SEO::url(params => "username=$escaped_username")%> <%~set breadcrumbs.1.name = $content_header_title%>
<%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%>

Posts and threads written by <%include include_username.html%> that have been favourited by other users.

<%include include_user_favourites.html%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%>