Jump to content

pol2005

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by pol2005

  1. ok i found it i put a {literal} around javascript code and it worked
  2. Hi i designed a layout for whmcs but i have a problem.I've included a jquery tabs animation but it's not working. Here is my header.tpl : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset={$charset}" /> <title>{$companyname} - {$pagetitle}{if $kbarticle.title} - {$kbarticle.title}{/if}</title> {if $systemurl}<base href="{$systemurl}" /> {/if}<link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" /> <script type="text/javascript" src="includes/jscript/jquery.js"></script> <script type="text/javascript" src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script> {if $livehelpjs}{$livehelpjs} {/if} </head> <body> <div class="default" id="wrapper"> <div class="header"> <div class="logo"> <ul id="nav-primary"> <li><a href="http://www.easyspace.gr">Home</a></li> <li><a href="cart.php">Προιόντα</a></li> <li><a href="clientarea.php">Περιοχή Πελατών</a></li> <li><a href="submitticket.php">Νέο Αιτήμα Υποστήριξης</a></li> <li><a href="supporttickets.php">Αιτήματα Υποστήριξης</a></li> <li><a href="domainchecker.php">Domains</a></li> <li><a href="contact.php">Επικοινωνία</a></li> </ul> </div> </div><!-- end header --> <div class="header2"> <div class="header2-wrap"></div> </div> <!-- end header2 --> The site is easyspace.gr
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated