Gantry 4 Framework - Version 1.24

Version Description

  • Fix for the Warning:preg_match() on the Widgets page when The Events Calendar plugin was activated (possible solution for similar issues with other plugins)
  • Added some small CSS fixes for font-size of the meta elements
  • Gantry iPhone Menu is now a Gantry Mobile Menu as it works both on iPhone and Android platforms
  • Fix for the same domain check which could cause issues ie. with Wordpress MU Domain Mapping
  • Fixed some Ajax behavior on the widget overrides page
Download this release

Release Info

Developer gantry
Plugin Icon 128x128 Gantry 4 Framework
Version 1.24
Comparing to
See all releases

Code changes from version 1.23 to 1.24

Files changed (251) hide show
  1. CHANGELOG.php +8 -1
  2. CREDITS.php +1 -1
  3. admin/ajax-models/cache.php +1 -1
  4. admin/ajax-models/overrides.php +1 -1
  5. admin/ajax-models/presets-saver.php +1 -1
  6. admin/ajax-models/widgets.php +1 -1
  7. admin/assignment_functions.php +1 -1
  8. admin/forms/fields/alias.php +1 -1
  9. admin/forms/fields/animation.php +1 -1
  10. admin/forms/fields/categories.php +1 -1
  11. admin/forms/fields/checkbox.php +1 -1
  12. admin/forms/fields/colorchooser.php +1 -1
  13. admin/forms/fields/dateformats.php +1 -1
  14. admin/forms/fields/diagnostic.php +1 -1
  15. admin/forms/fields/file.php +1 -1
  16. admin/forms/fields/fonts.php +1 -1
  17. admin/forms/fields/gantry.php +1 -1
  18. admin/forms/fields/gradient.php +1 -1
  19. admin/forms/fields/groupedlist.php +1 -1
  20. admin/forms/fields/hidden.php +1 -1
  21. admin/forms/fields/html.php +1 -1
  22. admin/forms/fields/integer.php +1 -1
  23. admin/forms/fields/linkcategories.php +1 -1
  24. admin/forms/fields/list.php +1 -1
  25. admin/forms/fields/navmenulist.php +1 -1
  26. admin/forms/fields/overlays.php +1 -1
  27. admin/forms/fields/password.php +1 -1
  28. admin/forms/fields/positions.php +1 -1
  29. admin/forms/fields/positionslist.php +1 -1
  30. admin/forms/fields/preset.php +1 -1
  31. admin/forms/fields/radio.php +1 -1
  32. admin/forms/fields/selectbox.php +1 -1
  33. admin/forms/fields/showmax.php +1 -1
  34. admin/forms/fields/slider.php +1 -1
  35. admin/forms/fields/spacer.php +1 -1
  36. admin/forms/fields/text.php +1 -1
  37. admin/forms/fields/textarea.php +1 -1
  38. admin/forms/fields/tips.php +1 -1
  39. admin/forms/fields/toggle.php +1 -1
  40. admin/forms/fields/updater.php +2 -2
  41. admin/forms/groups/chain.php +1 -1
  42. admin/forms/groups/columns.php +1 -1
  43. admin/forms/groups/enabledgroup.php +1 -1
  44. admin/forms/groups/grouped.php +1 -1
  45. admin/forms/groups/innertabs.php +1 -1
  46. admin/forms/groups/position.php +1 -1
  47. admin/forms/groups/selectedset.php +1 -1
  48. admin/forms/groups/set.php +1 -1
  49. admin/index.php +1 -1
  50. admin/meta-links/cache.php +1 -1
  51. admin/meta-links/presets.php +1 -1
  52. admin/override.php +1 -1
  53. admin/widgets/assignments/js/assignments.js +1 -1
  54. admin/widgets/colorchooser/css/mooRainbow.css +1 -1
  55. admin/widgets/colorchooser/js/colorchooser.js +1 -1
  56. admin/widgets/colorchooser/js/mooRainbow.js +1 -1
  57. admin/widgets/fonts/js/fonts.js +1 -1
  58. admin/widgets/gantry-ie.css +1 -1
  59. admin/widgets/gantry-ie7.css +1 -1
  60. admin/widgets/gantry-opera.css +1 -1
  61. admin/widgets/gantry-widgets.css +1 -1
  62. admin/widgets/gantry-widgets.js +2 -2
  63. admin/widgets/gantry.css +1 -1
  64. admin/widgets/gantry.js +1 -1
  65. admin/widgets/gradient/js/gradient.js +1 -1
  66. admin/widgets/positions/js/positions-utils.js +1 -1
  67. admin/widgets/preset/js/preset-saver.js +1 -1
  68. admin/widgets/preset/js/preset.js +1 -1
  69. admin/widgets/radios/js/radios.js +1 -1
  70. admin/widgets/selectbox/js/selectbox.js +1 -1
  71. admin/widgets/slider/js/slider-utils.js +1 -1
  72. admin/widgets/slider/js/slider.js +1 -1
  73. admin/widgets/tips/js/tips.js +1 -1
  74. admin_functions.php +2 -2
  75. ajax-models/example.php +1 -1
  76. core/config/gantryelement.class.php +1 -1
  77. core/config/gantryform.class.php +1 -1
  78. core/config/gantryformfield.class.php +1 -1
  79. core/config/gantryformfieldhelper.class.php +1 -1
  80. core/config/gantryformgroup.class.php +1 -1
  81. core/config/gantryformhelper.class.php +1 -1
  82. core/config/gantryformitem.class.php +1 -1
  83. core/config/gantryformnaminghelper.class.php +1 -1
  84. core/config/gantryhtmlselect.class.php +1 -1
  85. core/config/gantryparameters.class.php +1 -1
  86. core/config/gantryselect.class.php +1 -1
  87. core/gantry.class.php +5 -5
  88. core/gantrybodylayout.class.php +1 -1
  89. core/gantrybrowser.class.php +1 -1
  90. core/gantrycommentstempllayout.class.php +1 -1
  91. core/gantrydiagnostic.class.php +1 -1
  92. core/gantryflatfile.class.php +1 -1
  93. core/gantrygizmo.class.php +1 -1
  94. core/gantrygzipper.class.php +1 -1
  95. core/gantryini.class.php +1 -1
  96. core/gantryjson.class.php +1 -1
  97. core/gantrylayout.class.php +1 -1
  98. core/gantryloader.class.php +1 -1
  99. core/gantryparams.class.php +1 -1
  100. core/gantryplatform.class.php +1 -1
  101. core/gantrypositions.class.php +1 -1
  102. core/gantrysingleton.class.php +1 -1
  103. core/gantrystylelink.class.php +1 -1
  104. core/gantrytemplatedetails.class.php +1 -1
  105. core/gantrywidget.class.php +1 -1
  106. core/params/gantrycookieparams.class.php +1 -1
  107. core/params/gantrymenuitemparams.class.php +1 -1
  108. core/params/gantryoverrideparams.class.php +1 -1
  109. core/params/gantrysessionparams.class.php +1 -1
  110. core/params/gantryurlparams.class.php +1 -1
  111. core/renderers/gantrycommentsrenderer.class.php +1 -1
  112. core/renderers/gantrydebugmainbodyrenderer.class.php +1 -1
  113. core/renderers/gantryfeaturerenderer.class.php +1 -1
  114. core/renderers/gantrymainbodyrenderer.class.php +1 -1
  115. core/renderers/gantryorderedmainbodyrenderer.class.php +1 -1
  116. core/renderers/gantrywidgetsrenderer.class.php +1 -1
  117. core/rules/facttypes/archive.class.php +1 -1
  118. core/rules/facttypes/menu.class.php +1 -1
  119. core/rules/facttypes/post_type.class.php +1 -1
  120. core/rules/facttypes/taxonomy.class.php +1 -1
  121. core/rules/facttypes/templatepage.class.php +1 -1
  122. core/rules/gantryoverridefact.class.php +1 -1
  123. core/rules/gantryoverrides.class.php +1 -1
  124. core/rules/gantryoverridesengine.class.php +1 -1
  125. core/rules/gantrypagecallfact.class.php +1 -1
  126. core/utilities/cache/cache.class.php +3 -3
  127. core/utilities/cache/cacheDriver.interface.php +1 -1
  128. core/utilities/cache/fileCacheDriver.class.php +1 -1
  129. core/utilities/cache/wpTransientCacheDriver.class.php +1 -1
  130. core/utilities/gantryarrayhelper.class.php +1 -1
  131. core/utilities/gantrycache.class.php +1 -1
  132. core/utilities/gantrydate.class.php +1 -1
  133. core/utilities/gantryfilterinput.class.php +1 -1
  134. core/utilities/gantryregistry.class.php +1 -1
  135. core/utilities/gantrysimplexmlelement.class.php +1 -1
  136. core/utilities/gantrytemplateinfo.class.php +1 -1
  137. core/utilities/gantryurl.class.php +1 -1
  138. core/utilities/gantryxml.class.php +1 -1
  139. core/utilities/registry/format/ini.php +1 -1
  140. core/utilities/registry/format/json.php +1 -1
  141. core/utilities/registry/format/php.php +1 -1
  142. core/utilities/registry/format/xml.php +1 -1
  143. core/utilities/registry/gantryregistryformat.class.php +1 -1
  144. css/gantry-ie6.css +1 -1
  145. css/gantry.css +1 -1
  146. css/gantrydivider.css +1 -1
  147. css/grid-12.css +1 -1
  148. css/grid-16.css +1 -1
  149. css/iphone-gantry.css +1 -1
  150. css/wordpress-ie6.css +1 -1
  151. css/wordpress-ie7.css +1 -1
  152. css/wordpress.css +2 -1
  153. functions.php +2 -2
  154. gantry.config.php +1 -1
  155. gantry.php +2 -2
  156. gizmos/analytics.php +1 -1
  157. gizmos/autoparagraphs.php +1 -1
  158. gizmos/belatedpng.php +1 -1
  159. gizmos/childcss.php +1 -1
  160. gizmos/commentreply.php +1 -1
  161. gizmos/feedlinks.php +1 -1
  162. gizmos/ie6.php +1 -1
  163. gizmos/ie6warn.php +1 -1
  164. gizmos/iphonegradients.php +1 -1
  165. gizmos/iphoneimages.php +1 -1
  166. gizmos/jstools.php +1 -1
  167. gizmos/loadposition.php +1 -1
  168. gizmos/muregisterstyle.php +1 -1
  169. gizmos/pagesuffix.php +1 -1
  170. gizmos/rokstyle.php +1 -1
  171. gizmos/rtl.php +1 -1
  172. gizmos/smartload.php +1 -1
  173. gizmos/styledeclaration.php +1 -1
  174. gizmos/texturize.php +1 -1
  175. gizmos/thumbnails.php +1 -1
  176. gizmos/title.php +1 -1
  177. gizmos/webfonts.php +1 -1
  178. gizmos/widgetshortcodes.php +1 -1
  179. html/layouts/body_debugmainbody.php +1 -1
  180. html/layouts/body_iphonemainbody.php +1 -1
  181. html/layouts/body_mainbody.php +1 -1
  182. html/layouts/chrome_basic.php +1 -1
  183. html/layouts/chrome_standard.php +1 -1
  184. html/layouts/comment_basic.php +1 -1
  185. html/layouts/commentstempl_basic.php +1 -1
  186. html/layouts/doc_body.php +1 -1
  187. html/layouts/doc_tag.php +1 -1
  188. html/layouts/orderedbody_mainbody.php +1 -1
  189. html/layouts/widget_basic.php +1 -1
  190. html/layouts/widget_sidebar.php +1 -1
  191. html/layouts/widget_standard.php +1 -1
  192. js/fusion.js +1 -1
  193. js/gantry-buildspans.js +1 -1
  194. js/gantry-ie6menu.js +1 -1
  195. js/gantry-ie6warn.js +1 -1
  196. js/gantry-inputs.js +1 -1
  197. js/gantry-smartload.js +1 -1
  198. js/gantry-totop.js +1 -1
  199. js/gantrydivider.js +1 -1
  200. js/imenu.js +1 -1
  201. js/sfhover.js +1 -1
  202. languages/gantry.mo +0 -0
  203. readme.txt +9 -2
  204. tmpl/index-iphone.php +1 -1
  205. widgets/archives.php +1 -1
  206. widgets/breadcrumbs.php +1 -1
  207. widgets/categories.php +1 -1
  208. widgets/copyright.php +1 -1
  209. widgets/date.php +1 -1
  210. widgets/divider.php +1 -1
  211. widgets/fontsizer.php +1 -1
  212. widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php +1 -1
  213. widgets/gantrymenu/admin/fields/themelist.php +1 -1
  214. widgets/gantrymenu/css/widget_admin.css +1 -1
  215. widgets/gantrymenu/libs/GantryMenu.php +1 -1
  216. widgets/gantrymenu/libs/common/RokBrowserCheck.php +1 -1
  217. widgets/gantrymenu/libs/common/includes.php +1 -1
  218. widgets/gantrymenu/libs/includes.php +1 -1
  219. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php +1 -1
  220. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php +1 -1
  221. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php +1 -1
  222. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php +1 -1
  223. widgets/gantrymenu/libs/librokmenu/RokMenu.php +1 -1
  224. widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php +1 -1
  225. widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php +1 -1
  226. widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php +1 -1
  227. widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php +1 -1
  228. widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php +1 -1
  229. widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php +1 -1
  230. widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php +1 -1
  231. widgets/gantrymenu/libs/librokmenu/RokMenuNode.php +1 -1
  232. widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php +1 -1
  233. widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php +1 -1
  234. widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php +1 -1
  235. widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php +1 -1
  236. widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php +1 -1
  237. widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php +1 -1
  238. widgets/gantrymenu/libs/librokmenu/includes.php +1 -1
  239. widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php +1 -1
  240. widgets/iphonemenu.php +5 -5
  241. widgets/links.php +1 -1
  242. widgets/logo.php +1 -1
  243. widgets/menu.php +1 -1
  244. widgets/meta.php +1 -1
  245. widgets/overridesmap.php +1 -1
  246. widgets/pages.php +1 -1
  247. widgets/recentcomments.php +1 -1
  248. widgets/recentposts.php +1 -1
  249. widgets/resetsettings.php +1 -1
  250. widgets/totop.php +1 -1
  251. widgets/viewswitcher.php +1 -1
