14 lines
246 B
PHP
14 lines
246 B
PHP
<?php
|
|
/**
|
|
* SportsPress Template
|
|
*
|
|
* Functions for the templating system.
|
|
*
|
|
* @author ThemeBoy
|
|
* @category Core
|
|
* @package SportsPress/Functions
|
|
* @version 0.7
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|