Skip to content

Commit

Permalink
Added Google Analytics code.
Browse files Browse the repository at this point in the history
Fixed stylesheets for mag-sol.com.
  • Loading branch information
davorg committed Feb 23, 2008
1 parent 0031e3b commit 236f6ff
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pod
Expand Up @@ -15,12 +15,17 @@ sub view_pod {

return '<html>
<head>
<link rel="stylesheet" href="/dave.css" type="text/css" />
<link rel="stylesheet" href="/code/style.css" type="text/css" />
<link rel="stylesheet" href="/style.css" type="text/css" />
</head>
<body>' .
$content .
' </body>
'<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-56332-3";
urchinTracker();
</script>
</body>
</html>';
}

Expand Down

0 comments on commit 236f6ff

Please sign in to comment.