summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManaMarket <manamarket@themanaworld.org>2013-05-07 15:15:23 -0400
committerBen Longbons <b.r.longbons@gmail.com>2013-05-07 12:24:18 -0700
commit736e1dbea305065aa85d2adc61a61c87b43aeaab (patch)
tree80bfbed8a277a6c6832c48fee7b42a8583c5602f
parentf12906fd1286fb133017dd02c36fc2de8a80bf30 (diff)
downloadforum-themes-736e1dbea305065aa85d2adc61a61c87b43aeaab.tar.gz
forum-themes-736e1dbea305065aa85d2adc61a61c87b43aeaab.tar.bz2
forum-themes-736e1dbea305065aa85d2adc61a61c87b43aeaab.tar.xz
forum-themes-736e1dbea305065aa85d2adc61a61c87b43aeaab.zip
Add gitignore and enable feeds
-rw-r--r--.gitignore2
-rw-r--r--prosilver/template/forumlist_body.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ad40b35
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.bak
+thumbs/
diff --git a/prosilver/template/forumlist_body.html b/prosilver/template/forumlist_body.html
index e9ed5d9..f26a3c9 100644
--- a/prosilver/template/forumlist_body.html
+++ b/prosilver/template/forumlist_body.html
@@ -27,7 +27,7 @@
<li class="row">
<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
- <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF -->
+ <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --> <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> <!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />