forked from crowdfavorite/wp-favepersonal
-
Notifications
You must be signed in to change notification settings - Fork 12
/
single.php
executable file
·29 lines (23 loc) · 852 Bytes
/
single.php
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
26
27
28
29
<?php
/**
* @package favepersonal
*
* This file is part of the Personal Theme for WordPress
* http://github.com/alexkingorg/wp-personal
* (Forked from http://crowdfavorite.com/favepersonal/)
*
* Copyright (c) 2008-2013 Crowd Favorite, Ltd. All rights reserved.
* http://crowdfavorite.com
*
* Copyright (c) 2015 Alex King.
*
* **********************************************************************
* 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.
* **********************************************************************
*/
if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
// NOTE: this file is here for compatibility reasons - active templates are in the single/ dir
cfct_single();
?>