Changeset 438 for trunk/jidelna
- Timestamp:
- Oct 13, 2012, 1:24:58 PM (12 years ago)
- Location:
- trunk/jidelna
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jidelna/index.php
r170 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class EatingPlace extends Page -
trunk/jidelna/menuedit.php
r170 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class EatingPlaceEdit extends Page -
trunk/jidelna/tisk.php
r292 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 4 3 5 echo('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 6 <HTML>
Note:
See TracChangeset
for help on using the changeset viewer.