Hi All,
I found a few threads with this but tried what was suggested to no avail.
<?php
?>
<!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>
<title><?php echo $page_title; ?></title>
<?php echo $page_htmlhead; ?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="all" />
<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/geekia/css/style.css" type="text/css" media="screen" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="<?php echo SITE_URL?>/lib/skins/geekia/js/jquery.js" type="text/javascript"></script>
<script src="<?php echo SITE_URL?>/lib/skins/geekia/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="<?php echo SITE_URL?>/lib/skins/geekia/js/slide.js" type="text/javascript"></script>
<script src="<?php echo SITE_URL?>/lib/skins/geekia/js/s3Slider.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#s3slider').s3Slider({
timeOut: 9000
});
});
</script>
</head>
<body>
<?php echo $page_htmlreq; ?>
<!-- Wrapper Starts -->
<div id="wrapper">
That’s how the code for my layout.tpl starts but it still gives the no route passed error when adding to bid.
Any help appreciated.
Many thanks,
Graham