diff options
author | Maurice Svay <maurice@svay.com> | 2012-03-06 18:27:13 +0100 |
---|---|---|
committer | Maurice Svay <maurice@svay.com> | 2012-03-07 22:18:57 +0100 |
commit | 06579a78d35606f2741b80d54a9a4ad992a4b4d2 (patch) | |
tree | 6ad34a4d89e0b91b24b369d7bca9d7aeb89df38b /custom/views | |
parent | 5d21ae32ac5141cc824946b149f50a461db09597 (diff) | |
download | planet-06579a78d35606f2741b80d54a9a4ad992a4b4d2.tar planet-06579a78d35606f2741b80d54a9a4ad992a4b4d2.tar.gz planet-06579a78d35606f2741b80d54a9a4ad992a4b4d2.tar.bz2 planet-06579a78d35606f2741b80d54a9a4ad992a4b4d2.tar.xz planet-06579a78d35606f2741b80d54a9a4ad992a4b4d2.zip |
Remove relative dates
Diffstat (limited to 'custom/views')
-rw-r--r-- | custom/views/archive/index.tpl.php | 2 | ||||
-rw-r--r-- | custom/views/default/index.tpl.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/custom/views/archive/index.tpl.php b/custom/views/archive/index.tpl.php index 9a02c2f..8f45fa0 100644 --- a/custom/views/archive/index.tpl.php +++ b/custom/views/archive/index.tpl.php @@ -110,7 +110,5 @@ header('Content-type: text/html; charset=UTF-8'); <?php include(dirname(__FILE__).'/footer.tpl.php'); ?>
</div>
-
- <script src="app/js/mm.js" type="text/javascript"></script>
</body>
</html>
diff --git a/custom/views/default/index.tpl.php b/custom/views/default/index.tpl.php index 70e23c4..4f82e46 100644 --- a/custom/views/default/index.tpl.php +++ b/custom/views/default/index.tpl.php @@ -69,7 +69,5 @@ header('Content-type: text/html; charset=UTF-8'); <?php include(dirname(__FILE__).'/footer.tpl.php'); ?>
</div>
-
- <script src="app/js/mm.js" type="text/javascript"></script>
</body>
</html>
|