-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_sub_interior_3col.tcf
26 lines (23 loc) · 1.92 KB
/
_sub_interior_3col.tcf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- com.omniupdate.properties --><title>3 Column</title><!-- /com.omniupdate.properties -->
<variable-list>
<variable name="dirname" prompt="Directory Name" alt="Give your directory a name."></variable>
<variable name="title" prompt="Page Title" alt="Give your index page a title."></variable>
<variable name="keywords" prompt="Keywords" rows="2" alt="Words that categorize your new page for search engines."></variable>
<variable name="description" prompt="Description" rows="2" alt="A brief description of the page content."></variable>
<variable name="author" prompt="Meta Author" alt="Author name to be included in the meta tags."></variable>
<variable name="primarynav" prompt="Primary Nav order" group="Everyone" alt="Order to appear in Primary Navigation.">01</variable>
<variable name="autonavigation" prompt="Add Navigation Item" type="select" alt="Add the page to the Left navigation file automatically.">
<option value="true">Yes</option>
<option value="false">No</option>
</variable>
</variable-list>
<template-list>
<template prompt-prefix="index page" group="*inherit*" display-group="no" display-overwrite="no" preferred-redirect="yes" filename="index" extension="pcf" display-filename="no" display-extension="no" force-destination="yes" destination="{directory/}{dirname}" publish="no" autonav="{autonavigation}">interior_3col.tmpl</template>
<template prompt-prefix="navigation" group="*inherit*" display-group="no" display-overwrite="no" preferred-redirect="no" filename="sidenav" extension="inc" display-filename="no" display-extension="no" force-destination="yes" destination="{directory/}{dirname}" publish="yes">_sidenav.tmpl</template>
</template-list>
<navigation-list>
<navigation name="true" path="sidenav.inc" group="everyone" publish="no">
<li><a href="{ox_autonav:shorturl}">{title}</a></li>
</navigation>
<navigation name="false" path="sidenav.inc" group="everyone" publish="no"></navigation>
</navigation-list>