Subversion Repositories SmartDukaan

Rev

Rev 10582 | Rev 11734 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10582 Rev 11733
Line 56... Line 56...
56
<body>
56
<body>
57
	<div id="container">
57
	<div id="container">
58
		<h1><?php echo $heading; ?></h1>
58
		<h1><?php echo $heading; ?></h1>
59
		<?php echo $message; ?>
59
		<?php echo $message; ?>
60
	</div>
60
	</div>
-
 
61
	<script>
-
 
62
		_gaq.push(['_trackEvent', 'ErrorPage', 'Default 404 Page Loaded']);
-
 
63
	</script>
61
</body>
64
</body>
62
</html>
-
 
63
65
</html>
-
 
66