Main Content

Testing Page

HTML Example



<div class="tcu-accordion-container">
	<h3 class="tcu-accordion-header">Section 1</h3>
	<div class="tcu-accordion-content cf">
		[ ...Text goes here... ]
	</div>
	<h3 class="tcu-accordion-header">Section 2</h3>
	<div class="tcu-accordion-content cf">
		[ ...Text goes here... ]
	</div>
</div>

PHP Example



<?php if( function_exists('tcu_breadcrumbs_list') ) { tcu_breadcrumbs_list(); } ?>

CSS Example


#header h1 a { 
	display: block; 
	width: 300px; 
	height: 80px; 
}