File indexing completed on 2024-12-29 05:24:44

0001 <?php
0002 /**
0003  *  ocs-webserver
0004  *
0005  *  Copyright 2016 by pling GmbH.
0006  *
0007  *    This file is part of ocs-webserver.
0008  *
0009  *    This program is free software: you can redistribute it and/or modify
0010  *    it under the terms of the GNU Affero General Public License as
0011  *    published by the Free Software Foundation, either version 3 of the
0012  *    License, or (at your option) any later version.
0013  *
0014  *    This program is distributed in the hope that it will be useful,
0015  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
0016  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0017  *    GNU Affero General Public License for more details.
0018  *
0019  *    You should have received a copy of the GNU Affero General Public License
0020  *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
0021  **/
0022 ?>
0023 <footer>
0024     <section class="wrapper">
0025         <section>
0026             <div class="pull-left col-lg-10 col-md-10 col-sm-9 col-xs-9">
0027                 <h3 id="footer-heading" class="lightblue"><?=$this->template['footer_heading']?> - <?=$this->template['domain']?></h3>
0028                 <nav id="footer-nav">
0029 
0030                     <ul class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
0031                         <!-- <li><a href="/faq">What is <?=$this->template['domain']?>?</a></li> -->
0032                         <!-- <li><a href="http://www.ocsmag.com/" target="blank">Blog</a></li>  -->
0033                         <li><a href="/terms">Terms & Conditions</a></li>
0034                         <li><a href="/privacy">Privacy Policy</a></li>
0035                         <li><a href="/contact">Contact</a></li>
0036                         <li><a href="/imprint">Imprint</a></li>
0037                         <li><span style="color:#666;">&#169; <?=date('Y')?> <?=$this->template['domain']?> - <?=$this->template['footer_heading']?></span></li>
0038 
0039                         <li style="display: block; margin-left:0px; padding-top:5px;color:#666;">All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
0040                          </li>
0041                     </ul>
0042 
0043                 </nav>
0044             </div>
0045 
0046 
0047 
0048             <div class="pull-right col-lg-2 col-md-2 col-sm-3 col-xs-3" style="height:66px; ">
0049                 <div style="position:absolute;bottom:3px;color:#666;right: 0;">
0050                 Powered by opendesktop.org
0051                 </div>
0052                 <div class="pull-right" style="position: absolute;bottom: 20px;right: 0px;">
0053                     <h3 id="footer-social-heading">Follow us on</h3>
0054 
0055                     <div id="footer-social">
0056                         <a href="https://www.facebook.com/opendesktop.org"
0057                            id="facebook"
0058                            target="_blank"
0059                            rel="nofollow"><img src="/theme/flatui/img/new/f_icon_fb.png"/></a>
0060                         <a href="https://twitter.com/opendesktop"
0061                            id="twitter"
0062                            target="_blank"
0063                            rel="nofollow"><img src="/theme/flatui/img/new/f_icon_tw.png"/></a>
0064                     </div>
0065                 </div>
0066             </div>
0067         </section>
0068     </section>
0069 
0070 
0071 
0072 </footer>