{$view->doctype()} {$head.title} :: {$smarty.const.SITE_NAME} {if $head.keywords} {/if} {if $head.description} {/if} {if $head.base} {* однинарні лапки фіксять баг хрома: http://code.google.com/p/chromium/issues/detail?id=120408 *} {/if} {assign var = 'SITE_REVISION_SUFFIX' value = ""}{if $SITE_REVISION}{assign var = 'SITE_REVISION_SUFFIX' value = "-`$SITE_REVISION`"}{/if} {$DOC->renderStylesheets()} {$DOC->renderInlineScripts(null, true)} {$DOC->renderScripts()} {$DOC->renderInlineScripts()} {literal} {/literal} {if $BROWSER_ALERT}{include file = $BROWSER_ALERT.tpl item = $BROWSER_ALERT}{/if} {include file = $DOC->getBodyTemplate()} {assign var='analyticsTpl' value=$DOC->getTemplate('analytics.tpl')} {if $SITE_LIVE && false !== $analyticsTpl} {include file=$analyticsTpl} {/if}