1<?php 2/** 3 * Example footer include 4 * 5 * This file shows you how to use the include hooks. However I recommend to 6 * create your own complete new template instead. 7 */ 8?> 9<style type="text/css"> 10<!-- 11.intfooter { 12 color: #FFFFFF; 13} 14--> 15</style> 16<?php include('/home/thetooth/public_html/user/footer.php'); ?> 17