44 lines
1.3 KiB
HTML
44 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title><%cat_full_name%>: Favourites</title>
|
|
<%include include_common_head.html%>
|
|
</head>
|
|
|
|
<body class="page-<%page_id%>">
|
|
<div class="container-b">
|
|
<%include include_header.html%>
|
|
|
|
<div class="main">
|
|
<%~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%>
|
|
|
|
<div class="contentwrapper clearfix">
|
|
<div class="sidebar">
|
|
<%include include_sidebar.html%>
|
|
</div>
|
|
|
|
<%include include_breadcrumb.html%>
|
|
|
|
<div class="content"><%-- start content--%>
|
|
<%include include_content_header.html%>
|
|
<p>
|
|
Posts and threads written by <%include include_username.html%> that have been favourited by other users.
|
|
</p>
|
|
<%include include_user_favourites.html%>
|
|
|
|
</div><%-- end content --%>
|
|
</div>
|
|
|
|
</div>
|
|
<%include include_footer.html%>
|
|
</div>
|
|
</body>
|
|
<%~include include_global_js.html%>
|
|
</html>
|