SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/views/admin/footer_compat.php

  1. <?php
  2. /*
  3.  * kate: tab-width 4; indent-width 4; space-indent on; word-wrap off; word-wrap-column 120;
  4.  * :tabSize=4:indentSize=4:noTabs=true:wrap=false:maxLineLen=120:mode=php:
  5.  *
  6.  * Copyright (C) 2015 Karmabunny Pty Ltd.
  7.  *
  8.  * This file is a part of SproutCMS.
  9.  *
  10.  * SproutCMS is free software: you can redistribute it and/or modify it under the terms
  11.  * of the GNU General Public License as published by the Free Software Foundation, either
  12.  * version 3 of the License, or (at your option) any later version.
  13.  *
  14.  * For more information, visit <http://getsproutcms.com>.
  15.  */
  16. ?>
  17. <style>
  18. #facebox ul {
  19. margin-left: 20px;
  20. }
  21.  
  22. #facebox p {
  23. margin: 12px 0px;
  24. }
  25. </style>
  26.  
  27. <div style="margin: 20px;">
  28. <p><?php echo Kohana::config('branding.product_name'); ?> is officially supported with the following web browsers:</p>
  29.  
  30. <ul>
  31. <li><a href="http://www.mozilla.com/" target="_blank">Mozilla Firefox</a> 3.0 or later</a></li>
  32. <li><a href="http://www.microsoft.com/windows/internet-explorer/" target="_blank">Internet Explorer</a> 7.0 or later</li>
  33. </ul>
  34.  
  35. <p><?php echo Kohana::config('branding.product_name'); ?> has been tested in Firefox for Windows, Mac and Linux.</p>
  36.  
  37. <p><?php echo Kohana::config('branding.product_name'); ?> should work on any modern web browser including Safari, Opera and Chrome,
  38. but it has not been thoroughly tested on these platforms.</p>
  39.  
  40. <p>Internet Explorer 6 will not run <?php echo Kohana::config('branding.product_name'); ?> very well and its use is not recommended.</p>
  41. </div>
  42.