mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
If style authors want to, they can show a feed icon for every forum enabled to show feeds.
This is commented out by default git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10030 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
38fcaaf1d2
commit
ae3555f651
4 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
||||||
<li class="row">
|
<li class="row">
|
||||||
<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
|
<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
|
||||||
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
|
<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" title="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- 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 />
|
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
|
||||||
{forumrow.FORUM_DESC}
|
{forumrow.FORUM_DESC}
|
||||||
|
|
|
@ -244,6 +244,10 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl a.feed-icon-forum {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* content.css
|
* content.css
|
||||||
*/
|
*/
|
||||||
|
|
BIN
phpBB/styles/prosilver/theme/images/feed.gif
Normal file
BIN
phpBB/styles/prosilver/theme/images/feed.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 996 B |
|
@ -205,3 +205,9 @@ a.right:hover {
|
||||||
left: -999px;
|
left: -999px;
|
||||||
width: 990px;
|
width: 990px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Feed icon in forumlist_body.html */
|
||||||
|
a.feed-icon-forum {
|
||||||
|
float: right;
|
||||||
|
margin: 3px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue