1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/developer/actions/ActionTag/index.tpl
2009-05-08 20:24:43 +00:00

18 lines
410 B
Smarty

{include file='header.tpl' menu="blog"}
{literal}
<script>
function submitTags(sTag) {
window.location=DIR_WEB_ROOT+'/tag/'+sTag+'/';
return false;
}
</script>
{/literal}
<form action="" method="GET" onsubmit="return submitTags(this.tag.value);">
<input type="text" name="tag" value="{$sTag|escape:'html'}" class="tags-input" >
</form>
<br />
{include file='topic_list.tpl'}
{include file='footer.tpl'}