LCARS is a template for the GetSimple CMS that mimics the monitor appearance in the television series Star Trek: The Next Generation
		
			
				
	
	
		
			17 lines
		
	
	
		
			316 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			316 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
 <?php
 | 
						|
 if(!defined('IN_GS')){ die('you cannot load this page directly.'); }
 | 
						|
 | 
						|
 function my_function() {
 | 
						|
	$text = "some random text";
 | 
						|
	return $text;
 | 
						|
}
 | 
						|
 | 
						|
$er = "Error! Danger, Will Robinson!";
 | 
						|
 | 
						|
function display_sitemap() {
 | 
						|
	$sitemaploc = get_site_url();
 | 
						|
	$sitemap = $sitemaploc . 'sitemap.xml';
 | 
						|
	include $sitemap;
 | 
						|
}
 | 
						|
 | 
						|
?>
 |