add all files
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
<?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/barber-form-'.$selectedLang.'.php');
|
||||
}
|
||||
else{
|
||||
include(getcwd().'/application/views/pages/includes/barber-form-en.php');
|
||||
}
|
||||
include(getcwd().'/application/views/includes/barber-skeleton-bottom.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user