CHANGELOG.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Gantry For Wordpress
4
  *
5
- * @version 1.23 January 15, 2012
6
  * @author RocketTheme http://www.rockettheme.com
7
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
8
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -27,6 +27,13 @@ Legend:
27
  - -> Removed
28
  ! -> Note
29
 
 
 
 
 
 
 
 
30
  ------- 1.23 Release [] ------
31
  # Fixed the z-index of WordPress screen meta tabs on the widgets page
32
  + Added CSS code used for multi-column blog view
2
  /**
3
  * Gantry For Wordpress
4
  *
5
+ * @version 1.24 June 26, 2012
6
  * @author RocketTheme http://www.rockettheme.com
7
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
8
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
27
  - -> Removed
28
  ! -> Note
29
 
30
+ ------- 1.24 Release [] ------
31
+ # Fix for the Warning:preg_match() on the Widgets page when The Events Calendar plugin was activated (possible solution for similar issues with other plugins)
32
+ + Added some small CSS fixes for font-size of the meta elements
33
+ ^ Gantry iPhone Menu is now a Gantry Mobile Menu as it works both on iPhone and Android platforms
34
+ # Fix for the same domain check which could cause issues ie. with Wordpress MU Domain Mapping
35
+ # Fixed some Ajax behavior on the widget overrides page
36
+
37
  ------- 1.23 Release [] ------
38
  # Fixed the z-index of WordPress screen meta tabs on the widgets page
39
  + Added CSS code used for multi-column blog view
CREDITS.php CHANGED
@@ -3,7 +3,7 @@
3
  * CREDITS
4
  *
5
  * @package gantry
6
- * @version 1.23 January 15, 2012
7
  * @author RocketTheme http://www.rockettheme.com
8
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
9
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
3
  * CREDITS
4
  *
5
  * @package gantry
6
+ * @version 1.24 June 26, 2012
7
  * @author RocketTheme http://www.rockettheme.com
8
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
9
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/ajax-models/cache.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/ajax-models/overrides.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/ajax-models/presets-saver.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/ajax-models/widgets.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/assignment_functions.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/alias.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/animation.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/categories.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/checkbox.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/colorchooser.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/dateformats.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/diagnostic.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/file.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/fonts.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/gantry.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/gradient.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/groupedlist.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/hidden.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/html.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/integer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/linkcategories.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/list.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/navmenulist.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/overlays.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/password.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/positions.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/positionslist.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/preset.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/radio.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/selectbox.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/showmax.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/slider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/spacer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/text.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/textarea.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/tips.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/toggle.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/fields/updater.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -24,7 +24,7 @@ class GantryFormFieldUpdater extends GantryFormField {
24
 
25
  $currentVersion = GANTRY_VERSION;
26
 
27
- if ($currentVersion == "\1.23") $currentVersion = "[DEV]";
28
 
29
  // curl check
30
  if (!function_exists('curl_version')) {
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
24
 
25
  $currentVersion = GANTRY_VERSION;
26
 
27
+ if ($currentVersion == "\1.24") $currentVersion = "[DEV]";
28
 
29
  // curl check
30
  if (!function_exists('curl_version')) {
admin/forms/groups/chain.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/groups/columns.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/groups/enabledgroup.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/groups/grouped.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/groups/innertabs.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/groups/position.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/groups/selectedset.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/forms/groups/set.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/index.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/meta-links/cache.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/meta-links/presets.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/override.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/assignments/js/assignments.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/colorchooser/css/mooRainbow.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/colorchooser/js/colorchooser.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/colorchooser/js/mooRainbow.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/fonts/js/fonts.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/gantry-ie.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/gantry-ie7.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/gantry-opera.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/gantry-widgets.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/gantry-widgets.js CHANGED
@@ -1,8 +1,8 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
8
- var GantryWidgets={init:function(){GantryWidgets.dropdown();GantryWidgets.id=document.id("override_id").get("value").toInt();GantryWidgets.name=document.id("override_name").get("value");GantryWidgets.newPageHook();if(GantryWidgets.id!=-1){GantryWidgets.overrideWP();GantryWidgets.overrideCheckboxes();GantryWidgets.increase();}GantryWidgets.notices();new Tips(".rok-tips",{title:"data-tips"});(function(a){a("a.widget-action").live("click",function(){new Tips(".rok-tips",{title:"data-tips"});});})(jQuery);},dropdown:function(){var b=document.id("overrides-inside"),e=document.id("overrides-first"),c=null;var a=new Fx.Slide("overrides-inside",{duration:100,onStart:function(){var g=document.id("overrides-actions").getSize().x-4;b.setStyle("width",g);this.wrapper.setStyle("width",g+4);},onComplete:function(){if(!this.open){e.removeClass("slide-down");}}}).hide();b.setStyle("display","block");var d=function(){if(b.hasClass("slidedown")){a.slideIn();e.addClass("slide-down");}};var f=function(){if(b.hasClass("slideup")){a.slideOut();}};$$("#overrides-toggle, #overrides-inside").addEvents({mouseenter:function(){$clear(c);b.removeClass("slideup").addClass("slidedown");c=d();},mouseleave:function(){$clear(c);b.removeClass("slidedown").addClass("slideup");f.delay(300);}});GantryWidgets.dropdownActions();},dropdownActions:function(){var g=document.id("overrides-actions"),e=document.id("overrides-toolbar"),f=document.id("overrides-first");var a=document.id("overrides-toggle");if(e){var d=e.getElement(".button-add"),b=e.getElement(".button-del"),c=e.getElement(".button-edit");if(c){c.addEvent("click",function(){if(f.getElement("input")){f.getElement("input").empty().dispose();a.removeClass("hidden");return;}a.addClass("hidden");var h=new Element("input",{type:"text","class":"add-edit-input",value:f.get("text").clean().trim()});h.addEvent("keydown",function(l){if(l.key=="esc"){this.empty().dispose();a.removeClass("hidden");}else{if(l.key=="enter"){l.stop();var k=document.id("overrides-inside").getElements("a");var i=k.get("text").indexOf(this.value);if(i!=-1){this.highlight("#ff4b4b","#fff");return;}var j=this.value;new Request.HTML({url:AdminURI,onRequest:function(){var m=document.id("overrides-toolbar").getElement(".ajax-loading");if(m){m.setStyle("display","block");}},onSuccess:function(){var m=document.id("overrides-toolbar").getElement(".ajax-loading");if(m){m.setStyle("display","none");}i=k.get("text").indexOf(f.get("text").clean().trim());if(i!=-1){k[i].set("text",j);}h.empty().dispose();a.removeClass("hidden");f.getElement("a").set("text",j);}}).post({action:"gantry_admin",model:"widgets",gantry_action:"save-info",savewidgets:document.id("_wpnonce_widgets").get("value"),override_id:document.id("override_id").get("value"),override_name:j});}}});h.inject(f,"top").focus();});}}},newPageHook:function(){var b=$$(".button-add")[0];if(b){var a=new Request({url:AdminURI,onRequest:function(){var c=document.id("overrides-toolbar").getElement(".ajax-loading");if(c){c.setStyle("display","block");}},onSuccess:function(c){var d=c.clean().trim();if(d.length){window.location=d;}}});b.addEvent("click",function(c){c.stop();a.post({action:"gantry_admin",model:"widgets",gantry_action:"create-new",savewidgets:document.id("_wpnonce_widgets").get("value")});});}},increase:function(){$$("input.multi_number").each(function(a){var b=a.get("value").toInt()||false;if($chk(b)&&b<GantryWidgets.id*10000){a.set("value",(GantryWidgets.id*10000)+b);}});$$("input[name=widget-id]").filter(function(a){return !a.get("value").contains("__i__");}).each(function(e){var d=e.getNext("input[name=widget_number]");var c=e.getNext("input[name=id_base]").get("value");var g=e.getParent(".widget");var f=d.get("value").toInt();if(f<GantryWidgets.id*10000){var h=(GantryWidgets.id*10000)+f+500;var a=g.get("id").replace(/(\d+)$/,h);g.set("id",a);d.set("value",h);var b=a.split("_").slice(1);e.set("value",b.join("_"));e.getParent("form").getElements(".widget-content input, .widget-content label, .widget-content select, .widget-content textarea").each(function(k){var j=k.get("name"),l=k.get("id"),i=k.get("for");if(l){k.set("id",l.replace(/\d+/,h));}if(j){k.set("name",j.replace(/\d+/,h));}if(i){k.set("for",i.replace(/\d+/,h));}});}});},hookClick:function(a){(function(b){if(!a){a=b("#widgets-right").children(".widgets-holder-wrap").children(".sidebar-name");}else{a=b(a);}a.click(function(){var e=b(this).siblings(".widgets-sortables"),d=b(this).parent();if(!d.hasClass("closed")){e.sortable("disable");d.addClass("closed");}else{d.removeClass("closed");e.sortable("enable").sortable("refresh");}});})(jQuery);},unHookClick:function(a){(function(b){if(!a){a=b("#widgets-right").children(".widgets-holder-wrap").children(".sidebar-name");}else{a=b(a);}a.unbind("click");})(jQuery);},overrideCheckboxes:function(){GantryWidgets.unHookClick();$$(".override-checkbox").each(function(a){var b=a.getParent("h3");var e=a.getParent(".widgets-holder-wrap");var d=e.getElements(".widgets-sortables").filter(function(f){return f!=a.getParent(".widgets-sortables");});var c=a.getParent(".sidebar-name").getElement(".sidebar-name-arrow");a.inject(b,"before");$$(b,c).addEvent("click",function(f){if(!a.get("checked")&&f){f.stop();}else{if(!a.get("checked")&&e.hasClass("closed")){(function(g){g(d).sortable("disable");e.addClass.delay(1,e,"closed");})(jQuery);}else{(function(g){if(!e.hasClass("closed")){g(d).sortable("disable");e.addClass.delay(1,e,"closed");}else{g(d).sortable("enable").sortable("refresh");e.removeClass.delay(1,e,"closed");}g(d).sortable("refresh");})(jQuery);}}});a.addEvent("click",function(){var i=[];var g=e.getElement(".widgets-sortables").getChildren().filter(function(j){return j.get("id");});if(this.checked){c.setStyle("display","block");GantryWidgets.hookClick(c.getParent(".sidebar-name"));g.each(function(j){(function(l){var k=l(j);i.push(wpWidgets.save(k,0,0,1,true)._parseQueryString());})(jQuery);});if(!g.length){wpWidgets.saveOrder();}}else{c.setStyle("display","none");GantryWidgets.unHookClick(c.getParent(".sidebar-name"));g.each(function(j){(function(l){var k=l(j);i.push(wpWidgets.save(k,1,0,1,true)._parseQueryString());})(jQuery);});if(!g.length){wpWidgets.saveOrder();}}if(i.length){var h=JSON.encode(i);var f={action:"gantry_admin",model:"widgets",gantry_action:"widgets-mass-actions",savewidgets:document.id("_wpnonce_widgets").get("value"),override_id:GantryWidgets.id,override_name:document.id("override_name").get("value"),data:h};if(!this.checked){f.delete_widgets=1;}new Request({url:AdminURI,onSuccess:function(j){var k;(function(l){wpWidgets.saveOrder();})(jQuery);}}).post(f);}b.fireEvent("click");});if(!a.get("checked")){if(a.checked){c.setStyle("display","block");}else{c.setStyle("display","none");}b.fireEvent("click");}else{GantryWidgets.hookClick(c.getParent(".sidebar-name"));}});},overrideWP:function(){GantryWidgets.WPsave();GantryWidgets.WPsaveOrder();},WPsave:function(){wpWidgets.save=function(f,c,d,b,a){new Tips(".rok-tips",{title:"data-tips"});(function(g){sb=g(f).closest("div.widgets-sortables").attr("id");data=g(f).find("form").serialize();})(jQuery);$$(f[0]).getParent(".widgets-holder-wrap").getElement(".ajax-feedback").setStyle("visibility","visible");$$(f[0]).getElement(".ajax-feedback").setStyle("visibility","visible");var e=$$(".override-checkbox").filter(function(g){return g.checked;}).get("id");post={action:"gantry_admin",model:"widgets",gantry_action:"widgets-save",savewidgets:document.id("_wpnonce_widgets").get("value"),override_id:GantryWidgets.id,override_name:document.id("override_name").get("value"),overridden_sidebars:e.join(","),sidebar:sb};if(c){post.delete_widget=1;}data+="&"+(function(g){return g.param(post);})(jQuery);if(a){return data;}else{return new Request({url:AdminURI,onSuccess:function(g){var h;(function(i){if(c){if(!i("input.widget_number",f).val()){h=i("input.widget-id",f).val();i("#available-widgets").find("input.widget-id").each(function(){if(i(this).val()==h){i(this).closest("div.widget").show();}});}if(d){b=0;f.slideUp("fast",function(){i(this).remove();wpWidgets.saveOrder();});}else{f.remove();wpWidgets.resize();}}else{i(".ajax-feedback").css("visibility","hidden");if(g&&g.length>2){i("div.widget-content",f).html(g);wpWidgets.appendTitle(f);wpWidgets.fixLabels(f);}}if(b){wpWidgets.saveOrder();}})(jQuery);}}).post(data._parseQueryString());}};},WPsaveOrder:function(){wpWidgets.saveOrder=function(d,a){new Tips(".rok-tips",{title:"data-tips"});var b=$$(".override-checkbox").filter(function(e){return e.checked;}).get("id");var c={action:"gantry_admin",model:"widgets",gantry_action:"widgets-order",savewidgets:document.id("_wpnonce_widgets").get("value"),override_id:GantryWidgets.id,override_name:document.id("override_name").get("value"),overridden_sidebars:b.join(","),sidebars:[]};if(a){c.delete_widget=1;}$$("div.widgets-sortables").each(function(f){var e=f.getChildren().filter(function(g){return g.get("id");});c["sidebars["+f.get("id")+"]"]=e.get("id").join(",");});new Request({url:AdminURI,onRequest:function(){if(d){document.id(d).getParent(".widgets-holder-wrap").getElement("img.ajax-feedback").setStyle("visibility","visible");}},onSuccess:function(){$$("img.ajax-feedback").setStyle("visibility","hidden");wpWidgets.resize();}}).post(c);};},notices:function(){var b=$$(".gantry-notice");if(b.length){b.each(function(d){var e=d.getElement(".close");if(e){var c=new Fx.Tween(d,{duration:200,link:"ignore",onComplete:function(){if(document.id(d)){d.dispose();}}});e.addEvent("click",c.start.pass(["opacity",0],c));}});}var a=$$(".overrides-button.button-del");a.addEvent("click",function(d){var c=confirm(GantryLang.are_you_sure);if(!c){d.stop();}});}};String.implement({_parseQueryString:function(){var b=this.split(/[&;]/),a={};if(b.length){b.each(function(g){var c=g.indexOf("="),d=c<0?[""]:g.substr(0,c).match(/[^\]\[]+/g),e=decodeURIComponent(g.substr(c+1)).replace(/\+/g," "),f=a;d.each(function(j,h){j=decodeURIComponent(j);var k=f[j];if(h<d.length-1){f=f[j]=k||{};}else{if($type(k)=="array"){k.push(e);}else{f[j]=$defined(k)?[k,e]:e;}}});});}return a;}});window.addEvent("domready",GantryWidgets.init);
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
8
+ var GantryWidgets={init:function(){GantryWidgets.dropdown();GantryWidgets.id=document.id("override_id").get("value").toInt();GantryWidgets.name=document.id("override_name").get("value");GantryWidgets.newPageHook();if(GantryWidgets.id!=-1){GantryWidgets.overrideWP();GantryWidgets.overrideCheckboxes();GantryWidgets.increase()}GantryWidgets.notices();new Tips(".rok-tips",{title:"data-tips"});(function($){$("a.widget-action").live("click",function(){new Tips(".rok-tips",{title:"data-tips"})})})(jQuery)},dropdown:function(){var inside=document.id("overrides-inside"),first=document.id("overrides-first"),delay=null;var slide=new Fx.Slide("overrides-inside",{duration:100,onStart:function(){var width=document.id("overrides-actions").getSize().x-4;inside.setStyle("width",width);this.wrapper.setStyle("width",width+4)},onComplete:function(){if(!this.open){first.removeClass("slide-down")}}}).hide();inside.setStyle("display","block");var enterFunction=function(){if(inside.hasClass("slidedown")){slide.slideIn();first.addClass("slide-down")}};var leaveFunction=function(){if(inside.hasClass("slideup")){slide.slideOut()}};$$("#overrides-toggle, #overrides-inside").addEvents({mouseenter:function(){$clear(delay);inside.removeClass("slideup").addClass("slidedown");delay=enterFunction()},mouseleave:function(){$clear(delay);inside.removeClass("slidedown").addClass("slideup");leaveFunction.delay(300)}});GantryWidgets.dropdownActions()},dropdownActions:function(){var dropdown=document.id("overrides-actions"),tools=document.id("overrides-toolbar"),first=document.id("overrides-first");var toggle=document.id("overrides-toggle");if(tools){var add=tools.getElement(".button-add"),del=tools.getElement(".button-del"),edit=tools.getElement(".button-edit");if(edit){edit.addEvent("click",function(){if(first.getElement("input")){first.getElement("input").empty().dispose();toggle.removeClass("hidden");return}toggle.addClass("hidden");var input=new Element("input",{type:"text","class":"add-edit-input",value:first.get("text").clean().trim()});input.addEvent("keydown",function(e){if(e.key=="esc"){this.empty().dispose();toggle.removeClass("hidden")}else{if(e.key=="enter"){e.stop();var list=document.id("overrides-inside").getElements("a");var index=list.get("text").indexOf(this.value);if(index!=-1){this.highlight("#ff4b4b","#fff");return}var value=this.value;new Request.HTML({url:AdminURI,onRequest:function(){var ajaxloading=document.id("overrides-toolbar").getElement(".ajax-loading");if(ajaxloading){ajaxloading.setStyle("display","block")}},onSuccess:function(){var ajaxloading=document.id("overrides-toolbar").getElement(".ajax-loading");if(ajaxloading){ajaxloading.setStyle("display","none")}index=list.get("text").indexOf(first.get("text").clean().trim());if(index!=-1){list[index].set("text",value)}input.empty().dispose();toggle.removeClass("hidden");first.getElement("a").set("text",value)}}).post({action:"gantry_admin",model:"widgets",gantry_action:"save-info",savewidgets:document.id("_wpnonce_widgets").get("value"),override_id:document.id("override_id").get("value"),override_name:value})}}});input.inject(first,"top").focus()})}}},newPageHook:function(){var add=$$(".button-add")[0];if(add){var ajax=new Request({url:AdminURI,onRequest:function(){var ajaxloading=document.id("overrides-toolbar").getElement(".ajax-loading");if(ajaxloading){ajaxloading.setStyle("display","block")}},onSuccess:function(response){var url=response.clean().trim();if(url.length){window.location=url}}});add.addEvent("click",function(e){e.stop();ajax.post({action:"gantry_admin",model:"widgets",gantry_action:"create-new",savewidgets:document.id("_wpnonce_widgets").get("value")})})}},increase:function(){$$("input.multi_number").each(function(input){var value=input.get("value").toInt()||false;if($chk(value)&&value<GantryWidgets.id*10000){input.set("value",(GantryWidgets.id*10000)+value)}});$$("input[name=widget-id]").filter(function(item){return !item.get("value").contains("__i__")}).each(function(item){var number=item.getNext("input[name=widget_number]");var id_base=item.getNext("input[name=id_base]").get("value");var widget=item.getParent(".widget");var value=number.get("value").toInt();if(value<GantryWidgets.id*10000){var newValue=(GantryWidgets.id*10000)+value+500;var newId=widget.get("id").replace(/(\d+)$/,newValue);widget.set("id",newId);number.set("value",newValue);var split=newId.split("_").slice(1);item.set("value",split.join("_"));item.getParent("form").getElements(".widget-content input, .widget-content label, .widget-content select, .widget-content textarea").each(function(field){var name=field.get("name"),id=field.get("id"),forr=field.get("for");if(id){field.set("id",id.replace(/\d+/,newValue))}if(name){field.set("name",name.replace(/\d+/,newValue))}if(forr){field.set("for",forr.replace(/\d+/,newValue))}})}})},hookClick:function(topbar){(function($){if(!topbar){topbar=$("#widgets-right").children(".widgets-holder-wrap").children(".sidebar-name")}else{topbar=$(topbar)}topbar.click(function(){var c=$(this).siblings(".widgets-sortables"),p=$(this).parent();if(!p.hasClass("closed")){c.sortable("disable");p.addClass("closed")}else{p.removeClass("closed");c.sortable("enable").sortable("refresh")}})})(jQuery)},unHookClick:function(topbar){(function($){if(!topbar){topbar=$("#widgets-right").children(".widgets-holder-wrap").children(".sidebar-name")}else{topbar=$(topbar)}topbar.unbind("click")})(jQuery)},overrideCheckboxes:function(){GantryWidgets.unHookClick();$$(".override-checkbox").each(function(check){var h3=check.getParent("h3");var wrapper=check.getParent(".widgets-holder-wrap");var siblings=wrapper.getElements(".widgets-sortables").filter(function(sibling){return sibling!=check.getParent(".widgets-sortables")});var arrow=check.getParent(".sidebar-name").getElement(".sidebar-name-arrow");check.inject(h3,"before");$$(h3,arrow).addEvent("click",function(e){if(!check.get("checked")&&e){e.stop()}else{if(!check.get("checked")&&wrapper.hasClass("closed")){(function($){$(siblings).sortable("disable");wrapper.addClass.delay(1,wrapper,"closed")})(jQuery)}else{(function($){if(!wrapper.hasClass("closed")){$(siblings).sortable("disable");wrapper.addClass.delay(1,wrapper,"closed")}else{$(siblings).sortable("enable").sortable("refresh");wrapper.removeClass.delay(1,wrapper,"closed")}$(siblings).sortable("refresh")})(jQuery)}}});check.addEvent("click",function(){var massPost=[];var widgets=wrapper.getElement(".widgets-sortables").getChildren().filter(function(widget){return widget.get("id")});if(this.checked){arrow.setStyle("display","block");GantryWidgets.hookClick(arrow.getParent(".sidebar-name"));widgets.each(function(widget){(function($){var w=$(widget);massPost.push(wpWidgets.save(w,0,0,1,true)._parseQueryString())})(jQuery)});if(!widgets.length){wpWidgets.saveOrder()}}else{arrow.setStyle("display","none");GantryWidgets.unHookClick(arrow.getParent(".sidebar-name"));widgets.each(function(widget){(function($){var w=$(widget);massPost.push(wpWidgets.save(w,1,0,1,true)._parseQueryString())})(jQuery)});if(!widgets.length){wpWidgets.saveOrder()}}if(massPost.length){var data=JSON.encode(massPost);var post={action:"gantry_admin",model:"widgets",gantry_action:"widgets-mass-actions",savewidgets:document.id("_wpnonce_widgets").get("value"),override_id:GantryWidgets.id,override_name:document.id("override_name").get("value"),data:data};if(!this.checked){post.delete_widgets=1}new Request({url:AdminURI,onSuccess:function(response){var id;(function($){wpWidgets.saveOrder()})(jQuery)}}).post(post)}h3.fireEvent("click")});if(!check.get("checked")){if(check.checked){arrow.setStyle("display","block")}else{arrow.setStyle("display","none")}h3.fireEvent("click")}else{GantryWidgets.hookClick(arrow.getParent(".sidebar-name"))}})},overrideWP:function(){GantryWidgets.WPsave();GantryWidgets.WPsaveOrder()},WPsave:function(){wpWidgets.save=function(widget,del,animate,order,massSave){new Tips(".rok-tips",{title:"data-tips"});(function($){sb=$(widget).closest("div.widgets-sortables").attr("id");data=$(widget).find("form").serialize()})(jQuery);$$(widget[0]).getParent(".widgets-holder-wrap").getElement(".ajax-feedback").setStyle("visibility","visible");$$(widget[0]).getElement(".ajax-feedback").setStyle("visibility","visible");var checks=$$(".override-checkbox").filter(function(check){return check.checked}).get("id");post={action:"gantry_admin",model:"widgets",gantry_action:"widgets-save",savewidgets:document.id("_wpnonce_widgets").get("value"),override_id:GantryWidgets.id,override_name:document.id("override_name").get("value"),overridden_sidebars:checks.join(","),sidebar:sb};if(del){post.delete_widget=1}data+="&"+(function($){return $.param(post)})(jQuery);if(massSave){return data}else{return new Request({url:AdminURI,onSuccess:function(response){var id;(function($){if(del){if(!$("input.widget_number",widget).val()){id=$("input.widget-id",widget).val();$("#available-widgets").find("input.widget-id").each(function(){if($(this).val()==id){$(this).closest("div.widget").show()}})}if(animate){order=0;widget.slideUp("fast",function(){$(this).remove();wpWidgets.saveOrder()})}else{widget.remove();wpWidgets.resize()}}else{$(".ajax-feedback").css("visibility","hidden");if(response&&response.length>2){$("div.widget-content",widget).html(response);wpWidgets.appendTitle(widget);wpWidgets.fixLabels(widget)}}if(order){wpWidgets.saveOrder()}})(jQuery);window.fireEvent("gantry-widgets",[this,data])}}).post(data._parseQueryString())}}},WPsaveOrder:function(){wpWidgets.saveOrder=function(sb,del){new Tips(".rok-tips",{title:"data-tips"});var checks=$$(".override-checkbox").filter(function(check){return check.checked}).get("id");var post={action:"gantry_admin",model:"widgets",gantry_action:"widgets-order",savewidgets:document.id("_wpnonce_widgets").get("value"),override_id:GantryWidgets.id,override_name:document.id("override_name").get("value"),overridden_sidebars:checks.join(","),sidebars:[]};if(del){post.delete_widget=1}$$("div.widgets-sortables").each(function(item){var children=item.getChildren().filter(function(div){return div.get("id")});post["sidebars["+item.get("id")+"]"]=children.get("id").join(",")});new Request({url:AdminURI,onRequest:function(){if(sb){document.id(sb).getParent(".widgets-holder-wrap").getElement("img.ajax-feedback").setStyle("visibility","visible")}},onSuccess:function(){$$("img.ajax-feedback").setStyle("visibility","hidden");wpWidgets.resize()}}).post(post)}},notices:function(){var notices=$$(".gantry-notice");if(notices.length){notices.each(function(notice){var close=notice.getElement(".close");if(close){var fx=new Fx.Tween(notice,{duration:200,link:"ignore",onComplete:function(){if(document.id(notice)){notice.dispose()}}});close.addEvent("click",fx.start.pass(["opacity",0],fx))}})}var deletOverride=$$(".overrides-button.button-del");deletOverride.addEvent("click",function(e){var del=confirm(GantryLang.are_you_sure);if(!del){e.stop()}})}};String.implement({_parseQueryString:function(){var vars=this.split(/[&;]/),res={};if(vars.length){vars.each(function(val){var index=val.indexOf("="),keys=index<0?[""]:val.substr(0,index).match(/[^\]\[]+/g),value=decodeURIComponent(val.substr(index+1)).replace(/\+/g," "),obj=res;keys.each(function(key,i){key=decodeURIComponent(key);var current=obj[key];if(i<keys.length-1){obj=obj[key]=current||{}}else{if($type(current)=="array"){current.push(value)}else{obj[key]=$defined(current)?[current,value]:value}}})})}return res}});window.addEvent("domready",GantryWidgets.init);
admin/widgets/gantry.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/gantry.js CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * @package Gantry Template Framework - RocketTheme
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
1
  /**
2
  * @package Gantry Template Framework - RocketTheme
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
admin/widgets/gradient/js/gradient.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/positions/js/positions-utils.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/preset/js/preset-saver.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/preset/js/preset.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/radios/js/radios.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/selectbox/js/selectbox.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/slider/js/slider-utils.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/slider/js/slider.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin/widgets/tips/js/tips.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
admin_functions.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -544,7 +544,7 @@ function gantry_widgets_admin_force_accessibility_off() {
544
  if (is_array($filters)) {
545
  foreach ($filters as $priority_filters) {
546
  foreach ($priority_filters as $filter) {
547
- if (preg_match('/lambda_/u', $filter['function'])) {
548
  remove_filter('admin_body_class', $filter['function']);
549
  set_user_setting('widgets_access', 'off');
550
  add_action('admin_notices', create_function(null, 'echo "<div class=\'error\'><p>"._g("Gantry themes currently do not support Widget Accessability Mode")."</p></div>";'));
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
544
  if (is_array($filters)) {
545
  foreach ($filters as $priority_filters) {
546
  foreach ($priority_filters as $filter) {
547
+ if (is_string($filter['function']) && preg_match('/lambda_/u', $filter['function'])) {
548
  remove_filter('admin_body_class', $filter['function']);
549
  set_user_setting('widgets_access', 'off');
550
  add_action('admin_notices', create_function(null, 'echo "<div class=\'error\'><p>"._g("Gantry themes currently do not support Widget Accessability Mode")."</p></div>";'));
ajax-models/example.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryelement.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryform.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryformfield.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryformfieldhelper.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryformgroup.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryformhelper.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryformitem.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryformnaminghelper.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryhtmlselect.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryparameters.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/config/gantryselect.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantry.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -785,7 +785,7 @@ class Gantry extends GantrySingleton {
785
  $path = '/'.preg_replace('#^'.quotemeta($this->baseUrl).'#',"",$path);
786
  }
787
  $filename = strtolower(basename($path, '.css')) . rand(0,1000);
788
- wp_enqueue_style($filename, $path, array(), '1.23');
789
  $deps[]=$path;
790
  }
791
  }
@@ -798,11 +798,11 @@ class Gantry extends GantrySingleton {
798
  if ($this->baseUrl != "/"){
799
  $path = '/'.preg_replace('#^'.quotemeta($this->baseUrl).'#',"",$path);
800
  }
801
- wp_enqueue_script($path, $path, $deps, '1.23');
802
  $deps[]=$path;
803
  }
804
  foreach ($this->_full_scripts as $strSrc) {
805
- wp_enqueue_script( $strSrc, $strSrc, $deps, '1.23');
806
  $deps[]=$strSrc;
807
  }
808
 
@@ -1143,7 +1143,7 @@ class Gantry extends GantrySingleton {
1143
  $dir = dirname($file);
1144
  $scripturl = GantryUrl::explode($file);
1145
  $base = GantryUrl::explode(get_option('siteurl'));
1146
- $same_domain = ($scripturl['host'] = $base['host'] && preg_match('#^'.$base['path'].'#',$scripturl['path']));
1147
 
1148
  if ($dir != ".") {
1149
  // full url
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
785
  $path = '/'.preg_replace('#^'.quotemeta($this->baseUrl).'#',"",$path);
786
  }
787
  $filename = strtolower(basename($path, '.css')) . rand(0,1000);
788
+ wp_enqueue_style($filename, $path, array(), '1.24');
789
  $deps[]=$path;
790
  }
791
  }
798
  if ($this->baseUrl != "/"){
799
  $path = '/'.preg_replace('#^'.quotemeta($this->baseUrl).'#',"",$path);
800
  }
801
+ wp_enqueue_script($path, $path, $deps, '1.24');
802
  $deps[]=$path;
803
  }
804
  foreach ($this->_full_scripts as $strSrc) {
805
+ wp_enqueue_script( $strSrc, $strSrc, $deps, '1.24');
806
  $deps[]=$strSrc;
807
  }
808
 
1143
  $dir = dirname($file);
1144
  $scripturl = GantryUrl::explode($file);
1145
  $base = GantryUrl::explode(get_option('siteurl'));
1146
+ $same_domain = ($scripturl['host'] == $base['host'] && preg_match('#^'.$base['path'].'#',$scripturl['path']));
1147
 
1148
  if ($dir != ".") {
1149
  // full url
core/gantrybodylayout.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrybrowser.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrycommentstempllayout.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrydiagnostic.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantryflatfile.class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  defined('GANTRY_VERSION') or die();
3
  /**
4
- * @version 1.23 January 15, 2012
5
  * @author RocketTheme http://www.rockettheme.com
6
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  defined('GANTRY_VERSION') or die();
3
  /**
4
+ * @version 1.24 June 26, 2012
5
  * @author RocketTheme http://www.rockettheme.com
6
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrygizmo.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrygzipper.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantryini.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantryjson.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrylayout.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantryloader.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantryparams.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantryplatform.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrypositions.class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * @package Gantry Template Framework - RocketTheme
4
- * @version 1.23 January 15, 2012
5
  * @author RocketTheme http://www.rockettheme.com
6
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
  * @package Gantry Template Framework - RocketTheme
4
+ * @version 1.24 June 26, 2012
5
  * @author RocketTheme http://www.rockettheme.com
6
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrysingleton.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrystylelink.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrytemplatedetails.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/gantrywidget.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/params/gantrycookieparams.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/params/gantrymenuitemparams.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/params/gantryoverrideparams.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/params/gantrysessionparams.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/params/gantryurlparams.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/renderers/gantrycommentsrenderer.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/renderers/gantrydebugmainbodyrenderer.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/renderers/gantryfeaturerenderer.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/renderers/gantrymainbodyrenderer.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/renderers/gantryorderedmainbodyrenderer.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/renderers/gantrywidgetsrenderer.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/facttypes/archive.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/facttypes/menu.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/facttypes/post_type.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/facttypes/taxonomy.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/facttypes/templatepage.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/gantryoverridefact.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/gantryoverrides.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/gantryoverridesengine.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/rules/gantrypagecallfact.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/cache/cache.class.php CHANGED
@@ -2,7 +2,7 @@
2
  require_once 'cacheDriver.interface.php';
3
 
4
  /**
5
- * @version 1.23 January 15, 2012
6
  * @author RocketTheme http://www.rockettheme.com
7
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
8
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -20,12 +20,12 @@ require_once 'cacheDriver.interface.php';
20
  * @throws CacheException
21
  */
