aboutsummaryrefslogtreecommitdiffstats
path: root/404.php
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2017-02-20 19:28:35 -0500
committerHeckyel <heckyel@openmailbox.org>2017-02-20 19:28:35 -0500
commit7f5cb4effd041e1c86aa3e4847bac78e0498389d (patch)
tree9c482cd674f48dc2a4dd9ba80dc21ffa183bfeb5 /404.php
downloadlidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.lz
lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.xz
lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.zip
primera versión
Diffstat (limited to '404.php')
-rw-r--r--404.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/404.php b/404.php
new file mode 100644
index 0000000..cf5aa08
--- /dev/null
+++ b/404.php
@@ -0,0 +1,4 @@
+<?php
+get_header(404);
+get_template_part('content-404');
+get_footer(404);