aquarius / MindNode.com WordPress Theme (http://mindnode.com/)

The custom WordPress theme used by mindnode.com. Released under the GPL, as required by the WordPress license.

commit 1: e9c0d73c9992
parent 0: a3ba6804bec2
branch: default
tags: tip
Removed references to JS I'm no longer using.
Markus Müller / aquarius
8 months ago

Changed (Δ172 bytes):

raw changeset »

header.php (1 lines added, 4 lines removed)

Up to file-list header.php:

23
23
	<?php wp_get_archives('type=monthly&format=link'); ?>
24
24
	<?php wp_head(); ?>
25
25
	
26
	<script src="/js-global/FancyZoom.js" type="text/javascript"></script>
27
	<script src="/js-global/FancyZoomHTML.js" type="text/javascript"></script>
28
	
29
26
</head>
30
27
31
<body onload="setupZoom()" >
28
<body>
32
29
	
33
30
<div id="page">
34
31