Mpycho_Jquery_Lightboxes - Version 1.0.1

Version Notes

- Fixed the dependency issues for MagentoPycho_All

Download this release

Release Info

Developer Magento Core Team
Extension Mpycho_Jquery_Lightboxes
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

Files changed (162) hide show
  1. app/code/local/MagentoPycho/All/Helper/Data.php +0 -11
  2. app/code/local/MagentoPycho/All/etc/config.xml +0 -55
  3. app/code/local/MagentoPycho/All/etc/system.xml +0 -38
  4. app/code/local/MagentoPycho/{All → Lightboxes}/Block/System/Config/Info.php +2 -2
  5. app/code/local/MagentoPycho/Lightboxes/Helper/Data.php +4 -0
  6. app/code/local/MagentoPycho/Lightboxes/etc/config.xml +3 -0
  7. app/code/local/MagentoPycho/Lightboxes/etc/system.xml +29 -5
  8. app/design/frontend/default/default/template/lightboxes/head.phtml +10 -10
  9. app/etc/modules/MagentoPycho_All.xml +0 -18
  10. js/{magentopycho → lightboxes}/fancybox/Thumbs.db +0 -0
  11. js/{magentopycho → lightboxes}/fancybox/blank.gif +0 -0
  12. js/{magentopycho → lightboxes}/fancybox/fancy_close.png +0 -0
  13. js/{magentopycho → lightboxes}/fancybox/fancy_loading.png +0 -0
  14. js/{magentopycho → lightboxes}/fancybox/fancy_nav_left.png +0 -0
  15. js/{magentopycho → lightboxes}/fancybox/fancy_nav_right.png +0 -0
  16. js/{magentopycho → lightboxes}/fancybox/fancy_shadow_e.png +0 -0
  17. js/{magentopycho → lightboxes}/fancybox/fancy_shadow_n.png +0 -0
  18. js/{magentopycho → lightboxes}/fancybox/fancy_shadow_ne.png +0 -0
  19. js/{magentopycho → lightboxes}/fancybox/fancy_shadow_nw.png +0 -0
  20. js/{magentopycho → lightboxes}/fancybox/fancy_shadow_s.png +0 -0
  21. js/{magentopycho → lightboxes}/fancybox/fancy_shadow_se.png +0 -0
  22. js/{magentopycho → lightboxes}/fancybox/fancy_shadow_sw.png +0 -0
  23. js/{magentopycho → lightboxes}/fancybox/fancy_shadow_w.png +0 -0
  24. js/{magentopycho → lightboxes}/fancybox/fancy_title_left.png +0 -0
  25. js/{magentopycho → lightboxes}/fancybox/fancy_title_main.png +0 -0
  26. js/{magentopycho → lightboxes}/fancybox/fancy_title_over.png +0 -0
  27. js/{magentopycho → lightboxes}/fancybox/fancy_title_right.png +0 -0
  28. js/{magentopycho → lightboxes}/fancybox/fancybox-x.png +0 -0
  29. js/{magentopycho → lightboxes}/fancybox/fancybox-y.png +0 -0
  30. js/{magentopycho → lightboxes}/fancybox/fancybox.png +0 -0
  31. js/{magentopycho → lightboxes}/fancybox/jquery.easing-1.3.pack.js +0 -0
  32. js/{magentopycho → lightboxes}/fancybox/jquery.fancybox-1.3.2.css +0 -0
  33. js/{magentopycho → lightboxes}/fancybox/jquery.fancybox-1.3.2.js +0 -0
  34. js/{magentopycho → lightboxes}/fancybox/jquery.fancybox-1.3.2.pack.js +0 -0
  35. js/{magentopycho → lightboxes}/fancybox/jquery.mousewheel-3.0.4.pack.js +0 -0
  36. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/css/jquery.lightbox-0.5.css +0 -0
  37. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-blank.gif +0 -0
  38. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-btn-close.gif +0 -0
  39. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-btn-next.gif +0 -0
  40. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-btn-prev.gif +0 -0
  41. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-ico-loading.gif +0 -0
  42. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/js/jquery.js +0 -0
  43. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/js/jquery.lightbox-0.5.js +0 -0
  44. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/js/jquery.lightbox-0.5.min.js +0 -0
  45. js/{magentopycho → lightboxes}/jquery-lightbox-0.5/js/jquery.lightbox-0.5.pack.js +0 -0
  46. js/{magentopycho → lightboxes}/jquery.min.js +0 -0
  47. js/{magentopycho → lightboxes}/no-conflict.js +0 -0
  48. js/{magentopycho → lightboxes}/pirobox/css_pirobox/css.css +0 -0
  49. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/ajax-loader.gif +0 -0
  50. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/b_c.png +0 -0
  51. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/b_l.png +0 -0
  52. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/b_r.png +0 -0
  53. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/c_l.png +0 -0
  54. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/c_r.png +0 -0
  55. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/close_btn.png +0 -0
  56. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/close_btn_h.png +0 -0
  57. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/link_out.png +0 -0
  58. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/link_out_h.png +0 -0
  59. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/next.png +0 -0
  60. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/next_h.png +0 -0
  61. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/pause.png +0 -0
  62. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/pause_h.png +0 -0
  63. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/play.png +0 -0
  64. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/play_h.png +0 -0
  65. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/prev.png +0 -0
  66. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/prev_h.png +0 -0
  67. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/style.css +0 -0
  68. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/t_c.png +0 -0
  69. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/t_l.png +0 -0
  70. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/t_r.png +0 -0
  71. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/ajax-loader.gif +0 -0
  72. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/b_c.png +0 -0
  73. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/b_l.png +0 -0
  74. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/b_r.png +0 -0
  75. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/c_l.png +0 -0
  76. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/c_r.png +0 -0
  77. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/close_btn.png +0 -0
  78. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/close_btn_h.png +0 -0
  79. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/link_out.png +0 -0
  80. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/link_out_h.png +0 -0
  81. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/next.png +0 -0
  82. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/next_h.png +0 -0
  83. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/pause.png +0 -0
  84. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/pause_h.png +0 -0
  85. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/play.png +0 -0
  86. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/play_h.png +0 -0
  87. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/prev.png +0 -0
  88. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/prev_h.png +0 -0
  89. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/style.css +0 -0
  90. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/t_c.png +0 -0
  91. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/t_l.png +0 -0
  92. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/t_r.png +0 -0
  93. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/ajax-loader.gif +0 -0
  94. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/b_c.png +0 -0
  95. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/b_l.png +0 -0
  96. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/b_r.png +0 -0
  97. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/c_l.png +0 -0
  98. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/c_r.png +0 -0
  99. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/close_btn.png +0 -0
  100. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/close_btn_h.png +0 -0
  101. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/link_out.png +0 -0
  102. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/link_out_h.png +0 -0
  103. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/next.png +0 -0
  104. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/next_h.png +0 -0
  105. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/pause.png +0 -0
  106. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/pause_h.png +0 -0
  107. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/play.png +0 -0
  108. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/play_h.png +0 -0
  109. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/prev.png +0 -0
  110. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/prev_h.png +0 -0
  111. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/style.css +0 -0
  112. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/t_c.png +0 -0
  113. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/t_l.png +0 -0
  114. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/t_r.png +0 -0
  115. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/ajax-loader.gif +0 -0
  116. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/b_c.png +0 -0
  117. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/b_l.png +0 -0
  118. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/b_r.png +0 -0
  119. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/c_l.png +0 -0
  120. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/c_r.png +0 -0
  121. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/close_btn.png +0 -0
  122. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/close_btn_h.png +0 -0
  123. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/link_out.png +0 -0
  124. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/link_out_h.png +0 -0
  125. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/next.png +0 -0
  126. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/next_h.png +0 -0
  127. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/pause.png +0 -0
  128. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/pause_h.png +0 -0
  129. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/play.png +0 -0
  130. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/play_h.png +0 -0
  131. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/prev.png +0 -0
  132. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/prev_h.png +0 -0
  133. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/style.css +0 -0
  134. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/t_c.png +0 -0
  135. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/t_l.png +0 -0
  136. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/t_r.png +0 -0
  137. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/ajax-loader.gif +0 -0
  138. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/b_c.png +0 -0
  139. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/b_l.png +0 -0
  140. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/b_r.png +0 -0
  141. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/c_l.png +0 -0
  142. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/c_r.png +0 -0
  143. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/close_btn.png +0 -0
  144. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/close_btn_h.png +0 -0
  145. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/link_out.png +0 -0
  146. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/link_out_h.png +0 -0
  147. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/next.png +0 -0
  148. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/next_h.png +0 -0
  149. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/pause.png +0 -0
  150. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/pause_h.png +0 -0
  151. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/play.png +0 -0
  152. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/play_h.png +0 -0
  153. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/prev.png +0 -0
  154. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/prev_h.png +0 -0
  155. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/style.css +0 -0
  156. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/t_c.png +0 -0
  157. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/t_l.png +0 -0
  158. js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/t_r.png +0 -0
  159. js/{magentopycho → lightboxes}/pirobox/js/jquery.min.js +0 -0
  160. js/{magentopycho → lightboxes}/pirobox/js/pirobox.js +0 -0
  161. js/{magentopycho → lightboxes}/pirobox/js/pirobox.min.js +0 -0
  162. package.xml +4 -5
