Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* UserSpice 3.0.4b */
- // The header is handled well by top-nav.
- // The footer is structured in a way that prevents per-page user js
- // Suggest the following amendments
- // Restructure the models/footer.php page into two new pages:eg models/page_footer.php and models/html_footer.php
- // In index.php (or other US page)
- // Remove:
- <!-- footer -->
- <?php require_once("models/footer.php"); ?>
- // Replace with:
- <!-- footers -->
- <?php require_once("models/page_footer.php"); // the final html footer copyright row + the external js calls ?>
- <!-- Here can be your own js -->
- <?php require_once("models/html_footer.php"); // currently just the closing /body and /html ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement