Code: Select all
<!-- IF QUICK_REPLY --><!-- INCLUDE quick_reply.html --><!-- ENDIF -->
Code: Select all
<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
<!-- ENDIF -->
</tr>
</table>
Code: Select all
<!-- IF QUICK_REPLY -->
<tr>
<td class="postdetails"><a href="#postform" onclick="addquote({postrow.POST_ID},'{postrow.POSTER_QUOTE}'); insert_text('\r\n'); return false;" title="{L_QUOTE_TEXT}">{L_QUOTE}</a></td>
</tr>
<!-- ENDIF -->
It's nothing. You're welcome.KieranG wrote:Thank you again RXU!
Code: Select all
Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/*****/public_html/en/install/install.php on line 17
Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/*******/public_html/en/install/install.php on line 17
Warning: main() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*********/public_html/en/install/install.php on line 17
Fatal error: Call to a member function on a non-object in /home/*********/public_html/en/install/install.php on line 20
Code: Select all
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();