Exemplo n.º 1
0
						<a href="http://www.facebook.com/pages/WebsiteBaker/254526557891443" title="Facebook" target="_blank"><img src="<?php 
echo TEMPLATE_DIR;
?>
/css/img/facebook.jpg" height="28" width="28" alt="Facebook" /></a>
					
					</div>
					
					<div id="copyright">
					
						<?php 
page_footer();
?>
					
					</div>
				
				</div>
			
			</div>
			
		</div>
	
	</div>

<?php 
// automatically include optional WB module file frontend_body.js)
// register_frontend_modfiles_body('jquery');
register_frontend_modfiles_body('js');
?>
</body>

</html>
Exemplo n.º 2
0
" style="width: 100%;" />
			</form>
		<?php 
}
?>
		
		<br />
		<a href="http://www.websitebaker.org" target="_blank">Powered by <br /> Website Baker</a>
	</td>
	<td class="content">
		<?php 
page_content();
?>
	</td>
</tr>
<tr>
	<td colspan="2" class="footer">
		<?php 
page_footer();
?>
	</td>
</tr>
</table>
<?php 
// automatically include optional WB module file frontend_body.js)
if (function_exists('register_frontend_modfiles_body')) {
    register_frontend_modfiles_body();
}
?>
</body>
</html>