* It is used to display a page when nothing more specific matches a query.
 * E.g., it puts together the home page when no home.php file exists.
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 * @package WordPress
 * @subpackage CALSv1
 */
get_header();
?>

<div class="mobileScroll">
  <a href="#" class="mobileNavTriggerLarge" style="display: none;"></a>
  
  <div class="collegeFeature2">
  <?php 
if (function_exists('muneeb_ssp_slider')) {
    muneeb_ssp_slider(5);
}
?>
  
   </div>
  
 
  
 
  <div id="main">

		<div id="primary">
			
			
			
			<?php 
Beispiel #2
0
if (get_header_image()) {
    ?>
		<a href="<?php 
    echo esc_url(home_url('/'));
    ?>
"><img src="<?php 
    header_image();
    ?>
" class="header-image" width="<?php 
    echo get_custom_header()->width;
    ?>
" height="<?php 
    echo get_custom_header()->height;
    ?>
" alt="" /></a>
		<?php 
}
?>
	</header><!-- #masthead -->

	<?php 
if (is_home()) {
    ?>
		<?php 
    muneeb_ssp_slider(218);
    ?>
	<?php 
}
?>
	
	<div id="main" class="wrapper">