%include include_style.html%>
<%set header_title = 'Rebuild Category Tree'~%>
<%set header_subtitle = 'Rebuild Gossamer Links Category Tree'%>
<%if not in.confirm~%>
<%set header_details = "This page allows you to rebuild the Gossamer Links category tree.
Performing this action is strongly discouraged unless advised by Gossamer Threads support staff.
If a Gossamer Threads support staff has advised you to do so,
click here
to rebuild the category tree.
"~%>
<%else~%>
<%set header_details = ''~%>
<%endif~%>
<%include include_header.html%>
<%if in.confirm%>
<%Links::Upgrade::browser_cat_tree('force')%>
<%endif%>