22
  class RokCache/**
23
- * @version 1.23 January 15, 2012
24
  * @author RocketTheme http://www.rockettheme.com
25
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
26
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
27
  *//**
28
- * @version 1.23 January 15, 2012
29
  * @author RocketTheme http://www.rockettheme.com
30
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
31
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
2
  require_once 'cacheDriver.interface.php';
3
 
4
  /**
5
+ * @version 1.24 June 26, 2012
6
  * @author RocketTheme http://www.rockettheme.com
7
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
8
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
20
  * @throws CacheException
21
  */
22
  class RokCache/**
23
+ * @version 1.24 June 26, 2012
24
  * @author RocketTheme http://www.rockettheme.com
25
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
26
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
27
  *//**
28
+ * @version 1.24 June 26, 2012
29
  * @author RocketTheme http://www.rockettheme.com
30
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
31
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/cache/cacheDriver.interface.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
 
3
  /**
4
- * @version 1.23 January 15, 2012
5
  * @author RocketTheme http://www.rockettheme.com
6
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
 
3
  /**
4
+ * @version 1.24 June 26, 2012
5
  * @author RocketTheme http://www.rockettheme.com
6
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/cache/fileCacheDriver.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/cache/wpTransientCacheDriver.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantryarrayhelper.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantrycache.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantrydate.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantryfilterinput.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantryregistry.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantrysimplexmlelement.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantrytemplateinfo.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantryurl.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/gantryxml.class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  *
4
- * @version 1.23 January 15, 2012
5
  * @author RocketTheme http://www.rockettheme.com
6
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
  *
4
+ * @version 1.24 June 26, 2012
5
  * @author RocketTheme http://www.rockettheme.com
6
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/registry/format/ini.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/registry/format/json.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/registry/format/php.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/registry/format/xml.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
core/utilities/registry/gantryregistryformat.class.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/gantry-ie6.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/gantry.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/gantrydivider.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/grid-12.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/grid-16.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/iphone-gantry.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/wordpress-ie6.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/wordpress-ie7.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
css/wordpress.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -125,6 +125,7 @@ body.rtl ol.commentlist .comment_gravatar_wrapper, body.rtl ol.commentlist .comm
125
  .rt-wordpress span.edit {margin-left: 10px;float: left;}
126
  .rt-wordpress .rt-articleinfo {margin-bottom: 15px;}
127
  .rt-wordpress .rt-articleinfo span.modified, .rt-wordpress .rt-articleinfo span.author, .rt-wordpress .rt-articleinfo span.created, .rt-wordpress .rt-articleinfo span.url {display: block;font-size: 95%;}
 
128
  .rt-wordpress .rt-articleinfo span.author {color: #969696;font-style: italic;}
129
  .rt-wordpress .rt-articleinfo span.created {font-weight: bold;}
130
  .rt-wordpress .rt-description {margin: 10px 0px 10px 0px;overflow: hidden;}
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
125
  .rt-wordpress span.edit {margin-left: 10px;float: left;}
126
  .rt-wordpress .rt-articleinfo {margin-bottom: 15px;}
127
  .rt-wordpress .rt-articleinfo span.modified, .rt-wordpress .rt-articleinfo span.author, .rt-wordpress .rt-articleinfo span.created, .rt-wordpress .rt-articleinfo span.url {display: block;font-size: 95%;}
128
+ .component-content .rt-category, .component-content .rt-date-modified, .component-content .rt-date-posted, .component-content .rt-author, .component-content .rt-comments-count {display: block;font-size: 95%;}
129
  .rt-wordpress .rt-articleinfo span.author {color: #969696;font-style: italic;}
130
  .rt-wordpress .rt-articleinfo span.created {font-weight: bold;}
131
  .rt-wordpress .rt-description {margin: 10px 0px 10px 0px;overflow: hidden;}
functions.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -134,7 +134,7 @@ function gantry_construct() {
134
  /**
135
  * @name GANTRY_VERSION
136
  */
