Beispiel #1
0
<?header('Content-type: image/svg+xml');
echo '<?xml version="1.0" encoding="iso-8859-1"?>';
include('../includes/functions/svg_icons.php');
if($_GET['i'] != ''){
	$size = ($_GET['s'] != '')?$_GET['s']:'25';
	if(strlen($_GET['c'])==6){
		$color = '#'.$_GET['c'];
	} else {
		$color = ($_GET['c'] != '')?$_GET['c']:'#000000';
	}
	echo svg_icon($_GET['i'],$size,$color);
} else {
	echo 'X';
}?>
Beispiel #2
0
							<p>To change the contents of this homepage, edit the <strong>fuel/application/views/home.php</strong> file.</p>

							<p>Happy coding!</p>
						</div>
					</li>
				</ol>
			</section>
		</div>
	</div>
	<div class="wrapper">
	<footer class="row footer">
		<nav class="mainnav">
			<ul>
				<li class="first active"><a href="http://www.getfuelcms.com" target="_blank">Home</a></li>
				<li><a href="http://getfuelcms.com/features" target="_blank">Features</a></li>
				<li><a href="http://getfuelcms.com/developers" target="_blank">Developers</a></li>
				<li><a href="http://getfuelcms.com/support" target="_blank">Support</a></li>
				<li class="last"><a href="http://getfuelcms.com/blog" target="_blank">Blog</a></li>
			</ul>
		</nav>
		<p class="colophon">FUEL CMS is developed with love by <a href="http://thedaylightstudio.com" target="_blank">Daylight Studio</a> <?php 
echo svg_icon('daylight', 24, 24);
?>
 &copy; <?php 
echo date("Y");
?>
 Daylight Studio LLC, All Rights Reserved.</p>
	</footer>
</div>
</body>
</html>