File tree Expand file tree Collapse file tree
styles/prosilver/template Expand file tree Collapse file tree Original file line number Diff line number Diff line change 805805 'TOPIC_REVIEW ' => 'Topic review ' ,
806806 'TOPIC_TITLE ' => 'Topic title ' ,
807807 'TOPIC_UNAPPROVED ' => 'This topic has not been approved. ' ,
808+ 'TOPIC_UNAPPROVED_FORUM ' => array (
809+ 1 => 'Topic awaiting approval ' ,
810+ 2 => 'Topics awaiting approval ' ,
811+ ),
808812 'TOPIC_DELETED ' => 'This topic has been deleted. ' ,
809813 'TOTAL_ATTACHMENTS ' => 'Attachment(s) ' ,
810814 'TOTAL_LOGS ' => array (
Original file line number Diff line number Diff line change 107107 <!-- ENDIF -->
108108 < br /> {forumrow.LAST_POST_TIME}
109109 <!-- ELSE -->
110- {L_NO_POSTS}< br />
110+ {% if forumrow.U_UNAPPROVED_TOPICS %}
111+ {{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}
112+ {% else %}
113+ {{ lang('NO_POSTS') }}
114+ {% endif %}
111115 <!-- ENDIF -->
112116 </ span >
113117 </ dd >
You can’t perform that action at this time.
0 commit comments