137
- define('GANTRY_VERSION', '1.23');
138
 
139
 
140
  if (!defined('DS')) {
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
134
  /**
135
  * @name GANTRY_VERSION
136
  */
137
+ define('GANTRY_VERSION', '1.24');
138
 
139
 
140
  if (!defined('DS')) {
gantry.config.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gantry.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -10,7 +10,7 @@
10
  Plugin Name: Gantry Template Framework
11
  Plugin URI: http://www.gantry-framework.org/
12
  Description: This is a Framework to support easily modifiable themes that are very extensible.
13
- Version: 1.23
14
  Author: RocketTheme
15
  Author URI: http://www.rockettheme.com/wordpress
16
  License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
10
  Plugin Name: Gantry Template Framework
11
  Plugin URI: http://www.gantry-framework.org/
12
  Description: This is a Framework to support easily modifiable themes that are very extensible.
13
+ Version: 1.24
14
  Author: RocketTheme
15
  Author URI: http://www.rockettheme.com/wordpress
16
  License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/analytics.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/autoparagraphs.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/belatedpng.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/childcss.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/commentreply.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/feedlinks.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/ie6.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/ie6warn.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/iphonegradients.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/iphoneimages.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/jstools.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/loadposition.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/muregisterstyle.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/pagesuffix.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/rokstyle.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/rtl.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/smartload.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/styledeclaration.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/texturize.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/thumbnails.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/title.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/webfonts.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
gizmos/widgetshortcodes.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/body_debugmainbody.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/body_iphonemainbody.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/body_mainbody.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/chrome_basic.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/chrome_standard.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/comment_basic.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/commentstempl_basic.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/doc_body.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/doc_tag.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/orderedbody_mainbody.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/widget_basic.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/widget_sidebar.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
html/layouts/widget_standard.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/fusion.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/gantry-buildspans.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/gantry-ie6menu.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/gantry-ie6warn.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/gantry-inputs.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/gantry-smartload.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/gantry-totop.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/gantrydivider.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/imenu.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
js/sfhover.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
languages/gantry.mo CHANGED
Binary file
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: gantry
3
  Author URI: http://gantry-framework.org
4
  Tags: gantry, framework, template, theme, widgets, flexible, extensible, configurable, 960px, grid, columns, powerful
5
  Requires at least: 3.0
6
- Tested up to: 3.3.1
7
- Stable tag: 1.23
8
 
9
  Gantry is a comprehensive set of building blocks to enable the rapid development and realization of a design into a flexible and powerful web platform
10
 
@@ -79,6 +79,13 @@ Once you downloaded and installed Gantry Framework plugin, please download also
79
 
80
  == Changelog ==
81
 
 
 
 
 
 
 
 
82
  = 1.23 =
83
  * Fixed the z-index of WordPress screen meta tabs on the widgets page
84
  * Added CSS code used for multi-column blog view
3
  Author URI: http://gantry-framework.org
4
  Tags: gantry, framework, template, theme, widgets, flexible, extensible, configurable, 960px, grid, columns, powerful
5
  Requires at least: 3.0
6
+ Tested up to: 3.4
7
+ Stable tag: 1.24
8
 
9
  Gantry is a comprehensive set of building blocks to enable the rapid development and realization of a design into a flexible and powerful web platform
10
 
79
 
80
  == Changelog ==
81
 
82
+ = 1.24 =
83
+ * Fix for the Warning:preg_match() on the Widgets page when The Events Calendar plugin was activated (possible solution for similar issues with other plugins)
84
+ * Added some small CSS fixes for font-size of the meta elements
85
+ * Gantry iPhone Menu is now a Gantry Mobile Menu as it works both on iPhone and Android platforms
86
+ * Fix for the same domain check which could cause issues ie. with Wordpress MU Domain Mapping
87
+ * Fixed some Ajax behavior on the widget overrides page
88
+
89
  = 1.23 =
90
  * Fixed the z-index of WordPress screen meta tabs on the widgets page
91
  * Added CSS code used for multi-column blog view
tmpl/index-iphone.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/archives.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/breadcrumbs.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/categories.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/copyright.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/date.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/divider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/fontsizer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/admin/fields/themelist.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/css/widget_admin.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * @version 1.23 January 15, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  /**
2
+ * @version 1.24 June 26, 2012
3
  * @author RocketTheme http://www.rockettheme.com
4
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/GantryMenu.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/common/RokBrowserCheck.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/common/includes.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/includes.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenu.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuNode.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/librokmenu/includes.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/iphonemenu.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
@@ -18,10 +18,10 @@ class GantryWidgetiPhoneMenu extends GantryWidgetMenu {
18
 
19
  var $short_name = 'iphonemenu';
20
  var $wp_name = 'gantry_iphonemenu';
21
- var $long_name = 'Gantry iPhone Menu';
22
- var $description = 'Gantry iPhone Description';
23
  var $css_classname = 'widget_gantry_iphonemenu';
24
- var $width = 300;
25
  var $height = 400;
26
  var $_defaults = array(
27
  'limit_levels' => 0,
@@ -41,7 +41,7 @@ class GantryWidgetiPhoneMenu extends GantryWidgetMenu {
41
 
42
  public function render($args, $instance) {
43
  global $gantry;
44
- if ($gantry->browser->platform == 'iphone') {
45
  parent::render($args, $instance);
46
  }
47
  }
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
18
 
19
  var $short_name = 'iphonemenu';
20
  var $wp_name = 'gantry_iphonemenu';
21
+ var $long_name = 'Gantry Mobile Menu';
22
+ var $description = 'Gantry iPhone/Android Menu';
23
  var $css_classname = 'widget_gantry_iphonemenu';
24
+ var $width = 200;
25
  var $height = 400;
26
  var $_defaults = array(
27
  'limit_levels' => 0,
41
 
42
  public function render($args, $instance) {
43
  global $gantry;
44
+ if ($gantry->browser->platform == 'iphone' || $gantry->browser->platform == 'android') {
45
  parent::render($args, $instance);
46
  }
47
  }
widgets/links.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/logo.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/menu.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/meta.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/overridesmap.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/pages.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/recentcomments.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/recentposts.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/resetsettings.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/totop.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
widgets/viewswitcher.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 1.23 January 15, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
1
  <?php
2
  /**
3
+ * @version 1.24 June 26, 2012
4
  * @author RocketTheme http://www.rockettheme.com
5
  * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only