<?php
include '../set/connect.php';
$sessionUser = '';
if (isset($_SESSION['user'])){
$sessionUser = $_SESSION['user'];
}
//Routes
$tpl = '../includes/template/'; //template Directory
$lang = '../includes/languages/'; //language Directory
$func = '../includes/functions/'; // function directory
$css = '../layout/css/'; // css Directory
$js = '../layout/js/'; // js Directory
// Include the important files
include $func . 'function.php';
include $lang . 'english.php';
include $tpl . 'header_ar.php';
include $tpl . 'navbar_ar.php';
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| aboutus.php | File | 15.22 KB | 0644 |
|
| add_consultation.php | File | 2.94 KB | 0644 |
|
| contact.php | File | 4.29 KB | 0644 |
|
| costresult.php | File | 14.62 KB | 0644 |
|
| costscalc.php | File | 44.42 KB | 0644 |
|
| customer_special.php | File | 17.66 KB | 0644 |
|
| details.php | File | 6.2 KB | 0644 |
|
| error_log | File | 4.54 KB | 0644 |
|
| index.php | File | 21.4 KB | 0644 |
|
| init.php | File | 584 B | 0644 |
|
| projects.php | File | 3.01 KB | 0644 |
|
| ret.php | File | 3.39 KB | 0644 |
|
| services.php | File | 9.94 KB | 0644 |
|