app/code/local/MagentoPycho/All/Helper/Data.php DELETED
@@ -1,11 +0,0 @@
1
- <?php
2
- /**
3
- * @company GuruWebSoft-Guru In Web Solutions <www.guruwebsoft.com>
4
- * @author Rajendra K Bhatta <rajen_k_bhtt@hotmail.com>
5
- *
6
- * @category MagentoPycho
7
- * @package MagentoPycho_All
8
- */
9
- class MagentoPycho_All_Helper_Data extends Mage_Core_Helper_Abstract{
10
-
11
- }
 
 
 
 
 
 
 
 
 
 
 
app/code/local/MagentoPycho/All/etc/config.xml DELETED
@@ -1,55 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * @company GuruWebSoft-Guru In Web Solutions <www.guruwebsoft.com>
5
- * @author Rajendra K Bhatta <rajen_k_bhtt@hotmail.com>
6
- *
7
- * @category MagentoPycho
8
- * @package MagentoPycho_All
9
- */
10
- -->
11
- <config>
12
- <modules>
13
- <MagentoPycho_All>
14
- <version>0.1.0</version>
15
- </MagentoPycho_All>
16
- </modules>
17
-
18
- <global>
19
- <helpers>
20
- <magepychoall>
21
- <class>MagentoPycho_All_Helper</class>
22
- </magepychoall>
23
- </helpers>
24
- <blocks>
25
- <magepychoall>
26
- <class>MagentoPycho_All_Block</class>
27
- </magepychoall>
28
- </blocks>
29
- </global>
30
-
31
- <adminhtml>
32
- <acl>
33
- <resources>
34
- <all>
35
- <title>Allow Everything</title>
36
- </all>
37
- <admin>
38
- <children>
39
- <system>
40
- <children>
41
- <config>
42
- <children>
43
- <magepychoall>
44
- <title>MagentoPycho - All</title>
45
- </magepychoall>
46
- </children>
47
- </config>
48
- </children>
49
- </system>
50
- </children>
51
- </admin>
52
- </resources>
53
- </acl>
54
- </adminhtml>
55
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/local/MagentoPycho/All/etc/system.xml DELETED
@@ -1,38 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * @company GuruWebSoft-Guru In Web Solutions <www.guruwebsoft.com>
5
- * @author Rajendra K Bhatta <rajen_k_bhtt@hotmail.com>
6
- *
7
- * @category MagentoPycho
8
- * @package MagentoPycho_All
9
- */
10
- -->
11
- <config>
12
- <tabs>
13
- <magepychoall translate="label" module="magepychoall">
14
- <label>MagentoPycho Extensions</label>
15
- <sort_order>400</sort_order>
16
- </magepychoall>
17
- </tabs>
18
- <sections>
19
- <magepychoall translate="label" module="magepychoall">
20
- <label>Info</label>
21
- <tab>magepychoall</tab>
22
- <frontend_type>text</frontend_type>
23
- <sort_order>10</sort_order>
24
- <show_in_default>1</show_in_default>
25
- <show_in_website>1</show_in_website>
26
- <show_in_store>1</show_in_store>
27
- <groups>
28
- <info>
29
- <frontend_model>magepychoall/system_config_info</frontend_model>
30
- <sort_order>0</sort_order>
31
- <show_in_default>1</show_in_default>
32
- <show_in_website>1</show_in_website>
33
- <show_in_store>1</show_in_store>
34
- </info>
35
- </groups>
36
- </magepychoall>
37
- </sections>
38
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/local/MagentoPycho/{All → Lightboxes}/Block/System/Config/Info.php RENAMED
@@ -4,9 +4,9 @@
4
  * @author Rajendra K Bhatta <rajen_k_bhtt@hotmail.com>
5
  *
6
  * @category MagentoPycho
7
- * @package MagentoPycho_All
8
  */
9
- class MagentoPycho_All_Block_System_Config_Info
10
  extends Mage_Adminhtml_Block_Abstract
11
  implements Varien_Data_Form_Element_Renderer_Interface
12
  {
4
  * @author Rajendra K Bhatta <rajen_k_bhtt@hotmail.com>
5
  *
6
  * @category MagentoPycho
7
+ * @package MagentoPycho_Lightboxes
8
  */
9
+ class MagentoPycho_Lightboxes_Block_System_Config_Info
10
  extends Mage_Adminhtml_Block_Abstract
11
  implements Varien_Data_Form_Element_Renderer_Interface
12
  {
app/code/local/MagentoPycho/Lightboxes/Helper/Data.php CHANGED
@@ -11,6 +11,10 @@ class MagentoPycho_Lightboxes_Helper_Data extends Mage_Core_Helper_Abstract
11
  }
12
  }
