mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
Conflicts: phpBB/styles/subsilver2/template/forumlist_body.html
This commit is contained in:
commit
d3ee8d24bc
2 changed files with 32 additions and 0 deletions
|
@ -222,6 +222,34 @@ forumlist_body_category_header_before
|
||||||
* Since: 3.1.0-a4
|
* Since: 3.1.0-a4
|
||||||
* Purpose: Add content before the header of the category on the forum list.
|
* Purpose: Add content before the header of the category on the forum list.
|
||||||
|
|
||||||
|
forumlist_body_forum_row_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/forumlist_body.html
|
||||||
|
* Since: 3.1.0-RC5
|
||||||
|
* Purpose: Add content after the forum list item.
|
||||||
|
|
||||||
|
forumlist_body_forum_row_append
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/forumlist_body.html
|
||||||
|
* Since: 3.1.0-RC5
|
||||||
|
* Purpose: Add content at the start of the forum list item.
|
||||||
|
|
||||||
|
forumlist_body_forum_row_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/forumlist_body.html
|
||||||
|
* Since: 3.1.0-RC5
|
||||||
|
* Purpose: Add content before the forum list item.
|
||||||
|
|
||||||
|
forumlist_body_forum_row_prepend
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/forumlist_body.html
|
||||||
|
* Since: 3.1.0-RC5
|
||||||
|
* Purpose: Add content at the end of the forum list item.
|
||||||
|
|
||||||
forumlist_body_last_post_title_prepend
|
forumlist_body_last_post_title_prepend
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -26,7 +26,9 @@
|
||||||
<!-- EVENT forumlist_body_category_header_after -->
|
<!-- EVENT forumlist_body_category_header_after -->
|
||||||
|
|
||||||
<!-- IF not forumrow.S_IS_CAT -->
|
<!-- IF not forumrow.S_IS_CAT -->
|
||||||
|
<!-- EVENT forumlist_body_forum_row_before -->
|
||||||
<li class="row">
|
<li class="row">
|
||||||
|
<!-- EVENT forumlist_body_forum_row_prepend -->
|
||||||
<dl class="icon {forumrow.FORUM_IMG_STYLE}">
|
<dl class="icon {forumrow.FORUM_IMG_STYLE}">
|
||||||
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
|
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
|
||||||
<!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
|
<!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
|
||||||
|
@ -80,7 +82,9 @@
|
||||||
</dd>
|
</dd>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</dl>
|
</dl>
|
||||||
|
<!-- EVENT forumlist_body_forum_row_append -->
|
||||||
</li>
|
</li>
|
||||||
|
<!-- EVENT forumlist_body_forum_row_after -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF forumrow.S_LAST_ROW -->
|
<!-- IF forumrow.S_LAST_ROW -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue