Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2016-06-03 22:52:31 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-06-03 22:52:31 +0300
commit666499e6af49a0ffe6854d3854bb6d0fe9e40510 (patch)
treee3b15194ffa2ac59bcfa09fae02c79558deb79dd /template-custom.php
parent02e22665f2c4718bfda2a169bf9e8e9a5265eb17 (diff)
first version
Diffstat (limited to 'template-custom.php')
-rw-r--r--template-custom.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/template-custom.php b/template-custom.php
new file mode 100644
index 00000000..547353af
--- /dev/null
+++ b/template-custom.php
@@ -0,0 +1,8 @@
+<?php
+/*
+Template Name: Custom Template
+*/
+?>
+
+<?php get_template_part('templates/page', 'header'); ?>
+<?php get_template_part('templates/content', 'page'); ?>