ShaunR Posted December 13, 2011 Share Posted December 13, 2011 Looks like the {$headoutput} variable is being placed twice with the default theme on 5.0.2 <head> <meta http-equiv="content-type" content="text/html; charset={$charset}" /> <title>{if $kbarticle.title}{$kbarticle.title} - {/if}{$pagetitle} - {$companyname}</title> {if $systemurl}<base href="{$systemurl}" /> {/if}<script type="text/javascript" src="includes/jscript/jquery.js"></script> {if $livehelpjs}{$livehelpjs} {/if}{$headoutput} <link href="templates/{$template}/css/bootstrap.css" rel="stylesheet"> <link href="templates/{$template}/css/whmcs.css" rel="stylesheet"> <script src="templates/{$template}/js/whmcs.js"></script> {$headoutput} </head> 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted December 13, 2011 Share Posted December 13, 2011 I also noticed this and just made the correction myself. Remove the one after the {/if} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.