File: 0.01.0a/skin/default/min_footer.php (View as HTML)

  1: <?php 
  2: /* -------------------------------------------------------------
  3: This file is part of FreeDESK
  4: 
  5: FreeDESK is (C) Copyright 2012 David Cutting
  6: 
  7: FreeDESK is free software: you can redistribute it and/or modify
  8: it under the terms of the GNU General Public License as published by
  9: the Free Software Foundation, either version 3 of the License, or
 10: (at your option) any later version.
 11: 
 12: FreeDESK is distributed in the hope that it will be useful,
 13: but WITHOUT ANY WARRANTY; without even the implied warranty of
 14: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 15: GNU General Public License for more details.
 16: 
 17: You should have received a copy of the GNU General Public License
 18: along with FreeDESK.  If not, see www.gnu.org/licenses
 19: 
 20: For more information see www.purplepixie.org/freedesk/
 21: -------------------------------------------------------------- */
 22: 
 23: /**
 24:  * Default Skin Min Footer
 25: **/
 26: 
 27: ?>
 28: 
 29: </div>
 30: <!--
 31: <div id="footer" class="footer">
 32: <?php
 33: if ($DESK->ContextManager->IsOpen())
 34: 	$vers=" ".$DESK->FullVersion()." ";
 35: else
 36: 	$vers="";
 37: ?>
 38: <a href="http://freedesk.purplepixie.org/">FreeDESK</a> <?php echo $vers; ?>&copy; Copyright 2012 <a href="http://www.purplepixie.org/dave/">David Cutting</a>, all rights reserved
 39: </div>
 40: --><br />
 41: </div>
 42: <?php
 43: $DESK->Skin->CommonFooter();
 44: ?>
 45: </body>
 46: </html>
 47: 
 48: