mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
13 lines
286 B
PHP
13 lines
286 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The template for displaying all pages.
|
||
|
*
|
||
|
* This is the template that displays all pages by default.
|
||
|
*
|
||
|
* @package Catch Themes
|
||
|
* @subpackage Simple_Catch_Pro
|
||
|
* @since Simple Catch 1.0
|
||
|
*/
|
||
|
?>
|
||
|
|
||
|
<?php if ( function_exists( 'simplecatch_content' ) ) simplecatch_content();
|