Moved partial and other reusable view files into the new "components" directory
This commit is contained in:
parent
ad3d726d1a
commit
fa313c3ef3
11 changed files with 1 additions and 10 deletions
|
@ -3,6 +3,7 @@
|
|||
* @var array $available_services
|
||||
* @var array $timezones
|
||||
* @var string $require_phone_number
|
||||
* @var string $timezone
|
||||
*/
|
||||
?>
|
||||
<div id="manage-appointment" class="modal fade" tabindex="-1">
|
|
@ -1,10 +0,0 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue