| {if $themes_page} {include file="main.tpl.html"} {/if} {if $posts_page} {include file="theme.tpl.html"} {/if} {if $notheme} {include file="notheme.tpl.html"} {/if} {if $nopage} {include file="nopage.tpl.html"} {/if} {if $register_page} {include file="register.tpl.html"} {/if} {if $register_ok_page} {include file="register_ok.tpl.html"} {/if} {if $users} {include file="userlist.tpl.html"} {/if} {if $user_page} {include file="user.tpl.html"} {/if} {if $login_page} {include file="login.tpl.html"} {/if} {if $tech_error} {include file="tech_error.tpl.html"} {/if} {if $nouser} {include file="nouser.tpl.html"} {/if} {if $search_page} {include file="search.tpl.html"} {/if} {if $search_themes_page} {include file="search_themes.tpl.html"} {/if} {if $search_posts_page} {include file="search_posts.tpl.html"} {/if} {if $nosearch} {include file="nosearch.tpl.html"} {/if} {if $editprofile_page} {include file="editprofile.tpl.html"} {/if} {if $editprofile_ok_page} {include file="editprofile_ok.tpl.html"} {/if} {if $banned} {include file="banned.tpl.html"} {/if} {if $theme_close} {include file="theme_close.tpl.html"} {/if} {if $theme_delete} {include file="theme_delete.tpl.html"} {/if} {if $no_theme_text} {include file="no_theme_text.tpl.html"} {/if} {if $no_post_text} {include file="no_post_text.tpl.html"} {/if} {if $themetitle_length_error} {include file="themetitle_length_error.tpl.html"} {/if} {if $post_length_error} {include file="post_length_error.tpl.html"} {/if} |