This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
OriginalHouse_Web/src/index.php
david c8b709b374 - Formularios de contacto
- Tipos de letra nuevos
- Apariencia en menú nueva

git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@72 54e8636e-a86c-764f-903d-b964358a1ae2
2013-08-09 09:00:31 +00:00

18 lines
395 B
PHP

<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');