Subversion Repositories SmartDukaan

Rev

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

Rev 11733 Rev 11734
Line 1... Line 1...
1
<!DOCTYPE html>
1
<!DOCTYPE html>
2
<html lang="en">
2
<html lang="en">
3
<head>
3
<head>
4
<title>404 Page Not Found</title>
4
<title>404 Page Not Found</title>
-
 
5
<script>
-
 
6
      var _gaq = _gaq || [];
-
 
7
      _gaq.push(['_setAccount', '<?php echo $this->config->item('ga_id');?>']);
-
 
8
      _gaq.push(['_setDomainName', '<?php echo $this->config->item('ga_domain');?>']);
-
 
9
      _gaq.push(['_trackPageview']);
-
 
10
 
-
 
11
      (function() {
-
 
12
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
13
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
14
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
15
      })();
-
 
16
</script>
5
<style type="text/css">
17
<style type="text/css">
6
 
18
 
7
::selection{ background-color: #E13300; color: white; }
19
::selection{ background-color: #E13300; color: white; }
8
::moz-selection{ background-color: #E13300; color: white; }
20
::moz-selection{ background-color: #E13300; color: white; }
9
::webkit-selection{ background-color: #E13300; color: white; }
21
::webkit-selection{ background-color: #E13300; color: white; }