Update
This commit is contained in:
parent
10ae455611
commit
30d3404540
14 changed files with 14 additions and 14 deletions
|
@ -524,4 +524,4 @@ svg[class*="icon-tabler-currency"] {
|
|||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,4 +10,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -21,4 +21,4 @@
|
|||
return $content;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -34,4 +34,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -8,4 +8,4 @@
|
|||
return $arr[$string];
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -94,4 +94,4 @@ function cursor(type) {
|
|||
} else if(type == 'default') {
|
||||
$('html,body').css({ 'cursor': 'auto' });
|
||||
}
|
||||
}
|
||||
}
|
|
@ -8,4 +8,4 @@
|
|||
]
|
||||
];
|
||||
|
||||
?>
|
||||
?>
|
|
@ -8,4 +8,4 @@
|
|||
]
|
||||
];
|
||||
|
||||
?>
|
||||
?>
|
|
@ -16,4 +16,4 @@
|
|||
|
||||
require_once 'site-footer.php';
|
||||
|
||||
?>
|
||||
?>
|
|
@ -37,4 +37,4 @@
|
|||
$smtp_email = null;
|
||||
$smtp_password = null;
|
||||
|
||||
?>
|
||||
?>
|
|
@ -14,4 +14,4 @@
|
|||
#echo '<script type="text/javascript" src="'.url('js/main'.($minified == true ? '.min.js' : '.js?'.time()), true).'"></script>';
|
||||
#echo (!file_exists('js/pages/'.str_replace('.php', '', $filename).'.js') ? null : '<script type="text/javascript" src="'.url('js/pages'.($minified == true ? '/minified' : '').'/'.str_replace('.php', '', $filename) . ($minified == true ? '.min.js' : '.js?'.time()), true).'"></script>');
|
||||
|
||||
?>
|
||||
?>
|
|
@ -19,4 +19,4 @@
|
|||
require_once $dir_functions.'/url.php';
|
||||
require_once $dir_functions.'/validate.php';
|
||||
|
||||
?>
|
||||
?>
|
|
@ -64,4 +64,4 @@
|
|||
echo '<section id="website">';
|
||||
echo '<main>';
|
||||
|
||||
?>
|
||||
?>
|
|
@ -59,4 +59,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
Loading…
Reference in a new issue