If I have an application `/app/`, separate from the forum `/forum/` but I want to wrap the output of `/app/` in vBulletin's page template.
Problem is, none of the images show up. They are using the current path, `/app/` to get the CSS and images, and since they don't exist, they don't show up. How can I fix this?
Thank you.
EDIT: The fix was a base tag. I also forgot vB_Template::register_page_templates.