{* $Id$ *} {* ==> put in this file what is not displayed in the layout (javascript, debug..)*} {if isset($force_fill_action)} {include file="tiki-tracker_force_fill.tpl"} {/if} {if $module_pref_errors|default:null}
{remarksbox type="warning" title="{tr}Module errors{/tr}"} {tr}The following modules could not be loaded{/tr}
{ticket} {foreach from=$module_pref_errors key=index item=pref_error}

{$pref_error.mod_name}:

{preference name=$pref_error.pref_name} {/foreach}
{/remarksbox}
{/if} {if (! isset($display) or $display eq '')} {if count($phpErrors)} {if ($prefs.error_reporting_adminonly eq 'y' and $tiki_p_admin eq 'y') or $prefs.error_reporting_adminonly eq 'n'}
{button _ajax="n" _id="show-errors-button" _onclick="flip('errors');return false;" _text="{tr}Show PHP error messages{/tr}"}
 {listfilter selectors='#errors>div.rbox-data'} {foreach item=err from=$phpErrors} {$err} {/foreach}
{/if} {/if} {if $tiki_p_admin eq 'y' and $prefs.feature_debug_console eq 'y'} {* Include debugging console.*} {debugger} {/if} {/if} {if isset($prefs.socialnetworks_user_firstlogin) && $prefs.socialnetworks_user_firstlogin == 'y'} {include file='tiki-socialnetworks_firstlogin_launcher.tpl'} {/if} {if $prefs.site_google_analytics_account} {wikiplugin _name=googleanalytics account=$prefs.site_google_analytics_account group_option=$prefs.site_google_analytics_group_option groups={','|implode:$prefs.site_google_analytics_groups}}{/wikiplugin} {/if} {interactivetranslation} {if $headerlib} {$headerlib->output_js_config()} {$headerlib->output_js_files()} {$headerlib->output_js()} {* some js to enabled falsely detected js disabled browsers to be rechecked * disabled when in the installer *} {if empty($smarty.cookies.javascript_enabled_detect) and $prefs.javascript_enabled eq 'n' and $prefs.disableJavascript eq 'n' and $smarty.server.SCRIPT_NAME|strpos:'tiki-install.php' === false} {/if} {/if} {if $prefs.feature_endbody_code} {eval var=$prefs.feature_endbody_code} {/if} {if $prefs.site_piwik_code} {wikiplugin _name=piwik code=$prefs.site_piwik_code group_option=$prefs.site_piwik_group_option groups={','|implode:$prefs.site_piwik_groups}}{/wikiplugin} {/if} {if $prefs.feature_scheduler eq "y" && $prefs.webcron_enabled == 'y' && $prefs.webcron_type != 'url'} {/if} {* when we are on a page to be printed open the print dialog auto-magically *} {if !empty($print_page) and $print_page eq "y"} {/if} {if $prefs.tiki_monitor_performance eq 'y'} {/if} {* Include mautic snipet code with mautic *} {if $prefs.feature_mautic_tracking_script_location eq 'embed'} {wikiplugin _name=mautic type="inclusion"}{/wikiplugin} {/if}