This commit is contained in:
psychobunny
2013-10-31 14:38:46 -04:00
parent 67e9bf74a7
commit 5bea2999ef

View File

@@ -1,11 +1,10 @@
<input class="test1" type="hidden" template-variable="expose_tools" value="{expose_tools}" />
<input class="test1" type="hidden" template-variable="topic_id" value="{topic_id}" />
<input class="test1" type="hidden" template-variable="locked" value="{locked}" />
<input class="test1" type="hidden" template-variable="deleted" value="{deleted}" />
<input class="test1" type="hidden" template-variable="pinned" value="{pinned}" />
<input class="test1" type="hidden" template-variable="topic_name" value="{topic_name}" />
<input class="test1" type="hidden" template-variable="postcount" value="{postcount}" />
<input type="hidden" template-variable="expose_tools" value="{expose_tools}" />
<input type="hidden" template-variable="topic_id" value="{topic_id}" />
<input type="hidden" template-variable="locked" value="{locked}" />
<input type="hidden" template-variable="deleted" value="{deleted}" />
<input type="hidden" template-variable="pinned" value="{pinned}" />
<input type="hidden" template-variable="topic_name" value="{topic_name}" />
<input type="hidden" template-variable="postcount" value="{postcount}" />
<input type="hidden" template-variable="twitter-intent-url" value="{twitter-intent-url}" />
<input type="hidden" template-variable="facebook-share-url" value="{facebook-share-url}" />
<input type="hidden" template-variable="google-share-url" value="{google-share-url}" />