-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.php
More file actions
25 lines (21 loc) · 745 Bytes
/
index.php
File metadata and controls
25 lines (21 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php //phpcs:disable Files.SideEffects
/**
* Capsule server entry point.
*
* @package capsule-server
*
* This file is part of the Capsule Theme for WordPress
* https://crowdfavorite.com/capsule/
*
* Copyright (c) 2020 Crowd Favorite, Ltd. All rights reserved.
* https://crowdfavorite.com
*
* **********************************************************************
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* **********************************************************************
*/
define('CAPSULE_SERVER', true);
$body_classes = array( 'capsule-server' );
require 'ui/index.php';