1
All the articles created with the Mastop Publish Module in my website become inaccessible. The sites display the following error when the visitor click on the article created with the MasTop Publish :
Error : Smarty error: [in db:mpu_index.tpl.html line 34]: syntax error: unclosed tag \{if} (opened line 30). (Smarty_Compiler.class.php, line 317)
When I check on the mpu_index.tpl.html in the module, it seems like no error. The code for the files is as follow :
<{$navigation}>
<{if $mpb_30_titulo}>
<{$mpb_30_titulo}>
<{/if}>
<{$content}>
<{if $relateds}>
<{$related_label}><{/if}>
<{if $xoops_isadmin||$mpu_isauthor}>
<{$tools_image}>
<{$infos}>
<{$autor}>
<{$criado}>
<{$atualizado}>
<{$contador}>
<{$zerar_cont}> <{$editar_pagina}>
<{/if}><{$recomendar}><{$imprimir}>
<{if $comentarios == 1}>
<{$commentsnav}>
<{$lang_notice}>
<{if $comment_mode == "flat"}>
<{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
<{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
<{include file="db:system_comments_nest.html"}>
<{/if}>
<{/if}>
I'm clueless now. Please help. Thanks!