Changeset 3
- Timestamp:
- Nov 26, 2008, 8:17:28 PM (16 years ago)
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
/
-
Property svn:ignore
set to
config.php
-
Property svn:ignore
set to
-
frontend.php
r2 r3 10 10 } 11 11 12 function show_mass() { 13 global $database; 14 $Query = $database->select('mass', '*'); 15 while($DbRow = $Query->fetch_array()) 16 { 17 echo '<div id="article"><b>'.$DbRow['time'].'</b> '.$DbRow['text'].'</div>'; 18 } 19 } 12 20 ?> -
global.php
r2 r3 53 53 <div> 54 54 <span class="left"><a href="http://alexandrejoseph.com/">Designed by Alexandre Joseph</a></span> 55 © www.yoursite.com55 © '.FOOD_TEXT.' 56 56 </div> 57 57 -
index.php
r2 r3 16 16 } else if (array_key_exists('rozpis',$_GET)) { 17 17 echo ROZPIS; 18 show_mass(); 18 19 show_article(3); 19 20 -
language_cz.php
r2 r3 25 25 define('HEADPAGE', '<h2>Hlavní strana webu farnosti Zděchov</h2> 26 26 <p> Aktuality:</p>'); 27 define('ADMIN', '<h2>Administrace stránek</h2> <p>Přihlášení:</p>');27 define('ADMIN', '<h2>Administrace stránek</h2>'); 28 28 29 29 ?>
Note:
See TracChangeset
for help on using the changeset viewer.