source: trunk/install/footer.php@ 2

Last change on this file since 2 was 2, checked in by root, 15 years ago

importo il progetto

File size: 589 bytes
Line 
1<?php
2if (!isset($version)) $version='';
3echo '
4<div class="ctr">
5'.$version.'
6</div>
7<div class="ctr">
8 <a href="http://www.eleonline.it" target="_blank">Eleonline</a> e\' un Free Software sotto licenza GNU/GPL.
9</div>
10<div class="ctr">
11 Eleonline e\' sviluppato e curato da <a href="http://www.eleonline.it/site/modules.php?name=Contatti" target="_blank" title="Contatti con Autori">Luciano Apolito e Roberto Gigli</a>
12
13</div>
14<div class="ctr">
15 This installer was based on <a href="http://www.joomla.org" target="_blank" title="Installer by joomla">Joomla</a> Installer
16
17</div>
18';
19?>
Note: See TracBrowser for help on using the repository browser.