[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 // This file is part of Moodle - http://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 16 17 /** 18 * Strings for component 'theme_bootstrap', language 'en', branch 'MOODLE_23_STABLE' 19 * 20 * @package theme_bootstrapbase 21 * @copyright 2012 Bas Brands, www.basbrands.nl 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['pluginname'] = 'Bootstrap Base'; 26 $string['region-side-post'] = 'Right'; 27 $string['region-side-pre'] = 'Left'; 28 29 $string['choosereadme'] = ' 30 <div class="clearfix"><div class="theme_screenshot"><h2>Bootstrap Base</h2> 31 <img class=img-polaroid src="bootstrap/pix/screenshot.jpg" /> 32 <h3>Theme Credits</h3> 33 <p> 34 <h3>Moodle twitter Bootstrap theme</h3> 35 <p> 36 This theme is based on the Bootstrap CSS framework, version 2.3 37 </p> 38 <p> 39 <a href="http://getbootstrap.com">http://getbootstrap.com</a> 40 </p> 41 <p> 42 This is a GPL theme that is available on GitHub: 43 </p> 44 <p> 45 <a href=https://github.com/bmbrands/theme_bootstrap">https://github.com/bmbrands/theme_bootstrap</a> 46 </p> 47 <p> 48 Feel free to modify / improve / share 49 </p> 50 <p> 51 This theme has been created with the help of: 52 Stuart Lamour, Mark Aberdour, Paul Hibbitts, Mary Evans 53 </p> 54 <p> 55 Authors: Bas Brands, David Scotson<br> 56 Contact: bas@sonsbeekmedia.nl<br> 57 Website: <a href="http://www.basbrands.nl">www.basbrands.nl</a><br> 58 </p> 59 60 <h3>Reporting bugs</h3> 61 62 <p>You can report bugs on the <a href="https://github.com/bmbrands/theme_bootstrap/issues">github page</a> for this theme or 63 on the Moodle tracker</p> 64 65 <h3>More information</h3> 66 <ul> 67 <li><a href="https://github.com/bmbrands/theme_bootstrap/wiki">Wiki page for this theme</a> 68 <li><a href="http://docs.moodle.org/23/en/bootstrap-Theme">Bootstrap on Moodle docs</a></li> 69 <li><a href="http://theming.sonsbeekmedia.nl/">Theme testing playground </a></li> 70 </ul>'; 71
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |