mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Minor tweaks to footer to show we're our own project now. :-)
This commit is contained in:
		@@ -288,9 +288,10 @@ if (is_array($pagetitle))
 | 
			
		||||
      <div class="col-md-12 text-center">
 | 
			
		||||
<?php
 | 
			
		||||
echo('        <br /> <br />  ' . (isset($config['footer']) ? $config['footer'] : ''));
 | 
			
		||||
echo('        <br />Powered by <a href="' . $config['project_url'] . '" target="_blank">' . $config['project_name_version'].'</a>. ');
 | 
			
		||||
echo('        <br />Powered by <a href="' . $config['project_url'] . '" target="_blank">' . $config['project_name_version'].'</a>.<br/>');
 | 
			
		||||
echo(         $config['project_name'].' is <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a>, released under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU GPLv3</a>.<br/>');
 | 
			
		||||
echo('        Copyright © 2006-2012 by Adam Armstrong. Copyright © 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.');
 | 
			
		||||
echo('        Copyright © 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.<br/>');
 | 
			
		||||
echo('        Copyright © 2006-2012 by Adam Armstrong.');
 | 
			
		||||
?>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user