Changeset 268
- Timestamp:
- 05/28/07 09:00:45
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/views/FreakAuth_light/template/footer.php
r2 r268 2 2 <div class="clear"></div> 3 3 <div id="footer"> 4 <p class="webdesign"><?=anchor('http://www.4webby.com/', 'webdesign: (c) 4webby.com', array('title' => 'The best web solutions!', 'target' =>'_blank'))?> - all rights reserved</p> 4 <p class="webdesign"> 5 <?=anchor('http://www.4webby.com/freakauth/donate.html', 'DONATIONS', array('title' => 'DONATIONS', 'target' =>'_blank'))?> 6 | <?=anchor('http://www.4webby.com/freakauth/feed.html', 'RSS UPDATES', array('title' => 'RSS UPDATES', 'target' =>'_blank'))?> 7 | <?=anchor('http://www.4webby.com/', 'webdesign: (c) 4webby.com', array('title' => 'The best web solutions!', 'target' =>'_blank'))?> 8 - all rights reserved 9 </p> 5 10 </div> 6 11 </div> FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/footer.php
r172 r268 1 1 <!--START FOOTER--> 2 2 <div id="footer"> 3 <p><a href="#top">Top of Page</a></p> 4 <p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.4webby.com">4webby.com</a></p> 3 <p><a href="#top">Top of Page</a></p> 4 <p> 5 <a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · 6 <?=anchor('http://www.4webby.com/freakauth/donate.html', 'DONATIONS', array('title' => 'DONATIONS', 'target' =>'_blank'))?> 7 · <?=anchor('http://www.4webby.com/freakauth/feed.html', 'RSS UPDATES', array('title' => 'RSS UPDATES', 'target' =>'_blank'))?> 8 · <a href="http://www.4webby.com">4webby.com</a> 9 </p> 5 10 </div> 6 11 <!--END FOOTER-->
