| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * $Id:$ |
|---|
| 4 | * |
|---|
| 5 | * @author Axel Sauerhöfer <axel@willcodejoomlaforfood.de> |
|---|
| 6 | * @copyright Copyright © 2007, Axel Sauerhöfer |
|---|
| 7 | * @version 0.8 |
|---|
| 8 | * @package MySMS |
|---|
| 9 | * |
|---|
| 10 | * |
|---|
| 11 | * All rights reserved. MySMS Component for Joomla! |
|---|
| 12 | * |
|---|
| 13 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php |
|---|
| 14 | * MySMS! is free software. This version may have been modified pursuant |
|---|
| 15 | * to the GNU General Public License, and as distributed it includes or |
|---|
| 16 | * is derivative of works licensed under the GNU General Public License or |
|---|
| 17 | * other free or open source software licenses. |
|---|
| 18 | * |
|---|
| 19 | * This program is distributed in the hope that it will be useful, |
|---|
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 22 | * |
|---|
| 23 | **/ |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | function com_install() |
|---|
| 28 | { |
|---|
| 29 | ?> |
|---|
| 30 | <table border="0" width="100%"> |
|---|
| 31 | <tr> |
|---|
| 32 | <td align="left" valign="top"> |
|---|
| 33 | <a href="http://mysms.joomlacoder.de" alt="mysms.joomlacoder"> |
|---|
| 34 | <img src="http://mysms.joomlacoder.de/chrome/common/trac_banner.png" alt="mysms"> |
|---|
| 35 | </a> |
|---|
| 36 | </td> |
|---|
| 37 | </tr> |
|---|
| 38 | <tr> |
|---|
| 39 | <td align="left" valign="top"> |
|---|
| 40 | <h3>Thank you for using com_mysms</h3><br/> |
|---|
| 41 | Here maybe some useful links for you: |
|---|
| 42 | <ul> |
|---|
| 43 | <li> |
|---|
| 44 | MySMS Wiki and Bugtracking System: <a href="http://mysms.joomlacoder.de" alt="mysms.joomlacoder">http://mysms.joomlacoder.de</a> |
|---|
| 45 | </li> |
|---|
| 46 | <li> |
|---|
| 47 | Official MySMS Homepage: <a href="http://www.willcodejoomlaforfood.de" alt="willcodejoomlaforfood">http://www.willcodejoomlaforfood.de</a> |
|---|
| 48 | </li> |
|---|
| 49 | <li> Support Forum: <a href="http://www.joomlers.de/index.php/board,31.0.html" alt="joomlers">http://www.joomlers.de/index.php/board,31.0.html</a> |
|---|
| 50 | </li> |
|---|
| 51 | <li> |
|---|
| 52 | Ohloh Profile: <a href="http://www.ohloh.net/projects/9567" alt="ohloh profile">http://www.ohloh.net/projects/9567</a> |
|---|
| 53 | </li> |
|---|
| 54 | </ul> |
|---|
| 55 | </td> |
|---|
| 56 | </tr> |
|---|
| 57 | <tr> |
|---|
| 58 | <td align="left" valign="top"> |
|---|
| 59 | <script type="text/javascript" src="http://www.ohloh.net/projects/9567/widgets/project_thin_badge"></script> |
|---|
| 60 | <br/> |
|---|
| 61 | <script type="text/javascript" src="http://www.ohloh.net/projects/9567/widgets/project_languages"></script> |
|---|
| 62 | <br/> |
|---|
| 63 | <script type="text/javascript" src="http://www.ohloh.net/projects/9567/widgets/project_cocomo"></script> |
|---|
| 64 | <br/> |
|---|
| 65 | <script type="text/javascript" src="http://www.ohloh.net/projects/9567/widgets/project_factoids"></script> |
|---|
| 66 | </td> |
|---|
| 67 | </tr> |
|---|
| 68 | </table> |
|---|
| 69 | <?php |
|---|
| 70 | } |
|---|
| 71 | ?> |
|---|