Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Footer added
  • Loading branch information
marcin committed Feb 27, 2011
1 parent 41f5637 commit a6950af
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Expand Up @@ -17,6 +17,7 @@ In some cases I made slight modifications to the above elements.

INSTALATION
===========

The application contains everything that it needs to run,including full
Zend Framework 1.11.3. The exceptions are Facebook and Twitter app keys that need to
be included in appkeys.ini. You need to register your copy of this application
Expand All @@ -26,3 +27,9 @@ Zend_Auth_Adapter_OpenId uses file based storage. For this reason, the applicati
must be able to create, write and read APPLICATION_PATH . '/../tmp' folder.


DEMO
====
The demo of this application is at:
http://www.mwol.born2die.eu/zfopenid/public


3 changes: 3 additions & 0 deletions application/layouts/scripts/layout.phtml
Expand Up @@ -28,5 +28,8 @@

<?php echo $this->layout()->content ?>
</div>
<div id ="footer">
<a href="https://github.com/marcinwol/zfopenid">Source code at GitHub</a>
</div>
</body>
</html>
20 changes: 20 additions & 0 deletions public/css/layout.css
Expand Up @@ -32,3 +32,23 @@ body {

}

#footer{

font-size: 10px;
color: #b9b9b9;
font-family: Verdana,Arial,Helvetica,sans-serif;
border-top-style: dashed;
border-top-width: 1px;
padding-top: 10px;
text-align: right;
}

#footer a {

color: #b9b9b9;
text-decoration: none;

}
#footer a:hover {
text-decoration: underline;
}

0 comments on commit a6950af

Please sign in to comment.