From 7006aae79c329c66e6c96369ab03113c975df6e8 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 2 Feb 2010 08:13:34 -0500 Subject: [PATCH] removing an unneeded file --- classes/widgets/BookmarkWidget.inc | 34 ------------------------------ 1 file changed, 34 deletions(-) delete mode 100644 classes/widgets/BookmarkWidget.inc diff --git a/classes/widgets/BookmarkWidget.inc b/classes/widgets/BookmarkWidget.inc deleted file mode 100644 index bc6415e..0000000 --- a/classes/widgets/BookmarkWidget.inc +++ /dev/null @@ -1,34 +0,0 @@ - __('Let your readers save their place via a cookie.', 'comicpress'))); - - $this->comicpress = $comicpress; - - add_action('wp_head', array(&$this, 'wp_head')); - - wp_enqueue_script('prototype'); - wp_enqueue_script('cookiejar', get_template_directory_uri() . '/js/cookiejar.js', array('prototype')); - wp_enqueue_script('bookmark', get_template_directory_uri() . '/js/bookmark.js', array('prototype', 'cookiejar')); - } - - function wp_head() { ?> - - -
- - - -
-