Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/news/show.php
		<div id="profile_info">
			<div class="container">
				<div class="breadcrumb">
					<a href="#">HOME</a> \ 
					<a href="#">NEWS</a> \ 
					<a href="#"><?php echo strtoupper($news->title); ?></a>
				</div><br style="clear:  both;"/>	
				
			</div>
		</div>
	
		
		<div class="container">
		
			<div id="content">
				<h2 class="blue"><?php echo $news->title; ?></h2>
				<?php echo stripslashes( $news->description); ?>
			</div>
		</div>