add all files
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
include(getcwd().'/application/views/includes/barber-skeleton-top.php');
|
||||
$langArray = array('en', 'hu', 'no');
|
||||
if(in_array($selectedLang, $langArray)){
|
||||
include(getcwd().'/application/views/pages/includes/booking-form-'.$selectedLang.'.php');
|
||||
}
|
||||
else{
|
||||
include(getcwd().'/application/views/pages/includes/booking-form-en.php');
|
||||
}
|
||||
|
||||
include(getcwd().'/application/views/includes/barber-skeleton-bottom.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user