From e57f350cb472af1679e4f8ec9785451146b007fc Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 12 Sep 2012 12:56:11 -0400 Subject: [PATCH] Base template cleanup, flesh out config sitenav handling. --- themes/hyde/base.tmpl | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/themes/hyde/base.tmpl b/themes/hyde/base.tmpl index 5d9ae83..9b43dd6 100644 --- a/themes/hyde/base.tmpl +++ b/themes/hyde/base.tmpl @@ -4,25 +4,29 @@ {\n} - {$title} + {$config.title} - - + + {if $headInject} {$headInject |noAutoescape} {/if}
{$content |noAutoescape}
{if $bodyInject} {$bodyInject |noAutoescape} {/if}
- Unless otherwise credited all material {if $license} {$license} {else} © {/if} {$credits} + Unless otherwise credited all material {if $config.license} {$config.license} {else} © {/if} + {$config.credits}