mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add link to forum and fix forum pages
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2016-04-13 DariusIII
|
||||
2016-04-14 DariusIII
|
||||
* Upd: Add link to forum and fix forum pages
|
||||
* Upd: Update composer and themes with new autosize and colorbox libs.
|
||||
* Fix: Fix PHP Fatal error on getid3
|
||||
2016-04-13 DariusIII
|
||||
|
||||
@@ -108,12 +108,10 @@
|
||||
class="fa fa-envelope-o"></i><span> Contact</span> <span
|
||||
class="fa arrow"></span></a></li>
|
||||
{if $loggedin == "true"}
|
||||
<li><a href="{$smarty.const.WWW_TOP}/search"><i class="fa fa-search"></i> Search</a>
|
||||
</li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/rss"><i class="fa fa-rss"></i> RSS Feeds</a>
|
||||
</li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/apihelp"><i class="fa fa-cloud"></i> API</a>
|
||||
</li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/forum"><i class="fa fa-forumbee"></i> Search</a></li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/search"><i class="fa fa-search"></i> Search</a></li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/rss"><i class="fa fa-rss"></i> RSS Feeds</a></li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/apihelp"><i class="fa fa-cloud"></i> API</a></li>
|
||||
{/if}
|
||||
</ul>
|
||||
{if $loggedin == "true"}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{$pager}
|
||||
<div style="float:right;margin-bottom:5px;"><a href="#new">New Post</a></div>
|
||||
<a id="top"></a>
|
||||
<table style="width:100%;" class="data highlight" id="forumtable">
|
||||
<table style="width:100%;" class="data table table-striped responsive-utilities jambo-table" id="forumtable">
|
||||
<tr>
|
||||
<th width="60%">Topic</th>
|
||||
<th>Posted By</th>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h2>{$results[0].subject|escape:"htmlall"}</h2>
|
||||
<div style="float:right;margin-bottom:5px;"><a href="#reply">Reply</a></div>
|
||||
<a id="top"></a>
|
||||
<table style="width:100%;" class="data highlight" id="forumtable">
|
||||
<table style="width:100%;" class="data table table-striped responsive-utilities jambo-table" id="forumtable">
|
||||
<tr>
|
||||
<th>By</th>
|
||||
<th>Message</th>
|
||||
|
||||
Reference in New Issue
Block a user