change bookmark js to reflect new images directory
This commit is contained in:
parent
21d163cf9e
commit
a41dd3ccf0
@ -484,12 +484,12 @@ function widget_comicpress_comic_bookmark() { ?>
|
|||||||
/* Bookmark Config Settings */
|
/* Bookmark Config Settings */
|
||||||
|
|
||||||
var cl = 31;
|
var cl = 31;
|
||||||
var imgTag = '<?php bloginfo('template_directory'); ?>/1.gif'; //add tag image.
|
var imgTag = '<?php bloginfo('template_directory'); ?>/images/1.gif'; //add tag image.
|
||||||
var imgClearOff = '<?php bloginfo('template_directory'); ?>/3a.gif'; //no comic tagged, clear not possible
|
var imgClearOff = '<?php bloginfo('template_directory'); ?>/images/3a.gif'; //no comic tagged, clear not possible
|
||||||
var imgGotoOff = '<?php bloginfo('template_directory'); ?>/2a.gif'; //no comic tagged, goto not possible
|
var imgGotoOff = '<?php bloginfo('template_directory'); ?>/images/2a.gif'; //no comic tagged, goto not possible
|
||||||
var imgClearOn = '<?php bloginfo('template_directory'); ?>/3.gif'; //clear a tag, shows when comic previously tagged
|
var imgClearOn = '<?php bloginfo('template_directory'); ?>/images/3.gif'; //clear a tag, shows when comic previously tagged
|
||||||
var imgGotoOn = '<?php bloginfo('template_directory'); ?>/2.gif'; //shows when a comic is tagged
|
var imgGotoOn = '<?php bloginfo('template_directory'); ?>/images/2.gif'; //shows when a comic is tagged
|
||||||
var imgInfo = '<?php bloginfo('template_directory'); ?>/4.gif'; //img that displays the help
|
var imgInfo = '<?php bloginfo('template_directory'); ?>/images/4.gif'; //img that displays the help
|
||||||
var comicDir = '/'; //alter this if you run multiple comics in different directories on your site.
|
var comicDir = '/'; //alter this if you run multiple comics in different directories on your site.
|
||||||
|
|
||||||
/* Now write out the applicable links */
|
/* Now write out the applicable links */
|
||||||
|
Loading…
Reference in New Issue
Block a user