13
 
 
 
 
 
14
  public function getMainImageSize()
15
  {
16
  list($main_width, $main_height) = explode('x', $this->getConfig('mainimage_size'));
11
  }
12
  }
13
 
14
+ public function getLightboxUrl(){
15
+ return Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS) . 'lightboxes';
16
+ }
17
+
18
  public function getMainImageSize()
19
  {
20
  list($main_width, $main_height) = explode('x', $this->getConfig('mainimage_size'));
app/code/local/MagentoPycho/Lightboxes/etc/config.xml CHANGED
@@ -62,6 +62,9 @@
62
  <children>
63
  <config>
64
  <children>
 
 
 
65
  <lightboxes>
66
  <title>MagentoPycho Area</title>
67
  </lightboxes>
62
  <children>
63
  <config>
64
  <children>
65
+ <magepychoall>
66
+ <title>MagentoPycho - All</title>
67
+ </magepychoall>
68
  <lightboxes>
69
  <title>MagentoPycho Area</title>
70
  </lightboxes>
app/code/local/MagentoPycho/Lightboxes/etc/system.xml CHANGED
@@ -1,11 +1,35 @@
1
  <?xml version="1.0"?>
2
  <config>
 
 
 
 
 
 
3
  <sections>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  <lightboxes module="lightboxes">
5
  <label>jQuery LightBoxes</label>
6
  <tab>magepychoall</tab>
7
  <frontend_type>text</frontend_type>
8
- <sort_order>20</sort_order>
9
  <show_in_default>1</show_in_default>
10
  <show_in_website>1</show_in_website>
11
  <show_in_store>1</show_in_store>
@@ -43,7 +67,7 @@
43
  <sort_order>21</sort_order><show_in_default>1</show_in_default>
44
  <show_in_website>1</show_in_website>
45
  <show_in_store>1</show_in_store>
46
- <comment><![CDATA[If 'Yes' option is selected, then it will include the lightbox files (js + css) so that it can be used outside of product description page also. Especially used for 3rd party modules.]]></comment>
47
  </include_globally>
48
  <lightbox_type translate="label">
49
  <label>Lightbox Type</label>
@@ -59,7 +83,7 @@
59
  <sort_order>31</sort_order><show_in_default>1</show_in_default>
60
  <show_in_website>1</show_in_website>
61
  <show_in_store>1</show_in_store>
62
- <comment><![CDATA[Size in [Width]x[Height] Format.]]></comment>
63
  </mainimage_size>
64
  <thumbnail_size translate="label">
65
  <label>Thumbnail Size</label>
@@ -67,7 +91,7 @@
67
  <sort_order>32</sort_order><show_in_default>1</show_in_default>
68
  <show_in_website>1</show_in_website>
69
  <show_in_store>1</show_in_store>
70
- <comment><![CDATA[Size in [Width]x[Height] Format.]]></comment>
71
  </thumbnail_size>
72
  <popupimage_size translate="label">
73
  <label>Popup Image Size</label>
@@ -75,7 +99,7 @@
75
  <sort_order>33</sort_order><show_in_default>1</show_in_default>
76
  <show_in_website>1</show_in_website>
77
  <show_in_store>1</show_in_store>
78
- <comment><![CDATA[Size in [Width]x[Height] Format.]]></comment>
79
  </popupimage_size>
80
  <disable_zoombar translate="label">
81
  <label>Disable Zoom Bar</label>
1
  <?xml version="1.0"?>
2
  <config>
3
+ <tabs>
4
+ <magepychoall translate="label" module="lightboxes">
5
+ <label>MagentoPycho Extensions</label>
6
+ <sort_order>400</sort_order>
7
+ </magepychoall>
8
+ </tabs>
9
  <sections>
10
+ <magepychoinfo translate="label" module="lightboxes">
11
+ <label>Info</label>
12
+ <tab>magepychoall</tab>
13
+ <frontend_type>text</frontend_type>
14
+ <sort_order>99999999999</sort_order>
15
+ <show_in_default>1</show_in_default>
16
+ <show_in_website>1</show_in_website>
17
+ <show_in_store>1</show_in_store>
18
+ <groups>
19
+ <info>
20
+ <frontend_model>lightboxes/system_config_info</frontend_model>
21
+ <sort_order>10</sort_order>
22
+ <show_in_default>1</show_in_default>
23
+ <show_in_website>1</show_in_website>
24
+ <show_in_store>1</show_in_store>
25
+ </info>
26
+ </groups>
27
+ </magepychoinfo>
28
  <lightboxes module="lightboxes">
29
  <label>jQuery LightBoxes</label>
30
  <tab>magepychoall</tab>
31
  <frontend_type>text</frontend_type>
32
+ <sort_order>111</sort_order>
33
  <show_in_default>1</show_in_default>
34
  <show_in_website>1</show_in_website>
35
  <show_in_store>1</show_in_store>
67
  <sort_order>21</sort_order><show_in_default>1</show_in_default>
68
  <show_in_website>1</show_in_website>
69
  <show_in_store>1</show_in_store>
70
+ <comment><![CDATA[If 'Yes' option is selected, then it will include the lightbox files (js + css) so that it can be used outside of product description page also. Especially used for 3rd party modules like Image Gallery etc.]]></comment>
71
  </include_globally>
72
  <lightbox_type translate="label">
73
  <label>Lightbox Type</label>
83
  <sort_order>31</sort_order><show_in_default>1</show_in_default>
84
  <show_in_website>1</show_in_website>
85
  <show_in_store>1</show_in_store>
86
+ <comment><![CDATA[Size in [Width]x[Height] Format. Example: 800x600]]></comment>
87
  </mainimage_size>
88
  <thumbnail_size translate="label">
89
  <label>Thumbnail Size</label>
91
  <sort_order>32</sort_order><show_in_default>1</show_in_default>
92
  <show_in_website>1</show_in_website>
93
  <show_in_store>1</show_in_store>
94
+ <comment><![CDATA[Size in [Width]x[Height] Format. Example: 57x57]]></comment>
95
  </thumbnail_size>
96
  <popupimage_size translate="label">
97
  <label>Popup Image Size</label>
99
  <sort_order>33</sort_order><show_in_default>1</show_in_default>
100
  <show_in_website>1</show_in_website>
101
  <show_in_store>1</show_in_store>
102
+ <comment><![CDATA[Size in [Width]x[Height] Format. Example: 265x265]]></comment>
103
  </popupimage_size>
104
  <disable_zoombar translate="label">
105
  <label>Disable Zoom Bar</label>
app/design/frontend/default/default/template/lightboxes/head.phtml CHANGED
@@ -19,18 +19,18 @@ if(Mage::helper('lightboxes')->getConfig('active')):
19
  //include jQuery file if enabled
20
  if(Mage::helper('lightboxes')->getConfig('include_jquery')):
21
  ?>
22
- <script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/jquery.min.js"></script>
23
- <script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/no-conflict.js"></script>
24
  <?php endif; ?>
25
  <?php
26
  if(Mage::helper('lightboxes')->getConfig('lightbox_type') == 'fancybox'):
27
  $rel = 'fancybox';
28
  ?>
29
  <!-- FancyBox -->
30
- <script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/fancybox/jquery.easing-1.3.pack.js"></script>
31
- <script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
32
- <script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/fancybox/jquery.fancybox-1.3.2.pack.js"></script>
33
- <link rel="stylesheet" type="text/css" href="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/fancybox/jquery.fancybox-1.3.2.css" media="screen" />
34
  <!-- FancyBox -->
35
  <?php
36
  endif; //fancybox
@@ -40,8 +40,8 @@ endif; //fancybox
40
  $rel = 'lightboxclone';
41
  ?>
42
  <!-- Lightbox Clone -->
43
- <script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/jquery-lightbox-0.5/js/jquery.lightbox-0.5.min.js"></script>
44
- <link rel="stylesheet" type="text/css" href="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/jquery-lightbox-0.5/css/jquery.lightbox-0.5.css" media="screen" />
45
  <!-- Lightbox Clone -->
46
  <?php
47
  endif; //lightboxclone
@@ -53,8 +53,8 @@ endif; //fancybox
53
  $demo = Mage::helper('lightboxes')->getConfig('theme', 'pirobox');
54
  ?>
55
  <!-- Pirobox -->
56
- <link href="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/pirobox/css_pirobox/<?php echo $demo; ?>/style.css" class="piro_style" media="screen" title="white" rel="stylesheet" type="text/css" />
57
- <script type="text/javascript" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>magentopycho/pirobox/js/pirobox.min.js"></script>
58
  <!-- Pirobox -->
59
  <?php
60
  endif; //pirobox
19
  //include jQuery file if enabled
20
  if(Mage::helper('lightboxes')->getConfig('include_jquery')):
21
  ?>
22
+ <script type="text/javascript" src="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/jquery.min.js"></script>
23
+ <script type="text/javascript" src="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/no-conflict.js"></script>
24
  <?php endif; ?>
25
  <?php
26
  if(Mage::helper('lightboxes')->getConfig('lightbox_type') == 'fancybox'):
27
  $rel = 'fancybox';
28
  ?>
29
  <!-- FancyBox -->
30
+ <script type="text/javascript" src="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/fancybox/jquery.easing-1.3.pack.js"></script>
31
+ <script type="text/javascript" src="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
32
+ <script type="text/javascript" src="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/fancybox/jquery.fancybox-1.3.2.pack.js"></script>
33
+ <link rel="stylesheet" type="text/css" href="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/fancybox/jquery.fancybox-1.3.2.css" media="screen" />
34
  <!-- FancyBox -->
35
  <?php
36
  endif; //fancybox
40
  $rel = 'lightboxclone';
41
  ?>
42
  <!-- Lightbox Clone -->
43
+ <script type="text/javascript" src="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/jquery-lightbox-0.5/js/jquery.lightbox-0.5.min.js"></script>
44
+ <link rel="stylesheet" type="text/css" href="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/jquery-lightbox-0.5/css/jquery.lightbox-0.5.css" media="screen" />
45
  <!-- Lightbox Clone -->
46
  <?php
47
  endif; //lightboxclone
53
  $demo = Mage::helper('lightboxes')->getConfig('theme', 'pirobox');
54
  ?>
55
  <!-- Pirobox -->
56
+ <link href="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/pirobox/css_pirobox/<?php echo $demo; ?>/style.css" class="piro_style" media="screen" title="white" rel="stylesheet" type="text/css" />
57
+ <script type="text/javascript" src="<?php echo Mage::helper('lightboxes')->getLightboxUrl(); ?>/pirobox/js/pirobox.min.js"></script>
58
  <!-- Pirobox -->
59
  <?php
60
  endif; //pirobox
app/etc/modules/MagentoPycho_All.xml DELETED
@@ -1,18 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * @company GuruWebSoft-Guru In Web Solutions <www.guruwebsoft.com>
5
- * @author Rajendra K Bhatta <rajen_k_bhtt@hotmail.com>
6
- *
7
- * @category MagentoPycho
8
- * @package MagentoPycho_All
9
- */
10
- -->
11
- <config>
12
- <modules>
13
- <MagentoPycho_All>
14
- <active>true</active>
15
- <codePool>local</codePool>
16
- </MagentoPycho_All>
17
- </modules>
18
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/{magentopycho → lightboxes}/fancybox/Thumbs.db RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/blank.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_close.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_loading.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_nav_left.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_nav_right.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_shadow_e.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_shadow_n.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_shadow_ne.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_shadow_nw.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_shadow_s.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_shadow_se.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_shadow_sw.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_shadow_w.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_title_left.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_title_main.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_title_over.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancy_title_right.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancybox-x.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancybox-y.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/fancybox.png RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/jquery.easing-1.3.pack.js RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/jquery.fancybox-1.3.2.css RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/jquery.fancybox-1.3.2.js RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/jquery.fancybox-1.3.2.pack.js RENAMED
File without changes
js/{magentopycho → lightboxes}/fancybox/jquery.mousewheel-3.0.4.pack.js RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/css/jquery.lightbox-0.5.css RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-blank.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-btn-close.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-btn-next.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-btn-prev.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/images/lightbox-ico-loading.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/js/jquery.js RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/js/jquery.lightbox-0.5.js RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/js/jquery.lightbox-0.5.min.js RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery-lightbox-0.5/js/jquery.lightbox-0.5.pack.js RENAMED
File without changes
js/{magentopycho → lightboxes}/jquery.min.js RENAMED
File without changes
js/{magentopycho → lightboxes}/no-conflict.js RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/css.css RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/ajax-loader.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/b_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/b_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/b_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/c_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/c_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/close_btn.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/close_btn_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/link_out.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/link_out_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/next.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/next_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/pause.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/pause_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/play.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/play_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/prev.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/prev_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/style.css RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/t_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/t_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo1/t_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/ajax-loader.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/b_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/b_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/b_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/c_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/c_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/close_btn.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/close_btn_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/link_out.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/link_out_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/next.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/next_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/pause.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/pause_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/play.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/play_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/prev.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/prev_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/style.css RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/t_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/t_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo2/t_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/ajax-loader.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/b_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/b_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/b_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/c_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/c_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/close_btn.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/close_btn_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/link_out.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/link_out_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/next.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/next_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/pause.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/pause_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/play.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/play_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/prev.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/prev_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/style.css RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/t_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/t_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo3/t_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/ajax-loader.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/b_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/b_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/b_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/c_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/c_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/close_btn.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/close_btn_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/link_out.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/link_out_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/next.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/next_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/pause.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/pause_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/play.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/play_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/prev.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/prev_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/style.css RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/t_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/t_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo4/t_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/ajax-loader.gif RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/b_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/b_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/b_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/c_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/c_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/close_btn.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/close_btn_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/link_out.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/link_out_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/next.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/next_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/pause.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/pause_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/play.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/play_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/prev.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/prev_h.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/style.css RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/t_c.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/t_l.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/css_pirobox/demo5/t_r.png RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/js/jquery.min.js RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/js/pirobox.js RENAMED
File without changes
js/{magentopycho → lightboxes}/pirobox/js/pirobox.min.js RENAMED
File without changes
package.xml CHANGED
@@ -1,19 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mpycho_Jquery_Lightboxes</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>jQuery lightboxes is the collection of jQuery Lightbox for Magento Media Gallery. Moreover consider it as an one stop search for jQuery Lightbox for magento. Currently it includes the FancyBox, PiroBox, Lightbox Clone etc. Still more to come in newer versions.</summary>
10
  <description>jQuery lightboxes is the collection of jQuery Lightbox for Magento Media Gallery. Moreover consider it as an one stop search for jQuery Lightbox for magento. Currently it includes the FancyBox, PiroBox, Lightbox Clone etc. Still more to come in newer versions.</description>
11
- <notes>- Fixed the warning issues due to split() function
12
- - Fixed the Extension taking over the default configuration page.</notes>
13
  <authors><author><name>PHPycho</name><user>auto-converted</user><email>rajen_k_bhtt@hotmail.com</email></author></authors>
14
  <date>2010-11-29</date>
15
- <time>08:44:05</time>
16
- <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="lightboxes.xml" hash="19458cfbaa06a68bc2d25d2ecc0918f8"/></dir><dir name="template"><dir name="lightboxes"><file name="head.phtml" hash="6f0c639ba8cb4aed57957b228ef684f1"/><file name="media.phtml" hash="2df43dff2d18996ac4ef7b766aa7bc59"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="magentopycho"><file name="jquery.min.js" hash="e4958bd2e32d9fcd6115a585ed17a9cc"/><file name="no-conflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/><dir name="fancybox"><file name="blank.gif" hash="325472601571f31e1bf00674c368d335"/><file name="fancybox-x.png" hash="168696d8a694214090ef90e029cdf393"/><file name="fancybox-y.png" hash="36a58859beb9a6b19322a37466b9f78e"/><file name="fancybox.png" hash="11e57e492ee0311540967cc7a1e6e3e2"/><file name="fancy_close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_loading.png" hash="b1d54c240cf06e7f41e372d56919b738"/><file name="fancy_nav_left.png" hash="3f3e406102152cd8236383568a40ba35"/><file name="fancy_nav_right.png" hash="216e4bde5bddeeaa60dc3d692890a68e"/><file name="fancy_shadow_e.png" hash="fd4f491080d29fade5080877f1ba4c8b"/><file name="fancy_shadow_n.png" hash="18cde16379b2ceadef714d9b346d09ec"/><file name="fancy_shadow_ne.png" hash="63adf788acf193d4e4f3642d7d793125"/><file name="fancy_shadow_nw.png" hash="c820c878aedb7a7f9ebd7135a58e7c65"/><file name="fancy_shadow_s.png" hash="9b9e5c888028aaef40fe5b6a363f1e29"/><file name="fancy_shadow_se.png" hash="a8afd5a008884380ee712d177105268f"/><file name="fancy_shadow_sw.png" hash="f81cc0fee5581d76ad3cebe47e7e791b"/><file name="fancy_shadow_w.png" hash="59b0e63eb059e58d932cfd53da4d87e6"/><file name="fancy_title_left.png" hash="1582ac2d3bef6a6445bf02ceca2741cd"/><file name="fancy_title_main.png" hash="38dad6c1ed4bdc81c0bec721b2deb8c2"/><file name="fancy_title_over.png" hash="b886fd165d4b7ac77d41fb52d87ffc60"/><file name="fancy_title_right.png" hash="6cbe0c935511e7f9a2555ccb6a7324c4"/><file name="jquery.easing-1.3.pack.js" hash="def257dbb0ab805c4996fd8abb1a6b49"/><file name="jquery.fancybox-1.3.2.css" hash="62b6a82e326429e9576c34b81c57c1c9"/><file name="jquery.fancybox-1.3.2.js" hash="9781051f683af9738fb200df1eb376f6"/><file name="jquery.fancybox-1.3.2.pack.js" hash="e495aaf910d87698081e0e2db53fca87"/><file name="jquery.mousewheel-3.0.4.pack.js" hash="3b0a821567b463e70bcc1e90ed2bc9b6"/><file name="Thumbs.db" hash="5dd66d89b9e7a196d476c3ac8f9081cf"/></dir><dir name="jquery-lightbox-0.5"><dir name="css"><file name="jquery.lightbox-0.5.css" hash="79ec543bbe42f8852aac14381b9ffff8"/></dir><dir name="images"><file name="lightbox-blank.gif" hash="fc94fb0c3ed8a8f909dbc7630a0987ff"/><file name="lightbox-btn-close.gif" hash="2c38ae5be85141bf8867c9523f4bc357"/><file name="lightbox-btn-next.gif" hash="23414965ebe526012e473c1d4d65d4e7"/><file name="lightbox-btn-prev.gif" hash="5a9118de4ef6226473190d6e82f6d80d"/><file name="lightbox-ico-loading.gif" hash="b5fe8df97005341f898e2cf84e68de01"/></dir><dir name="js"><file name="jquery.js" hash="bb122b33d64d02a106bf2230b2d41af0"/><file name="jquery.lightbox-0.5.js" hash="2f6bedebc6fde0a3f34626cc8815b344"/><file name="jquery.lightbox-0.5.min.js" hash="21c9812998af15acf69da2f91bb02363"/><file name="jquery.lightbox-0.5.pack.js" hash="f5360c03d8a989499f3e161672747dfe"/></dir></dir><dir name="pirobox"><dir name="css_pirobox"><file name="css.css" hash="dd10f3849827f49e3cde3c1e12194e56"/><dir name="demo1"><file name="ajax-loader.gif" hash="4b3afb84b2b71ef56df09997a350bd04"/><file name="b_c.png" hash="75fffb4a12279cd88466b1edb1418e4b"/><file name="b_l.png" hash="9518ae468feb7eed08c954b5d117127b"/><file name="b_r.png" hash="2672ab4e75f3d109a2d478a7545caa87"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="47e9b270c4fa90d0f230162483a78ff9"/><file name="c_r.png" hash="c859f115cde4306a39b4a8f6cee2f627"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="8b4150f440aff866d29bdec6bfe4258a"/><file name="t_c.png" hash="3bea2d7b1c8160fbab212860eb219692"/><file name="t_l.png" hash="7143f9b78fa8f6328661bd519f4769b3"/><file name="t_r.png" hash="417e9123fb088a6eb3cb207a7c443095"/></dir><dir name="demo2"><file name="ajax-loader.gif" hash="af774cf54767cacc9acc77db73484e34"/><file name="b_c.png" hash="a100f7ca0c8b76491f892b83cc7b9676"/><file name="b_l.png" hash="b0dffe5a74c2a6b94140f3b51504a1df"/><file name="b_r.png" hash="fadeb0442e51de7d5ec3bd787924bd91"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="41c77a81ecf1df77eddb9f83d7f6ea83"/><file name="c_r.png" hash="882771577ec629f4aaaf9fa30a332b74"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="1d55524a537a29b99e34a952a2b49053"/><file name="t_c.png" hash="e02ae5a542eb15e1b5a1e02133ee1ff2"/><file name="t_l.png" hash="ddf448039c434026d1d695072228bdd1"/><file name="t_r.png" hash="9c6fa0da64a9c33d36d440dbf452038b"/></dir><dir name="demo3"><file name="ajax-loader.gif" hash="4b3afb84b2b71ef56df09997a350bd04"/><file name="b_c.png" hash="7a4ff9b52f473cbcf5745c8c5e3f8f75"/><file name="b_l.png" hash="72460dd7277d197cc84d70d73fa51340"/><file name="b_r.png" hash="f67db5dc36cdc55580cae2b4c4e17e2a"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="d303eaa0cf6efa163c3e11089f7a1dfa"/><file name="c_r.png" hash="87d1bdc4346f93c62a89162971f35451"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="8b4150f440aff866d29bdec6bfe4258a"/><file name="t_c.png" hash="aa60fb983774de76695adaec30baf512"/><file name="t_l.png" hash="1c25f414977f0e15707734455f72f7f9"/><file name="t_r.png" hash="a8b83ef6aa89eb16066b57c56af36718"/></dir><dir name="demo4"><file name="ajax-loader.gif" hash="4b3afb84b2b71ef56df09997a350bd04"/><file name="b_c.png" hash="f263d200d69176a0daf9491bbf0880b0"/><file name="b_l.png" hash="073e0d4113b9d0d6ea87f89f2917f37b"/><file name="b_r.png" hash="01daf2ada396f0b9c3194fa2eadb0812"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="dfbb93a992ade9d582cc11bd3b1ca524"/><file name="c_r.png" hash="1ea958d53920f49c077b6257b7d6d32c"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="80bda63c8e2974ffcc0ac491109b08c4"/><file name="t_c.png" hash="844528ba3b95ebcc9338f2e1e526e2c4"/><file name="t_l.png" hash="306cae75bb51ae4832230abb909af9e1"/><file name="t_r.png" hash="84b88cc2fbe66c14db818486a4a0b214"/></dir><dir name="demo5"><file name="ajax-loader.gif" hash="af774cf54767cacc9acc77db73484e34"/><file name="b_c.png" hash="cd8cceedf279afbfb18047a93d41f01e"/><file name="b_l.png" hash="22fa6a4e821a4eec6bd69bf5aeee86bf"/><file name="b_r.png" hash="66a431c64512a5f97af8e4518c25652e"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="d87b25d657460807de2496133c265c1b"/><file name="c_r.png" hash="3d5eb49f2f508f103dd5d28980104bc0"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="0c9432e34442a9e3fc88710684c5b119"/><file name="t_c.png" hash="2f05b3634e8c9a9039505867303ddb17"/><file name="t_l.png" hash="d5bd1e97e4a0e6880fccc9445da0a502"/><file name="t_r.png" hash="50a453d9c0e05fadb13e01034e7d3394"/></dir></dir><dir name="js"><file name="jquery.min.js" hash="65b352e1ba79f0e2a3b1e014bc2571af"/><file name="pirobox.js" hash="3828d78e783ea55198766e07a17f9b4c"/><file name="pirobox.min.js" hash="4564fa27b424a05b7dc6ae0be5f68b60"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="MagentoPycho"><dir name="All"><dir name="Block"><dir name="System"><dir name="Config"><file name="Info.php" hash="e6914d79f7c4277b4933c872d7580237"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="cafaf7b9c9d1a8cd9a4b7300e322bdb1"/><file name="system.xml" hash="c91dd320e9433dcbd9597b8624f7afaf"/></dir><dir name="Helper"><file name="Data.php" hash="576c0537873a3fc2480596e1b78143ca"/></dir></dir><dir name="Lightboxes"><dir name="Block"><file name="Lightboxes.php" hash="68cab0cd56d8e2e789bfc22ea1933d60"/><file name="Media.php" hash="6f7f5aeef2800ff469208259bf2cfe4a"/><dir name="Config"><dir name="Fancybox"><file name="Info.php" hash="af22b11a1b7f57ec61e943f3088df827"/></dir><dir name="Lightboxclone"><file name="Info.php" hash="e4d024cb32e90f7eac21d9f37f921d54"/></dir><dir name="Pirobox"><file name="Info.php" hash="c10051a6b55f83a36d907033c2a0a335"/></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="9db82c6d3f848a8dc4e87016878deb35"/></dir><dir name="etc"><file name="config.xml" hash="4115961307298cd4678aa2559673dde8"/><file name="system.xml" hash="4b2cb56cadb3fb7f327e8587b883917e"/></dir><dir name="Helper"><file name="Data.php" hash="2a62255f8cd42921e2f2f7b9401e37fe"/></dir><dir name="Model"><file name="Lightboxes.php" hash="c92ca82b6ec33c33b5802751260c28da"/><dir name="Config"><file name="Lightboxtypes.php" hash="b3f3222ac6a0fadf0c909c361ada7824"/><dir name="Fancybox"><file name="Easings.php" hash="33e4b5570250063ad4ff5c344cccb995"/><file name="Opacities.php" hash="f62c0bdbf452cd11f41b91653814a24a"/><file name="Scrollings.php" hash="5ec0e8c86faf64ab2694a039e289f4aa"/><file name="Speeds.php" hash="5565683f25290e8c52642a0a5a2ad9e7"/><file name="Titlepositions.php" hash="241cc96f69e00c88f49003996bd47c8d"/><file name="Transitions.php" hash="f784353fe4bd85c9d3ffd15e6b902f0a"/></dir><dir name="Lightboxclone"><file name="Opacities.php" hash="c3797d2a68b7338e50d1499e6b498fd8"/></dir><dir name="Pirobox"><file name="Bgalphas.php" hash="7204b69e57dfe38145e66c1f6d675a8b"/><file name="Themes.php" hash="0f73cfb2646e30c3c3893e729461cf34"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MagentoPycho_All.xml" hash="08ef49c26bf700e076b16ef77048ca23"/><file name="MagentoPycho_Lightboxes.xml" hash="9f1f3f5fcec3b99c1ed8c1da285b333d"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mpycho_Jquery_Lightboxes</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>jQuery lightboxes is the collection of jQuery Lightbox for Magento Media Gallery. Moreover consider it as an one stop search for jQuery Lightbox for magento. Currently it includes the FancyBox, PiroBox, Lightbox Clone etc. Still more to come in newer versions.</summary>
10
  <description>jQuery lightboxes is the collection of jQuery Lightbox for Magento Media Gallery. Moreover consider it as an one stop search for jQuery Lightbox for magento. Currently it includes the FancyBox, PiroBox, Lightbox Clone etc. Still more to come in newer versions.</description>
11
+ <notes>- Fixed the dependency issues for MagentoPycho_All</notes>
 
12
  <authors><author><name>PHPycho</name><user>auto-converted</user><email>rajen_k_bhtt@hotmail.com</email></author></authors>
13
  <date>2010-11-29</date>
14
+ <time>12:09:15</time>
15
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="lightboxes.xml" hash="19458cfbaa06a68bc2d25d2ecc0918f8"/></dir><dir name="template"><dir name="lightboxes"><file name="head.phtml" hash="cf64c7cd39557ffdc085f7bb61b2149c"/><file name="media.phtml" hash="2df43dff2d18996ac4ef7b766aa7bc59"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="lightboxes"><file name="jquery.min.js" hash="e4958bd2e32d9fcd6115a585ed17a9cc"/><file name="no-conflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/><dir name="fancybox"><file name="blank.gif" hash="325472601571f31e1bf00674c368d335"/><file name="fancybox-x.png" hash="168696d8a694214090ef90e029cdf393"/><file name="fancybox-y.png" hash="36a58859beb9a6b19322a37466b9f78e"/><file name="fancybox.png" hash="11e57e492ee0311540967cc7a1e6e3e2"/><file name="fancy_close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_loading.png" hash="b1d54c240cf06e7f41e372d56919b738"/><file name="fancy_nav_left.png" hash="3f3e406102152cd8236383568a40ba35"/><file name="fancy_nav_right.png" hash="216e4bde5bddeeaa60dc3d692890a68e"/><file name="fancy_shadow_e.png" hash="fd4f491080d29fade5080877f1ba4c8b"/><file name="fancy_shadow_n.png" hash="18cde16379b2ceadef714d9b346d09ec"/><file name="fancy_shadow_ne.png" hash="63adf788acf193d4e4f3642d7d793125"/><file name="fancy_shadow_nw.png" hash="c820c878aedb7a7f9ebd7135a58e7c65"/><file name="fancy_shadow_s.png" hash="9b9e5c888028aaef40fe5b6a363f1e29"/><file name="fancy_shadow_se.png" hash="a8afd5a008884380ee712d177105268f"/><file name="fancy_shadow_sw.png" hash="f81cc0fee5581d76ad3cebe47e7e791b"/><file name="fancy_shadow_w.png" hash="59b0e63eb059e58d932cfd53da4d87e6"/><file name="fancy_title_left.png" hash="1582ac2d3bef6a6445bf02ceca2741cd"/><file name="fancy_title_main.png" hash="38dad6c1ed4bdc81c0bec721b2deb8c2"/><file name="fancy_title_over.png" hash="b886fd165d4b7ac77d41fb52d87ffc60"/><file name="fancy_title_right.png" hash="6cbe0c935511e7f9a2555ccb6a7324c4"/><file name="jquery.easing-1.3.pack.js" hash="def257dbb0ab805c4996fd8abb1a6b49"/><file name="jquery.fancybox-1.3.2.css" hash="62b6a82e326429e9576c34b81c57c1c9"/><file name="jquery.fancybox-1.3.2.js" hash="9781051f683af9738fb200df1eb376f6"/><file name="jquery.fancybox-1.3.2.pack.js" hash="e495aaf910d87698081e0e2db53fca87"/><file name="jquery.mousewheel-3.0.4.pack.js" hash="3b0a821567b463e70bcc1e90ed2bc9b6"/><file name="Thumbs.db" hash="5dd66d89b9e7a196d476c3ac8f9081cf"/></dir><dir name="jquery-lightbox-0.5"><dir name="css"><file name="jquery.lightbox-0.5.css" hash="79ec543bbe42f8852aac14381b9ffff8"/></dir><dir name="images"><file name="lightbox-blank.gif" hash="fc94fb0c3ed8a8f909dbc7630a0987ff"/><file name="lightbox-btn-close.gif" hash="2c38ae5be85141bf8867c9523f4bc357"/><file name="lightbox-btn-next.gif" hash="23414965ebe526012e473c1d4d65d4e7"/><file name="lightbox-btn-prev.gif" hash="5a9118de4ef6226473190d6e82f6d80d"/><file name="lightbox-ico-loading.gif" hash="b5fe8df97005341f898e2cf84e68de01"/></dir><dir name="js"><file name="jquery.js" hash="bb122b33d64d02a106bf2230b2d41af0"/><file name="jquery.lightbox-0.5.js" hash="2f6bedebc6fde0a3f34626cc8815b344"/><file name="jquery.lightbox-0.5.min.js" hash="21c9812998af15acf69da2f91bb02363"/><file name="jquery.lightbox-0.5.pack.js" hash="f5360c03d8a989499f3e161672747dfe"/></dir></dir><dir name="pirobox"><dir name="css_pirobox"><file name="css.css" hash="dd10f3849827f49e3cde3c1e12194e56"/><dir name="demo1"><file name="ajax-loader.gif" hash="4b3afb84b2b71ef56df09997a350bd04"/><file name="b_c.png" hash="75fffb4a12279cd88466b1edb1418e4b"/><file name="b_l.png" hash="9518ae468feb7eed08c954b5d117127b"/><file name="b_r.png" hash="2672ab4e75f3d109a2d478a7545caa87"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="47e9b270c4fa90d0f230162483a78ff9"/><file name="c_r.png" hash="c859f115cde4306a39b4a8f6cee2f627"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="8b4150f440aff866d29bdec6bfe4258a"/><file name="t_c.png" hash="3bea2d7b1c8160fbab212860eb219692"/><file name="t_l.png" hash="7143f9b78fa8f6328661bd519f4769b3"/><file name="t_r.png" hash="417e9123fb088a6eb3cb207a7c443095"/></dir><dir name="demo2"><file name="ajax-loader.gif" hash="af774cf54767cacc9acc77db73484e34"/><file name="b_c.png" hash="a100f7ca0c8b76491f892b83cc7b9676"/><file name="b_l.png" hash="b0dffe5a74c2a6b94140f3b51504a1df"/><file name="b_r.png" hash="fadeb0442e51de7d5ec3bd787924bd91"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="41c77a81ecf1df77eddb9f83d7f6ea83"/><file name="c_r.png" hash="882771577ec629f4aaaf9fa30a332b74"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="1d55524a537a29b99e34a952a2b49053"/><file name="t_c.png" hash="e02ae5a542eb15e1b5a1e02133ee1ff2"/><file name="t_l.png" hash="ddf448039c434026d1d695072228bdd1"/><file name="t_r.png" hash="9c6fa0da64a9c33d36d440dbf452038b"/></dir><dir name="demo3"><file name="ajax-loader.gif" hash="4b3afb84b2b71ef56df09997a350bd04"/><file name="b_c.png" hash="7a4ff9b52f473cbcf5745c8c5e3f8f75"/><file name="b_l.png" hash="72460dd7277d197cc84d70d73fa51340"/><file name="b_r.png" hash="f67db5dc36cdc55580cae2b4c4e17e2a"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="d303eaa0cf6efa163c3e11089f7a1dfa"/><file name="c_r.png" hash="87d1bdc4346f93c62a89162971f35451"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="8b4150f440aff866d29bdec6bfe4258a"/><file name="t_c.png" hash="aa60fb983774de76695adaec30baf512"/><file name="t_l.png" hash="1c25f414977f0e15707734455f72f7f9"/><file name="t_r.png" hash="a8b83ef6aa89eb16066b57c56af36718"/></dir><dir name="demo4"><file name="ajax-loader.gif" hash="4b3afb84b2b71ef56df09997a350bd04"/><file name="b_c.png" hash="f263d200d69176a0daf9491bbf0880b0"/><file name="b_l.png" hash="073e0d4113b9d0d6ea87f89f2917f37b"/><file name="b_r.png" hash="01daf2ada396f0b9c3194fa2eadb0812"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="dfbb93a992ade9d582cc11bd3b1ca524"/><file name="c_r.png" hash="1ea958d53920f49c077b6257b7d6d32c"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="80bda63c8e2974ffcc0ac491109b08c4"/><file name="t_c.png" hash="844528ba3b95ebcc9338f2e1e526e2c4"/><file name="t_l.png" hash="306cae75bb51ae4832230abb909af9e1"/><file name="t_r.png" hash="84b88cc2fbe66c14db818486a4a0b214"/></dir><dir name="demo5"><file name="ajax-loader.gif" hash="af774cf54767cacc9acc77db73484e34"/><file name="b_c.png" hash="cd8cceedf279afbfb18047a93d41f01e"/><file name="b_l.png" hash="22fa6a4e821a4eec6bd69bf5aeee86bf"/><file name="b_r.png" hash="66a431c64512a5f97af8e4518c25652e"/><file name="close_btn.png" hash="92b5b87de803f837f0b87abbc903fb87"/><file name="close_btn_h.png" hash="183ddc1e93f12ad62a81db361905e5b0"/><file name="c_l.png" hash="d87b25d657460807de2496133c265c1b"/><file name="c_r.png" hash="3d5eb49f2f508f103dd5d28980104bc0"/><file name="link_out.png" hash="5cce437fb7ccb4145fce1d495862e3f3"/><file name="link_out_h.png" hash="b98ee6456aced423b5ad266d8501a05e"/><file name="next.png" hash="6dca0c5b7774178a861e8908f2dad537"/><file name="next_h.png" hash="159b2561e2f8465562f416bd580e6573"/><file name="pause.png" hash="50f67f2adb72c7f225cc689980c836dd"/><file name="pause_h.png" hash="88e0f004cc98f725e0609d46113d0665"/><file name="play.png" hash="ddc4c1038e3199b5dba07d26611f9b91"/><file name="play_h.png" hash="b19fd09b6be349ab794fddb6df53bbdf"/><file name="prev.png" hash="4d08111967598b1b7742c579238b4316"/><file name="prev_h.png" hash="81858baaa2bba9d35ad1bb4d14031965"/><file name="style.css" hash="0c9432e34442a9e3fc88710684c5b119"/><file name="t_c.png" hash="2f05b3634e8c9a9039505867303ddb17"/><file name="t_l.png" hash="d5bd1e97e4a0e6880fccc9445da0a502"/><file name="t_r.png" hash="50a453d9c0e05fadb13e01034e7d3394"/></dir></dir><dir name="js"><file name="jquery.min.js" hash="65b352e1ba79f0e2a3b1e014bc2571af"/><file name="pirobox.js" hash="3828d78e783ea55198766e07a17f9b4c"/><file name="pirobox.min.js" hash="4564fa27b424a05b7dc6ae0be5f68b60"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="MagentoPycho"><dir name="Lightboxes"><dir name="Block"><file name="Lightboxes.php" hash="68cab0cd56d8e2e789bfc22ea1933d60"/><file name="Media.php" hash="6f7f5aeef2800ff469208259bf2cfe4a"/><dir name="Config"><dir name="Fancybox"><file name="Info.php" hash="af22b11a1b7f57ec61e943f3088df827"/></dir><dir name="Lightboxclone"><file name="Info.php" hash="e4d024cb32e90f7eac21d9f37f921d54"/></dir><dir name="Pirobox"><file name="Info.php" hash="c10051a6b55f83a36d907033c2a0a335"/></dir></dir><dir name="System"><dir name="Config"><file name="Info.php" hash="a55cb7d8b6e33e6b6c8692929c35acd5"/></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="9db82c6d3f848a8dc4e87016878deb35"/></dir><dir name="etc"><file name="config.xml" hash="4c0b64d4ec977a8405c3476e142e7a95"/><file name="system.xml" hash="74c47ac5f4c95c15dc5890623ee82ced"/></dir><dir name="Helper"><file name="Data.php" hash="9d6d8ce4fe284164cdd0e44f9cb68170"/></dir><dir name="Model"><file name="Lightboxes.php" hash="c92ca82b6ec33c33b5802751260c28da"/><dir name="Config"><file name="Lightboxtypes.php" hash="b3f3222ac6a0fadf0c909c361ada7824"/><dir name="Fancybox"><file name="Easings.php" hash="33e4b5570250063ad4ff5c344cccb995"/><file name="Opacities.php" hash="f62c0bdbf452cd11f41b91653814a24a"/><file name="Scrollings.php" hash="5ec0e8c86faf64ab2694a039e289f4aa"/><file name="Speeds.php" hash="5565683f25290e8c52642a0a5a2ad9e7"/><file name="Titlepositions.php" hash="241cc96f69e00c88f49003996bd47c8d"/><file name="Transitions.php" hash="f784353fe4bd85c9d3ffd15e6b902f0a"/></dir><dir name="Lightboxclone"><file name="Opacities.php" hash="c3797d2a68b7338e50d1499e6b498fd8"/></dir><dir name="Pirobox"><file name="Bgalphas.php" hash="7204b69e57dfe38145e66c1f6d675a8b"/><file name="Themes.php" hash="0f73cfb2646e30c3c3893e729461cf34"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MagentoPycho_Lightboxes.xml" hash="9f1f3f5fcec3b99c1ed8c1da285b333d"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>