Skip to content
Snippets Groups Projects
Commit 1a11e047 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding logo on default template

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@897 44740490-163a-0410-bde0-09ae8108e29a
parent e37ec0b7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
* A class for logging
*
* @author Lasse Birnbaum Jensen, SDU.
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp
* @version $ID$
*/
......
......@@ -4,7 +4,7 @@
* A class for logging
*
* @author Lasse Birnbaum Jensen, SDU.
* @author Andreas kre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp
* @version $ID$
*/
......@@ -16,7 +16,8 @@ class SimpleSAML_Logger_LoggingHandlerSyslog implements SimpleSAML_Logger_Loggin
function __construct() {
$config = SimpleSAML_Configuration::getInstance();
assert($config instanceof SimpleSAML_Configuration);
$facility = $config->getValue('logging.facility');
$facility = $config->getValue('logging.facility');
$processname = $config->getValue('logging.processname','simpleSAMLphp');
/*
* OS Check
......
<hr />
<img src="resources/icons/ssplogo-fish-small.png" style="float: right" />
Copyright &copy; 2007-2008 <a href="http://rnd.feide.no/">Feide RnD</a>
<hr />
<br style="clear: right" />
</div>
......
......@@ -10,6 +10,8 @@ body {
text-align: center;
padding: 20px 0;
background: #222;
background-image: url(icons/ssplogo-fish.png);
background-repeat: no-repeat;
color: #333;
font: 83%/1.5 arial,tahoma,verdana,sans-serif;
}
......@@ -66,11 +68,17 @@ dt {
}
#wrap {
opacity:.92;
filter: alpha(opacity=92);
-moz-opacity: 0.92;
background: #fff;
border: 1px solid #fff;
position: relative;
background: #fff;
width: 600px;
margin: 0 auto;
margin: 20px auto;
text-align: left;
}
......
www/resources/icons/ssplogo-fish-small.png

2.94 KiB

www/resources/icons/ssplogo-fish.png

43 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment