{combine_css path=$GUESTBOOK_PATH|@cat:"template/style.css"} {if $themeconf.name|in_array:$clear_themes} {combine_css path=$GUESTBOOK_PATH|@cat:"template/style-clear.css"} {/if} {if $comment_add.ACTIVATE_RATING} {combine_script id="jquery.raty" path=$GUESTBOOK_PATH|@cat:"template/jquery.raty/jquery.raty.min.js"} {footer_script} jQuery("#comment_rate").raty({ldelim} path: "{$ROOT_URL}{$GUESTBOOK_PATH}template/jquery.raty/", half: true }); {/footer_script} {/if} {footer_script} jQuery("#expandForm").click(function() {ldelim} jQuery("#guestbookAdd").animate({ldelim}"width": "500px"}, function() {ldelim} jQuery("#addComment").slideDown("slow"); }); }); {/footer_script} {* *} {if $themeconf.name == "stripped" or $themeconf.parent == "stripped"} {include file=$ABS_GUESTBOOK_PATH|@cat:'template/themes/stripped.tpl'} {assign var="clear" value="true"} {elseif $themeconf.name == "simple-grey" or $themeconf.parent == "simple"} {include file=$ABS_GUESTBOOK_PATH|@cat:'template/themes/simple.tpl'} {assign var="clear" value="true"} {else} {include file=$ABS_GUESTBOOK_PATH|@cat:'template/themes/default.tpl'} {/if} {if isset($errors) or not empty($infos)} {include file='infos_errors.tpl'} {/if} {if isset($comment_add)}

{'Sign the guestbook'|@translate}

{/if}

{'There are %d messages'|@translate|@sprintf:$COMMENT_COUNT}

{if isset($comments)}
{if !empty($navbar)}
{include file='navigation_bar.tpl'|@get_extent:'navbar'}
{/if} {include file=$ABS_GUESTBOOK_PATH|@cat:'template/comment_list.tpl'}
{/if} {if $clear}
{/if} {* *}