0 Members and 1 Guest are viewing this topic.
$txt['pmx_edit_ext_opts_themes'] = 'Show or Hide the block on theme';
<!-- BoardIndex.php --> <file name="$sourcedir/BoardIndex.php"> <operation> <search position="replace"><![CDATA[ if (!empty($_GET) || empty($_GET['action']) || (!empty($_GET['action']) && $_GET['action'] != 'forum')) $context['robot_no_index'] = true;]]></search> <add><![CDATA[ if (!empty($_GET)) $context['robot_no_index'] = (isset($_GET['action']) && $_GET['action'] == 'forum') ? false : true;]]></add> </operation> </file>