phpBB

Code Changes

File: styles/prosilver/template/search_results.html

  Unmodified   Added   Modified   Removed
Line 69Line 69
					<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>

					<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>

 
					{% EVENT search_results_topic_header_lastpost_after %}

				</dl>
</li>
</ul>

				</dl>
</li>
</ul>

Line 153Line 154
							<br /><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time>
</span>
</dd>

							<br /><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time>
</span>
</dd>

 
					{% EVENT search_results_topic_row_lastpost_after %}

				</dl>
</li>
<!-- EVENT search_results_topic_after -->

				</dl>
</li>
<!-- EVENT search_results_topic_after -->

Line 194Line 196
		</dl>

<div class="postbody">

		</dl>

<div class="postbody">

 
			{% EVENT search_results_post_subject_before %}

			<h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
<div class="content">{searchresults.MESSAGE}</div>
<!-- EVENT search_results_content_after -->

			<h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
<div class="content">{searchresults.MESSAGE}</div>
<!-- EVENT search_results_content_after -->

Line 238Line 241
		<!-- ENDIF -->
</div>
</div>

		<!-- ENDIF -->
</div>
</div>



{% EVENT search_results_jumpbox_before %}

<!-- INCLUDE jumpbox.html -->

<!-- INCLUDE overall_footer.html -->

<!-- INCLUDE jumpbox.html -->

<!-- INCLUDE overall_footer.html -->