mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Wrong class used
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
<precommit>9</precommit>
|
||||
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
|
||||
</hooks>
|
||||
<commit>5315</commit></git>
|
||||
<commit>5316</commit></git>
|
||||
<scripts>
|
||||
<last>
|
||||
<date>0000-00-00</date>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="container">
|
||||
<div class="well well-sm">
|
||||
<h2>{if $page->title !=''}{$page->title}{else}Forum{/if}</h2>
|
||||
{if $results|@count > 0}
|
||||
<div class=".pagination pagination-centered">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="container">
|
||||
<div class="well well-sm">
|
||||
<h2><a href="{$smarty.const.WWW_TOP}/forum">Forum</a></h2>
|
||||
{if $results|@count > 0}
|
||||
<h3>{$results[0].subject|escape:"htmlall"}</h3>
|
||||
|
||||
Reference in New Issue
Block a user