From 80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 2 May 2017 12:46:50 -0700 Subject: Revert "move theme specific files to theme dir" This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. --- view/theme/redbasic/tpl/webpage_import.tpl | 126 ----------------------------- 1 file changed, 126 deletions(-) delete mode 100644 view/theme/redbasic/tpl/webpage_import.tpl (limited to 'view/theme/redbasic/tpl/webpage_import.tpl') diff --git a/view/theme/redbasic/tpl/webpage_import.tpl b/view/theme/redbasic/tpl/webpage_import.tpl deleted file mode 100644 index 955288c1e..000000000 --- a/view/theme/redbasic/tpl/webpage_import.tpl +++ /dev/null @@ -1,126 +0,0 @@ -
-
- -
-
- -
-

{{$title}}

-
-
-
-
- -
-
-

Scanned Pages

-
- - - {{foreach $pages as $page}} - - - - - - {{/foreach}} -
Import?Page
-
- - -
-
-
- Page Link: {{$page.pagelink}}
- Layout: {{$page.layout}}
- Title: {{$page.title}}
- Content File: {{$page.contentfile}}
- Type: {{$page.type}}
-
-
-
- - -

Scanned Layouts

-
- - - {{foreach $layouts as $layout}} - - - - - - {{/foreach}} -
Import?Layout
-
- - -
-
-
- Name: {{$layout.name}}
- Description: {{$layout.description}}
- Content File: {{$layout.contentfile}}
-
-
-
- -

Scanned Blocks

-
- - - {{foreach $blocks as $block}} - - - - - - {{/foreach}} -
Import?Block
-
- - -
-
-
- Name: {{$block.name}}
- Title: {{$block.title}}
- Content File: {{$block.contentfile}}
- Type: {{$block.type}}
-
-
-
- -
-
-
-
- -- cgit v1.2.3