Esempio n. 1
0
?>
/style.css" rel="stylesheet" type="text/css" />
</head>

<body>
	<!-- top navigation start -->
	<div id="topNav">
		<a href="<?php 
echo site_url();
?>
" title="Flash Web"><img src="<?php 
echo theme_directory();
?>
/images/logo_text.gif" alt="Flash Web" width="179" height="35" border="0" /></a>
		<?php 
theme_block('components/navigation');
?>
	</div>
	<!-- top navigation end -->
	<!-- body start -->
	<div id="body">
		<!-- top shadow start -->
		<div id="topShadow"></div>
		<!-- top shadow end -->
		<!-- body pannel start -->
		<div id="bodyPannel">
			<!-- login form start-->
			<!-- <form method="post" action="#" name="login" class="search">
			  <h2>members <span>area</span></h2>
			  <label>your name</label><input name="name" type="text" id="name" />
			  <label>password</label><input name="password" type="password" id="password" />
Esempio n. 2
0
			<!-- / - Navigation -->
	
			<div id="wrapper">
				<!-- BreadCrumbs -->
				<?php 
theme_block('components/breadcrumbs');
?>
				<!-- / - BreadCrumbs -->
				
				<!-- Strapline -->
				<h1 id="strapline">
					Cool Website
				</h1>
				<!-- / - Strapline -->
				
				<?php 
echo $content_for_layout;
?>
				
			</div>
			
			<div id="footer">
				<?php 
theme_block('components/footer');
?>
			</div>
		</div>
		
	</body>
</html>