1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 15:54:43 +02:00

Notice removal, undefined forum shortcode

This commit is contained in:
e107steved
2007-05-17 20:15:04 +00:00
parent d27ad1867b
commit c3559b5729
4 changed files with 47 additions and 38 deletions

View File

@@ -17,6 +17,11 @@ $txt .= $tp->parseTemplate($LATESTPOSTS_END, TRUE, $forum_shortcodes);
return $txt;
SC_END
SC_BEGIN LATESTPOSTSCOUNT
return; // Null return as placeholder
SC_END
SC_BEGIN THREADTOPIC
global $thread_info, $action, $gen, $tp, $post_info, $forum_shortcodes, $THREADTOPIC_REPLY;
$post_info = $thread_info['head'];