Gantry 4 Framework - Version 4.1.21

Version Description

  • Various PHP 7.4 fixes
Download this release

Release Info

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

Code changes from version 4.1.20 to 4.1.21

Files changed (283) hide show
  1. CHANGELOG.php +1 -1
  2. CREDITS.php +1 -1
  3. MD5SUMS +281 -281
  4. admin/admin_assignments.php +1 -1
  5. admin/admin_functions.php +1 -1
  6. admin/admin_presets.php +1 -1
  7. admin/ajax-models/cache.php +1 -1
  8. admin/ajax-models/lesscompiler.php +1 -1
  9. admin/ajax-models/overrides.php +1 -1
  10. admin/ajax-models/presets-saver.php +1 -1
  11. admin/ajax-models/widgets.php +1 -1
  12. admin/assignment_functions.php +1 -1
  13. admin/forms/fields/ajaxbutton.php +1 -1
  14. admin/forms/fields/alias.php +1 -1
  15. admin/forms/fields/animation.php +1 -1
  16. admin/forms/fields/categories.php +1 -1
  17. admin/forms/fields/checkbox.php +1 -1
  18. admin/forms/fields/colorchooser.php +1 -1
  19. admin/forms/fields/dateformats.php +1 -1
  20. admin/forms/fields/diagnostic.php +1 -1
  21. admin/forms/fields/file.php +1 -1
  22. admin/forms/fields/filelist.php +1 -1
  23. admin/forms/fields/fonts.php +1 -1
  24. admin/forms/fields/gantry.php +1 -1
  25. admin/forms/fields/gradient.php +1 -1
  26. admin/forms/fields/groupedlist.php +1 -1
  27. admin/forms/fields/hidden.php +1 -1
  28. admin/forms/fields/html.php +1 -1
  29. admin/forms/fields/imagelist.php +1 -1
  30. admin/forms/fields/imagepicker.php +2 -2
  31. admin/forms/fields/integer.php +1 -1
  32. admin/forms/fields/linkcategories.php +1 -1
  33. admin/forms/fields/list.php +1 -1
  34. admin/forms/fields/navmenulist.php +1 -1
  35. admin/forms/fields/overlays.php +1 -1
  36. admin/forms/fields/password.php +1 -1
  37. admin/forms/fields/position.php +1 -1
  38. admin/forms/fields/positions.php +9 -9
  39. admin/forms/fields/positionslist.php +1 -1
  40. admin/forms/fields/preset.php +1 -1
  41. admin/forms/fields/radio.php +1 -1
  42. admin/forms/fields/selectbox.php +1 -1
  43. admin/forms/fields/showmax.php +1 -1
  44. admin/forms/fields/slider.php +1 -1
  45. admin/forms/fields/spacer.php +1 -1
  46. admin/forms/fields/text.php +1 -1
  47. admin/forms/fields/textarea.php +1 -1
  48. admin/forms/fields/textplus.php +1 -1
  49. admin/forms/fields/tips.php +1 -1
  50. admin/forms/fields/toggle.php +1 -1
  51. admin/forms/fields/updater.php +2 -2
  52. admin/forms/groups/chain.php +1 -1
  53. admin/forms/groups/columns.php +1 -1
  54. admin/forms/groups/enabledgroup.php +1 -1
  55. admin/forms/groups/grouped.php +1 -1
  56. admin/forms/groups/position.php +1 -1
  57. admin/forms/groups/selectedset.php +1 -1
  58. admin/forms/groups/set.php +1 -1
  59. admin/index.php +1 -1
  60. admin/index_orig.php +1 -1
  61. admin/meta-links/cache.php +1 -1
  62. admin/meta-links/presets.php +1 -1
  63. admin/override.php +1 -1
  64. admin/override_orig.php +1 -1
  65. admin/widgets/assignments/js/assignments.js +1 -1
  66. admin/widgets/colorchooser/css/mooRainbow-2.0.css +2 -2
  67. admin/widgets/gantry-ie.css +1 -1
  68. admin/widgets/gantry-ie7.css +1 -1
  69. admin/widgets/gantry-opera.css +1 -1
  70. admin/widgets/gantry-widgets.css +1 -1
  71. admin/widgets/gantry-widgets.js +1 -1
  72. admin/widgets/gantry.css +1 -1
  73. admin_functions.php +1 -1
  74. ajax-models/example.php +1 -1
  75. autoload.php +1 -1
  76. bugfixes.php +1 -1
  77. classes/Gantry/CssFileResolver.php +1 -1
  78. classes/Gantry/FileResolver.php +1 -1
  79. classes/Gantry/Loader.php +1 -1
  80. classes/Gantry/Uri.php +1 -1
  81. classes/Gantry/Uri/Builder.php +1 -1
  82. classes/Gantry/Uri/Components.php +1 -1
  83. classes/Gantry/Uri/Util.php +1 -1
  84. core/config/gantryelement.class.php +1 -1
  85. core/config/gantryform.class.php +1 -1
  86. core/config/gantryformfield.class.php +2 -2
  87. core/config/gantryformfieldhelper.class.php +1 -1
  88. core/config/gantryformgroup.class.php +1 -1
  89. core/config/gantryformhelper.class.php +1 -1
  90. core/config/gantryformitem.class.php +1 -1
  91. core/config/gantryformnaminghelper.class.php +1 -1
  92. core/config/gantryhtmlselect.class.php +1 -1
  93. core/config/gantryparameters.class.php +1 -1
  94. core/config/gantryselect.class.php +1 -1
  95. core/gantry.class.php +10 -10
  96. core/gantrybodylayout.class.php +1 -1
  97. core/gantrybrowser.class.php +1 -1
  98. core/gantrycommentstempllayout.class.php +1 -1
  99. core/gantrydiagnostic.class.php +1 -1
  100. core/gantryflatfile.class.php +1 -1
  101. core/gantrygizmo.class.php +1 -1
  102. core/gantrygzipper.class.php +1 -1
  103. core/gantryini.class.php +10 -10
  104. core/gantryjson.class.php +1 -1
  105. core/gantrylayout.class.php +1 -1
  106. core/gantryloader.class.php +1 -1
  107. core/gantryparams.class.php +1 -1
  108. core/gantryplatform.class.php +1 -1
  109. core/gantrypositions.class.php +1 -1
  110. core/gantrystylelink.class.php +1 -1
  111. core/gantrytemplate.class.php +1 -1
  112. core/gantrywidget.class.php +1 -1
  113. core/params/gantryparamoverride.class.php +1 -1
  114. core/params/gantryparamprocessor.class.php +1 -1
  115. core/params/overrides/gantrycookieparamoverride.class.php +1 -1
  116. core/params/overrides/gantryoverrideparamoverride.class.php +1 -1
  117. core/params/overrides/gantrysessionparamoverride.class.php +1 -1
  118. core/params/overrides/gantryurlparamoverride.class.php +1 -1
  119. core/params/processors/alias.php +1 -1
  120. core/renderers/gantrycommentsrenderer.class.php +1 -1
  121. core/renderers/gantrydebugmainbodyrenderer.class.php +1 -1
  122. core/renderers/gantrymainbodyrenderer.class.php +1 -1
  123. core/renderers/gantryorderedmainbodyrenderer.class.php +1 -1
  124. core/renderers/gantrywidgetsrenderer.class.php +1 -1
  125. core/rules/facttypes/archive.class.php +1 -1
  126. core/rules/facttypes/post_type.class.php +1 -1
  127. core/rules/facttypes/taxonomy.class.php +1 -1
  128. core/rules/facttypes/templatepage.class.php +1 -1
  129. core/rules/facttypes/wpmllang.class.php +1 -1
  130. core/rules/gantryoverridefact.class.php +1 -1
  131. core/rules/gantryoverrides.class.php +1 -1
  132. core/rules/gantryoverridesengine.class.php +1 -1
  133. core/rules/gantrypagecallfact.class.php +1 -1
  134. core/utilities/cache/cache.class.php +1 -1
  135. core/utilities/cache/cacheDriver.interface.php +1 -1
  136. core/utilities/cache/fileCacheDriver.class.php +1 -1
  137. core/utilities/cache/wpTransientCacheDriver.class.php +1 -1
  138. core/utilities/gantryarrayhelper.class.php +1 -1
  139. core/utilities/gantrycache.class.php +3 -3
  140. core/utilities/gantrydate.class.php +1 -1
  141. core/utilities/gantryfile.class.php +1 -1
  142. core/utilities/gantryfilterinput.class.php +1 -1
  143. core/utilities/gantryfolder.class.php +1 -1
  144. core/utilities/gantrylesscompiler.class.php +7 -7
  145. core/utilities/gantrymobiledetect.class.php +1 -1
  146. core/utilities/gantrypath.class.php +1 -1
  147. core/utilities/gantryregistry.class.php +1 -1
  148. core/utilities/gantrysimplexmlelement.class.php +1 -1
  149. core/utilities/gantrytemplateinfo.class.php +1 -1
  150. core/utilities/gantryurl.class.php +1 -1
  151. core/utilities/gantryxml.class.php +1 -1
  152. core/utilities/registry/format/ini.php +1 -1
  153. core/utilities/registry/format/json.php +1 -1
  154. core/utilities/registry/format/php.php +1 -1
  155. core/utilities/registry/format/xml.php +1 -1
  156. core/utilities/registry/gantryregistryformat.class.php +1 -1
  157. css/gantry-ie6.css +1 -1
  158. css/gantry.css +1 -1
  159. css/gantrydivider.css +1 -1
  160. css/grid-12.css +1 -1
  161. css/grid-16.css +1 -1
  162. css/grid-responsive.css +1 -1
  163. css/iphone-gantry.css +1 -1
  164. css/wordpress-ie6.css +1 -1
  165. css/wordpress-ie7.css +1 -1
  166. css/wordpress.css +1 -1
  167. functions.php +3 -3
  168. gantry.config.php +1 -1
  169. gantry.php +2 -2
  170. gizmos/analytics.php +1 -1
  171. gizmos/autoparagraphs.php +1 -1
  172. gizmos/bbpress.php +1 -1
  173. gizmos/belatedpng.php +1 -1
  174. gizmos/buddypress.php +1 -1
  175. gizmos/childcss.php +1 -1
  176. gizmos/commentreply.php +1 -1
  177. gizmos/compatibility.php +1 -1
  178. gizmos/feedlinks.php +1 -1
  179. gizmos/font.php +1 -1
  180. gizmos/fontawesomepaths.php +1 -1
  181. gizmos/ie6.php +1 -1
  182. gizmos/ie6warn.php +1 -1
  183. gizmos/iphonegradients.php +1 -1
  184. gizmos/iphoneimages.php +1 -1
  185. gizmos/jstools.php +1 -1
  186. gizmos/loadposition.php +1 -1
  187. gizmos/maintenancemode.php +1 -1
  188. gizmos/mshelper.php +1 -1
  189. gizmos/pagesuffix.php +1 -1
  190. gizmos/rokstyle.php +1 -1
  191. gizmos/rtl.php +1 -1
  192. gizmos/searchhighlight.php +1 -1
  193. gizmos/smartload.php +1 -1
  194. gizmos/styledeclaration.php +1 -1
  195. gizmos/texturize.php +1 -1
  196. gizmos/thumbnails.php +1 -1
  197. gizmos/title.php +1 -1
  198. gizmos/webfonts.php +1 -1
  199. gizmos/widgetshortcodes.php +1 -1
  200. gizmos/woocommerce.php +1 -1
  201. gizmos/wpmenucart.php +1 -1
  202. gizmos/wpml.php +1 -1
  203. gizmos/yoast.php +1 -1
  204. html/layouts/body_debugmainbody.php +1 -1
  205. html/layouts/body_iphonemainbody.php +1 -1
  206. html/layouts/body_mainbody.php +1 -1
  207. html/layouts/chrome_basic.php +1 -1
  208. html/layouts/chrome_standard.php +1 -1
  209. html/layouts/comment_basic.php +1 -1
  210. html/layouts/commentstempl_basic.php +1 -1
  211. html/layouts/doc_body.php +1 -1
  212. html/layouts/doc_tag.php +1 -1
  213. html/layouts/orderedbody_mainbody.php +1 -1
  214. html/layouts/widget_basic.php +1 -1
  215. html/layouts/widget_sidebar.php +1 -1
  216. html/layouts/widget_standard.php +1 -1
  217. js/fusion.js +1 -1
  218. js/gantry-ie6menu.js +1 -1
  219. js/gantry-ie6warn.js +1 -1
  220. js/gantry-inputs.js +1 -1
  221. js/gantry-search-highlight.js +1 -1
  222. js/gantry-smartload.js +1 -1
  223. js/gantry-totop.js +1 -1
  224. js/gantrydivider.js +1 -1
  225. js/imenu.js +1 -1
  226. js/sfhover.js +1 -1
  227. libs/phpQuery/phpQueryObject.php +1 -1
  228. readme.txt +8 -2
  229. tmpl/index-iphone.php +1 -1
  230. widgets/archives.php +1 -1
  231. widgets/breadcrumbs.php +2 -2
  232. widgets/categories.php +1 -1
  233. widgets/copyright.php +1 -1
  234. widgets/date.php +1 -1
  235. widgets/divider.php +1 -1
  236. widgets/fontsizer.php +1 -1
  237. widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php +1 -1
  238. widgets/gantrymenu/admin/fields/themelist.php +1 -1
  239. widgets/gantrymenu/css/widget_admin.css +1 -1
  240. widgets/gantrymenu/libs/GantryMenu.php +1 -1
  241. widgets/gantrymenu/libs/common/RokBrowserCheck.php +1 -1
  242. widgets/gantrymenu/libs/common/includes.php +1 -1
  243. widgets/gantrymenu/libs/includes.php +1 -1
  244. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php +1 -1
  245. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php +1 -1
  246. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php +1 -1
  247. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php +1 -1
  248. widgets/gantrymenu/libs/librokmenu/RokMenu.php +1 -1
  249. widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php +1 -1
  250. widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php +1 -1
  251. widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php +1 -1
  252. widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php +1 -1
  253. widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php +1 -1
  254. widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php +1 -1
  255. widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php +1 -1
  256. widgets/gantrymenu/libs/librokmenu/RokMenuNode.php +1 -1
  257. widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php +1 -1
  258. widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php +1 -1
  259. widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php +1 -1
  260. widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php +1 -1
  261. widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php +1 -1
  262. widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php +1 -1
  263. widgets/gantrymenu/libs/librokmenu/includes.php +1 -1
  264. widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php +1 -1
  265. widgets/gantrymenu/libs/renderers/GantryMenuRendererWordpress.php +1 -1
  266. widgets/gantrymenu/themes/default/js/responsive-selectbox.js +1 -1
  267. widgets/gantrymenu/themes/default/js/responsive.js +1 -1
  268. widgets/gantrymenu/themes/default/js/rokmediaqueries.js +1 -1
  269. widgets/gantrymenu/themes/default/js/sidemenu.js +1 -1
  270. widgets/iphonemenu.php +1 -1
  271. widgets/links.php +1 -1
  272. widgets/loginbutton.php +2 -2
  273. widgets/loginform.php +2 -2
  274. widgets/logo.php +1 -1
  275. widgets/menu.php +1 -1
  276. widgets/meta.php +1 -1
  277. widgets/overridesmap.php +1 -1
  278. widgets/pages.php +1 -1
  279. widgets/recentcomments.php +1 -1
  280. widgets/recentposts.php +1 -1
  281. widgets/resetsettings.php +1 -1
  282. widgets/totop.php +1 -1
  283. widgets/viewswitcher.php +1 -1
CHANGELOG.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @version $Id: CHANGELOG.php 61634 2016-01-07 08:10:04Z jakub $
6
  * @author RocketTheme http://www.rockettheme.com
7
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
8
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
9
  */
10
  die();
4
  *
5
  * @version $Id: CHANGELOG.php 61634 2016-01-07 08:10:04Z jakub $
6
  * @author RocketTheme http://www.rockettheme.com
7
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
8
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
9
  */
10
  die();
CREDITS.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package gantry
6
  * @version $Id: CREDITS.php 58623 2012-12-15 22:01:32Z btowles $
7
  * @author RocketTheme http://www.rockettheme.com
8
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
9
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
10
  *
11
  */
5
  * @package gantry
6
  * @version $Id: CREDITS.php 58623 2012-12-15 22:01:32Z btowles $
7
  * @author RocketTheme http://www.rockettheme.com
8
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
9
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
10
  *
11
  */
MD5SUMS CHANGED
@@ -1,106 +1,106 @@
1
  ajax-models/index.html d41d8cd98f00b204e9800998ecf8427e
2
- ajax-models/example.php ddda44501e925bd4083237b5adc4fc82
3
  readme.txt 15c9cacb4ee9e67e8fe1862c7b5764ab
4
- widgets/totop.php c84dc2aa62b1623251d83ad0b05d9338
5
- widgets/viewswitcher.php d039d7a7acacecfaf3ba70afc945bedc
6
- widgets/menu.php b9b7977aa878d8ab6659f08cb95ee119
7
  widgets/breadcrumbs.xml 25a46c0a7b1c1c129c91d34cc44be439
8
- widgets/pages.php f18851b3a4c2dc002dc53f7770d0b9c9
9
- widgets/gantrymenu/themes/default/js/sidemenu.js 49b03954d7f4eff6b8abd80dced263b9
10
- widgets/gantrymenu/themes/default/js/rokmediaqueries.js 115c75efd5b32d98298574f4b7eba9eb
11
- widgets/gantrymenu/themes/default/js/responsive.js 90ca7d9c2da8212b451ea6aabbb8a631
12
  widgets/gantrymenu/themes/default/js/index.html 8a3edb0428f11a404535d9134c90063f
13
- widgets/gantrymenu/themes/default/js/responsive-selectbox.js c7ac34e4bc475427fa6b318a14f702d0
14
- widgets/gantrymenu/css/widget_admin.css 7267e369ef0c064183d134ea81db15ba
15
  widgets/gantrymenu/css/index.html d41d8cd98f00b204e9800998ecf8427e
16
- widgets/gantrymenu/libs/common/RokBrowserCheck.php 12675ff4d6086abeddcb842502d18d4d
17
- widgets/gantrymenu/libs/common/includes.php 5387f2dca2403a60281743fb03cf793f
18
  widgets/gantrymenu/libs/common/index.html d41d8cd98f00b204e9800998ecf8427e
19
- widgets/gantrymenu/libs/GantryMenu.php c907bd722a23d63ba4e5a52bc77d7c56
20
- widgets/gantrymenu/libs/includes.php 436d6b66a509133c614879f2a834801f
21
  widgets/gantrymenu/libs/index.html d41d8cd98f00b204e9800998ecf8427e
22
- widgets/gantrymenu/libs/librokmenu/RokMenuNode.php 21e2d6ed6eba64dbc939143e9b67be9a
23
- widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php f6e08a06c4de7caf8d8372c6a0312078
24
- widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php d2d4e1529d05684e4e99611177bc910a
25
- widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php e076d8b697bb4e9e2fe593f29c06916a
26
- widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php 6935fdcf9d7224e7f2bbd5d2069353e2
27
- widgets/gantrymenu/libs/librokmenu/RokMenu.php 11479989450f1d7e464b726e73fcb400
28
- widgets/gantrymenu/libs/librokmenu/includes.php c617259472271d71e52c9e2f8f6f9b39
29
- widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php c546f0c3b5930e478a6cf58983cf53d1
30
- widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php b2a2ac27bd961a6136c429b3b2519e18
31
- widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php bd72b79d63896a95fcf5c2a4ce8620a5
32
- widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php b6adc6116edb672901b069e856c0737f
33
- widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php 7a6573ab924c497069064368dcc98ca2
34
- widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php c685d2126c046fb334aa74d0936cfd9c
35
- widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php b4905fcbcc30ae53ea55d15a6d2d9c23
36
- widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php ea1b9b27cea494b3da245b6de2cc3a04
37
- widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php 37a97b45e40e8652908b2f360898c0b0
38
- widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php ab8f888a1eec2da99109b7f6c9a522c7
39
  widgets/gantrymenu/libs/librokmenu/index.html 010c2899cae19aa8ee502f624c039485
40
- widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php a88c22859e8ba5b913e9341bcaad8770
41
- widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php 7b70330f5d788d786a40e0d75b49d4b4
42
- widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php 9b51d7184fac65122b91df6cec9701ef
43
  widgets/gantrymenu/libs/renderers/index.html d41d8cd98f00b204e9800998ecf8427e
44
- widgets/gantrymenu/libs/renderers/GantryMenuRendererWordpress.php d9c731866ccf827ce05ccfe0a35840d6
45
- widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php 5f4d2387fb406160fbf0135004c0b07c
46
  widgets/gantrymenu/libs/providers/index.html d41d8cd98f00b204e9800998ecf8427e
47
- widgets/gantrymenu/admin/fields/themelist.php a1a2bc009c4c0868a2e962ba173ed239
48
  widgets/gantrymenu/admin/fields/index.html d41d8cd98f00b204e9800998ecf8427e
49
  widgets/gantrymenu/admin/index.html d41d8cd98f00b204e9800998ecf8427e
50
- widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php 1a46e1c24a71f175e7375098edd5f901
51
  widgets/gantrymenu/index.html d41d8cd98f00b204e9800998ecf8427e
52
  widgets/gantrymenu/js/mootools.js b8dc790de19c7b95e92315aae057a497
53
  widgets/gantrymenu/js/index.html d41d8cd98f00b204e9800998ecf8427e
54
  widgets/logo.xml e522f0b433d5db38004272526143d3ee
55
  widgets/date.xml 47cc13a501097b9d3a002c0929c6b71d
56
- widgets/breadcrumbs.php 2f7cac84b7dae2cbce2da8d1fa8bd90d
57
- widgets/loginform.php 8158ce6c8604e3d204142ee778333f4d
58
- widgets/archives.php 4bf24b01bcb0150cd4f31c8ecb1aac64
59
  widgets/copyright.xml 7520cb5052b11948ccd4607d60cdea98
60
  widgets/recentposts.xml d60f230153a08bba049068ffba7ca15c
61
  widgets/resetsettings.xml 300de5950affc376a9fb46d242478ee6
62
- widgets/categories.php b470a72fc1ab818d5d75ea6dddde5dbf
63
- widgets/overridesmap.php a8520b9d8890841b31b40d800648e05c
64
  widgets/recentcomments.xml 9560a0123f311b0ea6fb281ca638af44
65
  widgets/menu.xml d2504c9219892ff32caea0f2140e3d3d
66
- widgets/logo.php 16e521378b1682944ae9fdf5068ebc74
67
- widgets/links.php 34c1077b44bea78686b22e444ba779b5
68
- widgets/loginbutton.php fbb988804f542506ed39de90f212b92f
69
  widgets/links.xml 983ec8c136c84f9dcdccf2494b5f6298
70
  widgets/pages.xml 864297ab944f6f6d1683bb0aed4f4ac4
71
- widgets/copyright.php 06e6fb5e22b2ecd5c5473339234e10e9
72
- widgets/iphonemenu.php 22903fba4b50891916b364fc3a8db14a
73
- widgets/fontsizer.php efd63a864bc93f037e05d98112b29da1
74
  widgets/loginform.xml 26fa1e26d597161f1f33668207926411
75
  widgets/index.html d41d8cd98f00b204e9800998ecf8427e
76
  widgets/archives.xml 1afd18b493fda6d623614d2701bd0c50
77
  widgets/meta.xml f77c2a19fa5fe6b95576704774959eec
78
- widgets/recentposts.php a088b982c4b3938742eb8c494906c793
79
- widgets/resetsettings.php c7be0ccb83e32856a3f171ce69d7510d
80
- widgets/meta.php b589fc192e9ef8caffcb52e36b6f44b9
81
  widgets/fontsizer.xml 77afbf9a3700b10ad9a83d262796cf7b
82
  widgets/overridesmap.xml d062edbe62fc8cd15c269d164da74dfc
83
- widgets/divider.php eb09a2320e986f9802b7c8a0df080674
84
  widgets/totop.xml ce222afe1834fb12e6340143ede72bb2
85
  widgets/viewswitcher.xml d9158524afde20931b4e3b54417840f7
86
  widgets/categories.xml 125aeda3d4d31f8d7cb4af4c914570c8
87
  widgets/iphonemenu.xml 3efd5c36610ff90d601081683365bc22
88
  widgets/loginbutton.xml 6747ca3b33dc84874e5cfb560753e554
89
- widgets/date.php e941cc144098b04fa4e848dc2f68f89d
90
- widgets/recentcomments.php 25ce1b782db0ed550245c6a281c0b79f
91
- bugfixes.php 537172922b131f67d6d04cb9e724061e
92
- css/gantry.css f5bf9ac1915cceec62578b46c526b922
93
- css/grid-16.css 8c3a33ae9b17931e163fd05b4e7e2763
94
- css/gantrydivider.css 3d25197acdb8d530d77a18892a0d984c
95
  css/index.html d41d8cd98f00b204e9800998ecf8427e
96
- css/wordpress.css 6fc67370611af1d74564d260df89c6c0
97
- css/grid-responsive.css 17258a14ae36e4ce3dc75e6d947742d1
98
- css/grid-12.css 37012763f00c3f6b97665e5c12a1a97f
99
- css/iphone-gantry.css e14851f9b06381670c4c1ccc9570ecfd
100
- css/wordpress-ie7.css e22b49aaedd9e9be13df01f36b19017f
101
- css/wordpress-ie6.css 0d8c24d8a66e6c3eada072248dc1a38e
102
- css/gantry-ie6.css 2561d264addd854748f628ab3ec3b349
103
- gantry.config.php 899456d4daf14bd85e5617c39401341d
104
  libs/phpQuery.php 5f2079826defbcf5c88f3bec28d19b06
105
  libs/google-code-prettify/lang-sql.js 85dc53f8ee26511df07bf70ed75a7b04
106
  libs/google-code-prettify/lang-basic.js cc31708f1c51c30f23f7a6eb710bc797
@@ -138,14 +138,14 @@ libs/phpQuery/DOMEvent.php 4cfb949b69cc2a4d4d5a67ece0d6c2ee
138
  libs/phpQuery/DOMDocumentWrapper.php e14e671b5f90c40ffdc3c29d178bf07a
139
  libs/phpQuery/compat/mbstring.php 8d8f395cadd9331bce5bafef839d6fc8
140
  libs/phpQuery/Callback.php b28868641684b5afffe4866a553f448d
141
- libs/phpQuery/phpQueryObject.php a31214a62b94a645e57511a7148c09c6
142
- gantry.php 15f2e11afedd9a364c05d4bb2a08b90a
143
- admin/ajax-models/cache.php 17c289f5f36677f9317de72ceccd49a1
144
- admin/ajax-models/lesscompiler.php bdeee9ab3e4e130c34314b449fb20d3c
145
- admin/ajax-models/widgets.php 7fa6147e015a4d5dda9bfac31795b2da
146
  admin/ajax-models/index.html d41d8cd98f00b204e9800998ecf8427e
147
- admin/ajax-models/presets-saver.php 749459751066709c9978f012ef7e8b73
148
- admin/ajax-models/overrides.php eb5f6c9d2e663ff35d3590b84d26cc50
149
  admin/widgets/tips/index.html d41d8cd98f00b204e9800998ecf8427e
150
  admin/widgets/tips/js/tips.js 7127b38dc1f0b9fd8a5540cc8b7bf299
151
  admin/widgets/tips/js/index.html d41d8cd98f00b204e9800998ecf8427e
@@ -153,7 +153,7 @@ admin/widgets/Twipsy.js 8a4615a27f6e04431209c89db45a8743
153
  admin/widgets/positions/index.html d41d8cd98f00b204e9800998ecf8427e
154
  admin/widgets/positions/js/positions-utils.js a1fcbf725ac202872824521b4418606d
155
  admin/widgets/positions/js/index.html d41d8cd98f00b204e9800998ecf8427e
156
- admin/widgets/colorchooser/css/mooRainbow-2.0.css b57e9b3c327c42099351ff8ba917dd2c
157
  admin/widgets/colorchooser/css/mooRainbow-2.0.less 73a8fa09c524c091892d5bcc0bf25597
158
  admin/widgets/colorchooser/css/index.html d41d8cd98f00b204e9800998ecf8427e
159
  admin/widgets/colorchooser/css/mooRainbow.css 6fa2f91acbb0dc6bddc651efd1987a62
@@ -199,7 +199,7 @@ admin/widgets/slider/js/slider-utils.js 4cf34c78db862ae5208c8a427e7cf01a
199
  admin/widgets/slider/js/index.html d41d8cd98f00b204e9800998ecf8427e
200
  admin/widgets/slider/js/slider.js a958aa0ae6eb44e75eecded733d03911
201
  admin/widgets/bootstrap-2.3.2.min.js bed31fb959612a0a77d8e87b9d0b3683
202
- admin/widgets/gantry-opera.css cb708a44e2cc05efb269c2dae8843908
203
  admin/widgets/toggle/images/toggle.png d37ed69e34fa3f0f08ee4a86df94701d
204
  admin/widgets/toggle/images/index.html d41d8cd98f00b204e9800998ecf8427e
205
  admin/widgets/toggle/images/toggle-disabled.png fafd32c33b0fba155fbc3a4c6293b9f4
@@ -207,7 +207,7 @@ admin/widgets/toggle/js/touch.js 9b50493d5598356e483f33abd9dd9661
207
  admin/widgets/toggle/js/index.html d41d8cd98f00b204e9800998ecf8427e
208
  admin/widgets/toggle/js/toggle.js a9adaa0f51947bbbb2ca048c1647b0a4
209
  admin/widgets/ajaxbutton/js/ajaxbutton.js 984a6c693f73285fb53849609281b07b
210
- admin/widgets/gantry.css f9ffe0a4bb644be12297abb7554f9934
211
  admin/widgets/images/divider-bar.png 5a8b820524b76212dc13cc35b92d68b3
212
  admin/widgets/images/g4-logo-small.png 93dc0e355271c69d0d0652609b42b116
213
  admin/widgets/images/slider.png 56a834e712d3d07e896b29d2553c32bb
@@ -251,7 +251,7 @@ admin/widgets/images/google_favicon.png 561f5e9c5198b37b7739fa77a25c997c
251
  admin/widgets/images/spinner.gif faa74e8c61fc64d5edb11613c7eead2c
252
  admin/widgets/images/lowhigh-legend.png 200b76b2d8e7dba5ea5b19d5fb871573
253
  admin/widgets/images/divider-bar-old.png 98be4adb6f9acea6bda201ce1618a1c0
254
- admin/widgets/gantry-widgets.css 795f93022ac8c0bb96cc82e0d2332876
255
  admin/widgets/index.html d41d8cd98f00b204e9800998ecf8427e
256
  admin/widgets/growl.js 1026322a7d174c43067c7ad420e63c88
257
  admin/widgets/gantry.js 07a2ce26e91cea4cfd1572bf4be09b75
@@ -279,11 +279,11 @@ admin/widgets/preset/index.html d41d8cd98f00b204e9800998ecf8427e
279
  admin/widgets/preset/js/preset.js 84b1d909cc690114ace2215817a95aca
280
  admin/widgets/preset/js/index.html d41d8cd98f00b204e9800998ecf8427e
281
  admin/widgets/preset/js/preset-saver.js 5e551cbfc46dd2ffcfbc307fc26d155a
282
- admin/widgets/gantry-widgets.js c284839350a76927f7c715bd6ed2e6ec
283
- admin/widgets/gantry-ie7.css 3f765258c23811f48d2ca3f3b5c3c08e
284
  admin/widgets/assignments/index.html d41d8cd98f00b204e9800998ecf8427e
285
  admin/widgets/assignments/js/index.html d41d8cd98f00b204e9800998ecf8427e
286
- admin/widgets/assignments/js/assignments.js d54b147241647b250b0aded0e6b4c5cc
287
  admin/widgets/checkbox/images/checkbox-large.png 9de3e22a6cb64be6fe5f7ea07f82fe81
288
  admin/widgets/checkbox/images/checkbox-small.png 51c41abf8a74c11031a33f0ec0e87dac
289
  admin/widgets/checkbox/images/index.html d41d8cd98f00b204e9800998ecf8427e
@@ -295,78 +295,78 @@ admin/widgets/fonts/js/google-fonts.json 2abeeee4d672d48be682c3adad8987f7
295
  admin/widgets/gradient/index.html d41d8cd98f00b204e9800998ecf8427e
296
  admin/widgets/gradient/js/gradient.js d88107278026c5036225e512cca30492
297
  admin/widgets/gradient/js/index.html d41d8cd98f00b204e9800998ecf8427e
298
- admin/widgets/gantry-ie.css 8ed9d56e6a9f4a21b81a09f312abd166
299
  admin/widgets/bootstrap-multiselect.js 6324643f4bd8e361dec140abb9590bf8
300
  admin/widgets/gantry-administrator.css d113ed8da938d2e822827742f80b8977
301
  admin/widgets/bootstrap-multiselect.css f9d97852b22a7f1afeca10434862eb25
302
- admin/index.php 4a329505d02856d2cc635241f04847ca
303
  admin/cache/12.cache.txt 50d8fcf9b2d9b65ad68d5643ca2ca819
304
  admin/cache/16.cache.txt 2c913df369f84d867cbda579c531c298
305
  admin/cache/9.cache.txt b0a09f577af05fb451c33c50c223b802
306
  admin/cache/index.html d41d8cd98f00b204e9800998ecf8427e
307
- admin/meta-links/cache.php 93f2ef48bf0e970093a00faf87cb195e
308
- admin/meta-links/presets.php 991f5a1f83c287374202f6fab8b0bedf
309
  admin/meta-links/index.html d41d8cd98f00b204e9800998ecf8427e
310
  admin/screen-meta-links.php d81b6f95182e39eafdc58d546676a0c0
311
- admin/admin_presets.php 637d2708e33cd2b893cc919922c9dae7
312
  admin/index.html 1c7b413c3fa39d0fed40556d2658ac73
313
- admin/assignment_functions.php ce1b7b161f3a36a25ccec3088c054068
314
- admin/admin_functions.php b72cce4c1930029dde5af97380cb421c
315
- admin/override_orig.php cbb2f30cb5954d110703ca893fa426da
316
  admin/rt_fav.png 7f44f7d1f05143147d5e9fc8a10a305e
317
- admin/index_orig.php 4d0c7d6a0189fd7c177ea35f1fd9faf8
318
- admin/admin_assignments.php 83850ed8fb96970844e125905edb9f16
319
- admin/override.php 96ea9534b47c83538a918b0d9510c9f8
320
- admin/forms/fields/html.php ded4aa789913feefd7bd73f55d77140c
321
- admin/forms/fields/selectbox.php 5e5c7e0ad9fb70230bb89dc8021e06d6
322
- admin/forms/fields/updater.php 5a09f50606668b1ba684a50bcddbcc0a
323
- admin/forms/fields/password.php 289b6d336a941cb4630c141eb4d5c605
324
- admin/forms/fields/gradient.php 4fb98d7b09461c0f23f5db0015d608c6
325
- admin/forms/fields/textarea.php 4d799e99944395990dc651db982da323
326
- admin/forms/fields/ajaxbutton.php d52a53ba6d51a46247130bb2869e2d90
327
- admin/forms/fields/imagepicker.php 4567ac81510deff16f297cb0f8e87d6f
328
- admin/forms/fields/toggle.php cc415a49152cfc19be31a7232306fd51
329
- admin/forms/fields/positionslist.php f6d7699cd8a1ccbbcda87d9474b200d6
330
- admin/forms/fields/integer.php f63c90b6068507303e3771f76a13f137
331
- admin/forms/fields/preset.php f174efa79bf264070f4df4e5bd756007
332
- admin/forms/fields/slider.php 1e85974cc67e863ea5b056c2c8fd7057
333
- admin/forms/fields/categories.php a88863a6750bdbd24a48a2d3d64e4636
334
- admin/forms/fields/gantry.php beb783c8bd961a9b8bb205424bcebdfc
335
- admin/forms/fields/spacer.php 32c273bca6becd2367e46aa31d7024dd
336
- admin/forms/fields/dateformats.php 1eb696bffb60107a30a84d781dd5d2ef
337
  admin/forms/fields/index.html d41d8cd98f00b204e9800998ecf8427e
338
- admin/forms/fields/linkcategories.php e21e1d516348caa7ff91470bd49cc744
339
- admin/forms/fields/fonts.php f7cfed2fd599f32706f17cd9cc7abf49
340
- admin/forms/fields/alias.php 7ae285f6ea11e385f65e2607240641f3
341
- admin/forms/fields/diagnostic.php 0307ae1ebd0aaace8fbdffe81cf1129e
342
- admin/forms/fields/filelist.php 8f662ec5ba6aaec783b55c18b8a7a3cb
343
- admin/forms/fields/text.php 43b248d1d4fc984e692a1a3f392b281c
344
- admin/forms/fields/tips.php fa08e21dbc59cff827e06d72fe375190
345
- admin/forms/fields/textplus.php 7ba163ffd092c33e0cbaf7065ac88326
346
- admin/forms/fields/imagelist.php 61b1d41f6c93dbfce8300dc793c494d2
347
- admin/forms/fields/positions.php 481896b78b6fd2c06ce13356f48382e5
348
- admin/forms/fields/radio.php 1f1c34a402114efd59697bbe8ca3119a
349
- admin/forms/fields/checkbox.php 92b642487692c6b2ff4fd9e8460efb13
350
- admin/forms/fields/overlays.php aab57632d4710af3779640ad0faa8bca
351
- admin/forms/fields/showmax.php 497879fe868538fe3a125c0e56e5e8f4
352
- admin/forms/fields/hidden.php 3157e57e4e96d0ada555d79374e50186
353
- admin/forms/fields/file.php 38eb1ad40045d63a549bbad2a5f38f14
354
- admin/forms/fields/colorchooser.php 9f180e6700c76261d41d2051a8d5ad23
355
- admin/forms/fields/navmenulist.php 3678b7b5b943d5c3dc511098eda2e7cf
356
- admin/forms/fields/groupedlist.php ad70d4ee7ca4694bd007121f73cde6a4
357
- admin/forms/fields/position.php 747359b6cc8db72494b7c3bdd4f197d5
358
- admin/forms/fields/animation.php ba18921c873f23259ef92ae670d60f5f
359
- admin/forms/fields/list.php 646bf78ac918084d5afa24a6e617e81e
360
  admin/forms/index.html d41d8cd98f00b204e9800998ecf8427e
361
- admin/forms/groups/chain.php cb4b60c5b4acb1d800a03866eb687fd6
362
- admin/forms/groups/enabledgroup.php 6c5664d6d1e0fc97d26c85c035ef4010
363
  admin/forms/groups/index.html d41d8cd98f00b204e9800998ecf8427e
364
- admin/forms/groups/grouped.php 463f2d4305ed25aa074ad4d3c2765f88
365
- admin/forms/groups/set.php 319c88215a0efd31b081db66117122a7
366
- admin/forms/groups/columns.php 73bc88845b7567361e6bfb388bbf87d5
367
- admin/forms/groups/selectedset.php a4457e95fc10327865399a00a199790c
368
  admin/forms/groups/innertabs.php 1105f67378892b36e6bc2e44bb577961
369
- admin/forms/groups/position.php d7d23ae143194657f8ec326a4685c77f
370
  plugin-updater/.gitkeep d41d8cd98f00b204e9800998ecf8427e
371
  images/header-assets.png 0af41557bbcb5a2fec3dfc4c292e1405
372
  images/blank.png 05e8d1ff9dc55aad50ad54c57e99d188
@@ -393,26 +393,26 @@ images/speach-bubble.png 3c80cb07d9d6a57d87e751da41efa59e
393
  images/bg-3-6-3.png ab95c77bee438263e6848daaeb6216d9
394
  images/blank.gif f58783577b00e764e743e1ebd1b1d68c
395
  images/spinner.gif 117a2ea3fe0fa5ffcb104eca058111c7
396
- functions.php ceb018b32899303c2ad5ebe8dd3ad756
397
  index.html d41d8cd98f00b204e9800998ecf8427e
398
- CHANGELOG.php 98f541381cda810308f44cdc2c42ff28
399
- core/gantrygzipper.class.php 2673e9c254cb11eac280e4bb6d910b90
400
- core/gantrybodylayout.class.php b195ca44cc9d6c9aab2c656fad20da31
401
- core/gantryplatform.class.php 6c6fdd69f2be5e960610c1e984f9540b
402
- core/gantrydiagnostic.class.php 8a97ad994d6172e4be744099a52f438f
403
- core/gantrypositions.class.php a124df2a1f9d84cd37170979f19cc5ea
404
  core/rules/stylerules.srl 9bfa3989975fe44c67249aa506ce8b83
405
- core/rules/gantrypagecallfact.class.php 3cc4547f106886334dd1eb94189b9105
406
- core/rules/facttypes/taxonomy.class.php 6575b2111d987291d197e826083648ca
407
- core/rules/facttypes/post_type.class.php 7aa0deb2e1cda0fbed6ed057638424d8
408
  core/rules/facttypes/index.html d41d8cd98f00b204e9800998ecf8427e
409
- core/rules/facttypes/archive.class.php 9d3892b1c1b0d8f0946fddbeafefb10a
410
  core/rules/facttypes/menu.class.php d9258c70b3f1926683c47ed9de53d183
411
- core/rules/facttypes/templatepage.class.php 0e07402779559cfdc0963384762dcc49
412
- core/rules/facttypes/wpmllang.class.php 3b11069d2514d5193ce78e4353992571
413
  core/rules/index.html d41d8cd98f00b204e9800998ecf8427e
414
- core/rules/gantryoverridefact.class.php 46e6d557a39e99e74d8f685333739089
415
- core/rules/gantryoverridesengine.class.php 66aebb40bf7ad2de10f782477e2e030d
416
  core/rules/phprules/Fact.class.php 2e7a0b9374d658cf1b4d278242f8c230
417
  core/rules/phprules/WorkingMemory.class.php 57273a3fe11ef694739e7d3d0f733deb
418
  core/rules/phprules/ActionFassade.class.php dcb07f28333d45bcf868a890d78aaf4f
@@ -422,118 +422,118 @@ core/rules/phprules/phprules.php d8db7525a5bdb29701dace8a035b55a6
422
  core/rules/phprules/Rule.class.php dd0100265b0d53b807878a545fae24ec
423
  core/rules/phprules/RuleBase.class.php ca3482368607b4f337971f00723f171a
424
  core/rules/phprules/RuleSession.class.php 48d93214db002f19f9f6109e63147d8d
425
- core/rules/gantryoverrides.class.php c16465b2a40d6003b84bf5fac2be31f5
426
- core/utilities/gantryxml.class.php 74734cee6b2d4ddf0ebe44fb35d7f716
427
- core/utilities/gantryfilterinput.class.php d32536e7c8f5d5bd3b6b6bdcc43b9526
428
- core/utilities/gantryfile.class.php e11d298cffb30d38c58c0344677b96c0
429
- core/utilities/cache/cache.class.php 3d0de588fecb2eee935a9298087c3285
430
  core/utilities/cache/index.html d41d8cd98f00b204e9800998ecf8427e
431
- core/utilities/cache/wpTransientCacheDriver.class.php 18eb31b6463538a48aae184a6d0b5e8d
432
- core/utilities/cache/cacheDriver.interface.php 1875adce0502fa2541613f57e69f51cb
433
- core/utilities/cache/fileCacheDriver.class.php eea31409d17c129b559309b2dc2a693b
434
- core/utilities/gantryurl.class.php 56356ad446e40e79c10aae745baeb5c2
435
- core/utilities/gantrydate.class.php 67afad097dd640d770e8527e5fa64541
436
- core/utilities/gantryarrayhelper.class.php 9ef3866e1f9070741c58cc57081f0365
437
- core/utilities/gantrypath.class.php 82ca8b318b6c414a769cbe4ffd5a1679
438
- core/utilities/registry/gantryregistryformat.class.php 6748dda0a5ba38eb28dffdaf8a933bba
439
- core/utilities/registry/format/php.php 96769fae620c68d0b0618bb38425fdb2
440
- core/utilities/registry/format/ini.php 7a9421f980a4799d313e5c400ce27a47
441
- core/utilities/registry/format/xml.php ea0b8a330c1cf7f3152f791edbcd193c
442
  core/utilities/registry/format/index.html e33782263166ab59da260384f21fd4fb
443
- core/utilities/registry/format/json.php ef53c79cb85834a542bb5964fc84c4be
444
  core/utilities/registry/index.html d41d8cd98f00b204e9800998ecf8427e
445
- core/utilities/gantryfolder.class.php c7a8bae3222b82a861a578cfe56e3f75
446
  core/utilities/index.html d41d8cd98f00b204e9800998ecf8427e
447
- core/utilities/gantrycache.class.php e84c35bb3fa8c620f38fe82883c9c30c
448
- core/utilities/gantrytemplateinfo.class.php ee38fb0c7feaa44d76432f5f444fdb92
449
- core/utilities/gantrysimplexmlelement.class.php 5db6aeb357c9c1f810c07cf9984d3f05
450
- core/utilities/gantrymobiledetect.class.php 644c991dc93e56b1abf40807e513ceda
451
- core/utilities/gantryregistry.class.php 83bfae75f7906266c188501ce3ef92be
452
- core/utilities/gantrylesscompiler.class.php a19ae17191060d3bc33ede8afcf5e1f2
453
- core/gantryloader.class.php e4d00c5b5576b9aef5d54d293783cf1d
454
- core/gantrygizmo.class.php 4edc785b6e4ca883ed72a254ef19e7e1
455
- core/gantrystylelink.class.php 7815ab9687a4f6d518314e85ff603213
456
- core/gantrytemplate.class.php f11835baa66f9de58a8969ca23a4f7ea
457
- core/params/processors/alias.php 0afc3e1d8fbf271804fc6db4059cf051
458
- core/params/overrides/gantrycookieparamoverride.class.php 45efd29fc2f5d4ae9e7d8be9cc4e468f
459
- core/params/overrides/gantrysessionparamoverride.class.php 6b525e06b72726bcf3caa9c39ad45794
460
- core/params/overrides/gantryurlparamoverride.class.php 38f4fca225cea2e5f81f689b942523a3
461
- core/params/overrides/gantryoverrideparamoverride.class.php b314c83f83286bb31fc78b180db4bbe5
462
- core/params/gantryparamprocessor.class.php 05a3d27f605de6393cbf3de719160d2b
463
- core/params/gantryparamoverride.class.php 98dec512cf90ec2ad91ac8a453a710a6
464
  core/params/index.html d41d8cd98f00b204e9800998ecf8427e
465
- core/gantrywidget.class.php 3f0c59f1f8c982880004c547c213e143
466
  core/index.html d41d8cd98f00b204e9800998ecf8427e
467
- core/gantryflatfile.class.php 60730fdd45277bcdb007f84ea6e7fe69
468
- core/gantrybrowser.class.php 99bd1ed16934fb3299112dd0bdbc7d82
469
- core/gantryparams.class.php 7b34833591d98ab580e2fcf1b27dd125
470
- core/gantryjson.class.php f2b62e11a1bf99dabb07d7e574fd10f6
471
- core/gantryini.class.php 65685fe8a60fd722efc0f633df27bd82
472
- core/gantry.class.php 5b520cefc4a53f997830e05c44f35df3
473
- core/gantrylayout.class.php 0d9d0feaff1e581d1909173012445462
474
- core/renderers/gantryorderedmainbodyrenderer.class.php ef504333c57b0945feb4673fb8a27b40
475
- core/renderers/gantrymainbodyrenderer.class.php 254640fb66e1f4c890031bf269da7432
476
- core/renderers/gantrydebugmainbodyrenderer.class.php 9e13b9e6ef3a1709fb4d0fc176a7d698
477
  core/renderers/index.html d41d8cd98f00b204e9800998ecf8427e
478
- core/renderers/gantrycommentsrenderer.class.php 5a8463c94df8c29565ca0081600c6303
479
- core/renderers/gantrywidgetsrenderer.class.php 21938eda5892c337390d1029c4e63915
480
- core/gantrycommentstempllayout.class.php fa0655fa38ccd5127ae7c716cc51cd24
481
- core/config/gantryformnaminghelper.class.php 088a02d81921b0d2ba8e422792d92102
482
- core/config/gantryformfield.class.php 1192822a01583c5cb7584ba05efa316c
483
- core/config/gantryformhelper.class.php fffd59bcf9c07b6b498e32c1dac8edf2
484
- core/config/gantryform.class.php ecc80faf18563f2f77337f55974233d0
485
  core/config/index.html d41d8cd98f00b204e9800998ecf8427e
486
- core/config/gantryparameters.class.php e9a7ab7a35381a39aa8f471bdf9030aa
487
- core/config/gantryhtmlselect.class.php 96a2a5333a51af7627ee8d7f50769c40
488
- core/config/gantryselect.class.php 581075033b946c151b8923eff3c4366a
489
- core/config/gantryformfieldhelper.class.php 95417ed9ffb37addaba0934492a53f69
490
- core/config/gantryformitem.class.php abd7f86ae2894f0a0883e76d7f980773
491
- core/config/gantryformgroup.class.php a6475c92366408ea56a724011253fd39
492
- core/config/gantryelement.class.php e01f97656b089379723f830949369822
493
- admin_functions.php 22138732206102a31037057022af068d
494
- gizmos/texturize.php b0d535516441484a82ea0df37bffaae7
495
- gizmos/ie6warn.php 5939c6377d1f68bc3ccdd4dd4815688f
496
- gizmos/searchhighlight.php 0cfd739c10528c095ce0b85ef4caa31e
497
- gizmos/styledeclaration.php 89e1d1daf7ac0672f9ceeb4e93f45d38
498
- gizmos/jstools.php d6f95774c5a8d46b7bf14badd06f7839
499
- gizmos/thumbnails.php 689d45f4a4f63f5401fe1d0bea69e75d
500
- gizmos/belatedpng.php 103e6bfc7766ad6c5ae594abfef56b15
501
- gizmos/autoparagraphs.php 391dcfbd5553012b92c5de81bf328aba
502
- gizmos/bbpress.php bdedd25e6a44f53be54af84855174cc2
503
- gizmos/webfonts.php 4352a91f7f8a7fb4f657d1322fc022ae
504
- gizmos/font.php 8244be11ac125320cdabb2f54be06811
505
- gizmos/rtl.php 79a30aa714dc5502e16a77275341dc0d
506
- gizmos/fontawesomepaths.php c66c668c4d5b36e095dc05b5208110c7
507
- gizmos/iphonegradients.php 0713914a49251be1ee1ca0da26e20940
508
- gizmos/compatibility.php 3054915a417ccef4ec7cae87ce78f50b
509
- gizmos/maintenancemode.php 6f65b55e13a0aac2f021045c3d6685e3
510
- gizmos/wpml.php b954925ac73349f0894e1244547f864e
511
- gizmos/title.php 36be593e119ada82144bb44e0f3feae4
512
- gizmos/wpmenucart.php a80e3cad602e8c15146d423ab10801f2
513
- gizmos/mshelper.php ccb1812aed817cbc4137f8662b42d41a
514
  gizmos/index.html d41d8cd98f00b204e9800998ecf8427e
515
- gizmos/loadposition.php 07401bf14dabe93c3644311e883e1d58
516
- gizmos/buddypress.php 95d6c1e4da8e0b9871a2c6a4fb8a64dd
517
- gizmos/ie6.php 0da04bd715d1f8d967279efb63d21873
518
- gizmos/widgetshortcodes.php 026d17cf90a8ffc49727edcdd45f94e1
519
- gizmos/iphoneimages.php 9287f3091fef1ade8c56ded91ef61bbe
520
- gizmos/pagesuffix.php d36c2181043b2c0b3f6ac0d7dd6427a4
521
- gizmos/analytics.php 7d72acda57c7e6ed0bb3ba97ba6096e6
522
- gizmos/feedlinks.php 765c8b430e2f6799dc8cc0fa5b9c4780
523
- gizmos/yoast.php a08fc61d9813c4c3c36240dcc3394cc5
524
- gizmos/rokstyle.php 18e6a64545b2b03c7f6c5d15d40a2ed5
525
- gizmos/smartload.php f43795d0554090647e7910d205ed1eed
526
- gizmos/childcss.php a742ab188a84673793717761b004f856
527
- gizmos/woocommerce.php 3034e2845e84a1fa9cad84991234cb38
528
- gizmos/commentreply.php 1c3c41d0cbea518bb675d9685b477690
529
- classes/Gantry/Uri.php b2061ed4a574c03b61f3b7fa756453fd
530
- classes/Gantry/Uri/Components.php 4896fa3817f14cabf24b3b9dff8f5db4
531
- classes/Gantry/Uri/Builder.php d3cc8b41ec42ed4793eb228dc3e47d3f
532
- classes/Gantry/Uri/Util.php 52810161fe640b245e0a9ddbdc46d4a8
533
- classes/Gantry/FileResolver.php 2e2bb8e583fbedf88b6b26fba07a4ff3
534
- classes/Gantry/Loader.php 344b293aa12711ad16f9e802508216bc
535
- classes/Gantry/CssFileResolver.php 4a3c0ce91de2ddf9dd3396c90b1adfc0
536
- CREDITS.php ad7f53cf2fa191ad5eb6df19f28a1718
537
  assets/jui/img/glyphicons-halflings-white.png 9bbc6e9602998a385c2ea13df56470fd
538
  assets/jui/img/glyphicons-halflings.png 90233c9067e91fc860cacaa1e5e2b696
539
  assets/jui/img/index.html 8a3edb0428f11a404535d9134c90063f
@@ -638,45 +638,45 @@ assets/jui/less/thumbnails.less 8d294c8bbf63d4863436e53a2bd933de
638
  assets/jui/less/code.less 8b12e84f9081c066da8ae26bba58a3b7
639
  assets/jui/less/component-animations.less 187f9da4ce323b12c0a84ffa2d736f6c
640
  assets/jui/less/tables.less f63ec5ff43b9aa32e9270ad75dee4591
641
- js/gantry-ie6warn.js b8a897ccfaed98a5cf01ded2b7e961d1
642
- js/gantry-totop.js ef7739fa8d1ad58e5a444237e7950f32
643
  js/belated-png.js 00a0e6adf93f2cde824a24d30696afb0
644
  js/browser-engines.js de5d2c047074141f55c5ee4bfc10f232
645
- js/gantry-ie6menu.js 547386193ef8852ab7e0fc85d24cf48d
646
  js/iscroll-android.js 94aa5764d4be3cbb1a7aff8c7a1ce185
647
  js/mootools.js e4a167aefdd5cd257b9726f8e5cb596f
648
  js/index.html d41d8cd98f00b204e9800998ecf8427e
649
  js/iscroll.js 667d2c59d42225a8fc7e6626b2993801
650
- js/imenu.js 3f03e04f951d40380c0eb04808e62edd
651
- js/fusion.js ffdf7bee806fdb68fc64721ca556642d
652
- js/gantry-inputs.js 2dd9b6a1780f8292de23e547dbc44d80
653
- js/gantrydivider.js 38b40c32fb55f39dd0a77361c5777e85
654
  js/gantry-date.js 177dcf20d23a0a472f755752c3848182
655
- js/gantry-smartload.js ce4307e520219af92f48fee3005a2f10
656
- js/gantry-search-highlight.js 6add2a9f6a061a0761efa81b0e88d80b
657
- js/sfhover.js 3f9636be27d447632ad1061b22770703
658
  js/gantry-buildspans.js e6a4e1385ee457aff2ca9b6629bd367b
659
  MD5SUMS d41d8cd98f00b204e9800998ecf8427e
660
- tmpl/index-iphone.php 66b719e2d6a0faa8339efa9441d3e847
661
  tmpl/index.html d41d8cd98f00b204e9800998ecf8427e
662
- html/layouts/body_debugmainbody.php a0dbcb94f424bc442583f54c7b8df945
663
- html/layouts/widget_basic.php f4d23ab255fca92159a057e053433de0
664
- html/layouts/body_iphonemainbody.php 3d1b116fdd28dcd751806405a482b51d
665
- html/layouts/orderedbody_mainbody.php ac6cbe37ca579e9d3c8e8b7e3c760f59
666
- html/layouts/doc_tag.php df5ddf84292046af2ed6df6a93875820
667
- html/layouts/commentstempl_basic.php 93e812f320858eaf1c9eca766422486d
668
  html/layouts/index.html d41d8cd98f00b204e9800998ecf8427e
669
- html/layouts/body_mainbody.php 9ff55c5f7aab7b61aeb9f5fab38b9990
670
- html/layouts/comment_basic.php fbbde2a630f1d76002f14514870956df
671
- html/layouts/widget_sidebar.php 26b89bff82f7c59c6466fa0b1d60bcd7
672
- html/layouts/widget_standard.php 4ef199e747cbc12858fcc3648864d709
673
- html/layouts/doc_body.php 8cbab870be4d6c1177c01b2a3642499a
674
- html/layouts/chrome_standard.php 2cb3ae10fb6d03919b858774457106bc
675
- html/layouts/chrome_basic.php b5a76c9816204a64b80d85449a9f3ba2
676
  html/index.html d41d8cd98f00b204e9800998ecf8427e
677
  html/comments.php 7a9d141db65e95bfbfbf9178b15b42e1
678
  languages/gantry-en_US.mo 7c70a446f9c7b028775e138b5191b024
679
  languages/index.html d41d8cd98f00b204e9800998ecf8427e
680
  languages/gantry.pot 9c628deb8945c8e83f1922c8e20c420f
681
  languages/gantry-en_US.po 1d5b640a45e0cc90c689bad8c1c9cf1e
682
- autoload.php 86031dbb278f83df3f64981d4c506562
1
  ajax-models/index.html d41d8cd98f00b204e9800998ecf8427e
2
+ ajax-models/example.php 848ea912880b37c03e9239ca32b614d8
3
  readme.txt 15c9cacb4ee9e67e8fe1862c7b5764ab
4
+ widgets/totop.php a2568fa63fc43a158038bc63cd8e8ebd
5
+ widgets/viewswitcher.php 97deea162af945ab481a234dc705a501
6
+ widgets/menu.php 0b65dab1222cd4609e99c154229b0e46
7
  widgets/breadcrumbs.xml 25a46c0a7b1c1c129c91d34cc44be439
8
+ widgets/pages.php ec4b0922e7f38e17a57bb488230d51cc
9
+ widgets/gantrymenu/themes/default/js/sidemenu.js c9f0d384f16312eb47bca5f44465b925
10
+ widgets/gantrymenu/themes/default/js/rokmediaqueries.js 0fa0071031b5471e413bedfa234ffbea
11
+ widgets/gantrymenu/themes/default/js/responsive.js 07b35591539de8aa141f4b483e1012f6
12
  widgets/gantrymenu/themes/default/js/index.html 8a3edb0428f11a404535d9134c90063f
13
+ widgets/gantrymenu/themes/default/js/responsive-selectbox.js dd7868b5178907d02f86c88661602cff
14
+ widgets/gantrymenu/css/widget_admin.css 94d68396fb0fda6a1187d26687a3bea1
15
  widgets/gantrymenu/css/index.html d41d8cd98f00b204e9800998ecf8427e
16
+ widgets/gantrymenu/libs/common/RokBrowserCheck.php c50416d02fc395d11dbc7003481773a9
17
+ widgets/gantrymenu/libs/common/includes.php ed5f1153f3412a81c50a2df18e3fa577
18
  widgets/gantrymenu/libs/common/index.html d41d8cd98f00b204e9800998ecf8427e
19
+ widgets/gantrymenu/libs/GantryMenu.php b54864e0eae4074b968b50ba8e0e16a2
20
+ widgets/gantrymenu/libs/includes.php 2857fc5cb661ac835b4ae4d491b8107f
21
  widgets/gantrymenu/libs/index.html d41d8cd98f00b204e9800998ecf8427e
22
+ widgets/gantrymenu/libs/librokmenu/RokMenuNode.php 166dd169369a74beb4482dadbd3290ea
23
+ widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php cb3fd7d32570f38bc22eb82cf4cae3eb
24
+ widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php de1fef3cfe26863774ed60a9df39bf5d
25
+ widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php 7418ae6ac50bf6a3a5a2f88d6869f13a
26
+ widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php 42f2fc1baee393a1a7372688710daea0
27
+ widgets/gantrymenu/libs/librokmenu/RokMenu.php 6693bd1edbd187d46b0c27e35b95c9a1
28
+ widgets/gantrymenu/libs/librokmenu/includes.php bbbcfd458c5d7a003f44a95c2ee7841e
29
+ widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php 1f615669ba59e55587483e1b5f0e22c5
30
+ widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php 0caaf9dc93347855fdc553244576567c
31
+ widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php dceaff9ab63710fdd87b38c978be8a90
32
+ widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php 0b6b78ce0ea60c213424abf6adb2409d
33
+ widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php 9e4439225fa40e34a69f877eb0aed279
34
+ widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php 85580878e36934a153d91cc30f26861c
35
+ widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php f15074bfb10fbc03a03525e7ad1ae53d
36
+ widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php f20bd4f672e1b76ea9f4668e63c9b8d1
37
+ widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php 5a6618a9aac356fdd242a7a986a77808
38
+ widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php 219929bcb6e6f7b6154e5db24a1899e2
39
  widgets/gantrymenu/libs/librokmenu/index.html 010c2899cae19aa8ee502f624c039485
40
+ widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php 9d28fc30a5aee21ef344a9457c185ea3
41
+ widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php b0870c43c74812a5e171598640123ecc
42
+ widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php ce373c3c5541aac9fed75e3725fe59d1
43
  widgets/gantrymenu/libs/renderers/index.html d41d8cd98f00b204e9800998ecf8427e
44
+ widgets/gantrymenu/libs/renderers/GantryMenuRendererWordpress.php eb7e54e6992724019ceaa2d31f1bdf72
45
+ widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php 39ff3fa7f489d6fa6111292a05e4601d
46
  widgets/gantrymenu/libs/providers/index.html d41d8cd98f00b204e9800998ecf8427e
47
+ widgets/gantrymenu/admin/fields/themelist.php 6945936a5d33970bdf41b62a2fdd0dfe
48
  widgets/gantrymenu/admin/fields/index.html d41d8cd98f00b204e9800998ecf8427e
49
  widgets/gantrymenu/admin/index.html d41d8cd98f00b204e9800998ecf8427e
50
+ widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php 8f916ac75a066d000e8ee4e954ff89e0
51
  widgets/gantrymenu/index.html d41d8cd98f00b204e9800998ecf8427e
52
  widgets/gantrymenu/js/mootools.js b8dc790de19c7b95e92315aae057a497
53
  widgets/gantrymenu/js/index.html d41d8cd98f00b204e9800998ecf8427e
54
  widgets/logo.xml e522f0b433d5db38004272526143d3ee
55
  widgets/date.xml 47cc13a501097b9d3a002c0929c6b71d
56
+ widgets/breadcrumbs.php 753b8596c31331ae1d31b8d0d4b1df11
57
+ widgets/loginform.php 1c0957fe757cc5ed5f842b5635e3392c
58
+ widgets/archives.php e0e593f6c57c493a1b79a73f3482b0a0
59
  widgets/copyright.xml 7520cb5052b11948ccd4607d60cdea98
60
  widgets/recentposts.xml d60f230153a08bba049068ffba7ca15c
61
  widgets/resetsettings.xml 300de5950affc376a9fb46d242478ee6
62
+ widgets/categories.php a82a34780bccbe58610a37f3638a6ed8
63
+ widgets/overridesmap.php 54c3f0c37b3ab80e70fbe433d2639d92
64
  widgets/recentcomments.xml 9560a0123f311b0ea6fb281ca638af44
65
  widgets/menu.xml d2504c9219892ff32caea0f2140e3d3d
66
+ widgets/logo.php 2c75cd24af715cdd959ac0ce0180e6fc
67
+ widgets/links.php accfb1a57911e7defe0b1b81d7bc5bfd
68
+ widgets/loginbutton.php 2f8fc56f6ec9abd1aa57450235688476
69
  widgets/links.xml 983ec8c136c84f9dcdccf2494b5f6298
70
  widgets/pages.xml 864297ab944f6f6d1683bb0aed4f4ac4
71
+ widgets/copyright.php deef9852ede27be2211d66b656ae0baa
72
+ widgets/iphonemenu.php 4a3d8accfc2b592450c04c5febf9b9ba
73
+ widgets/fontsizer.php 01adf950e66a4dc0dc663f6ed0e29601
74
  widgets/loginform.xml 26fa1e26d597161f1f33668207926411
75
  widgets/index.html d41d8cd98f00b204e9800998ecf8427e
76
  widgets/archives.xml 1afd18b493fda6d623614d2701bd0c50
77
  widgets/meta.xml f77c2a19fa5fe6b95576704774959eec
78
+ widgets/recentposts.php b5c2c868c4568741c5d549601278b570
79
+ widgets/resetsettings.php 1a471bc4aa0f1ca92d6bfa828e197f56
80
+ widgets/meta.php 2ca4d04c1b724e40b78c4d026918b520
81
  widgets/fontsizer.xml 77afbf9a3700b10ad9a83d262796cf7b
82
  widgets/overridesmap.xml d062edbe62fc8cd15c269d164da74dfc
83
+ widgets/divider.php b47287c5e4dc5460396645293ea3b9cf
84
  widgets/totop.xml ce222afe1834fb12e6340143ede72bb2
85
  widgets/viewswitcher.xml d9158524afde20931b4e3b54417840f7
86
  widgets/categories.xml 125aeda3d4d31f8d7cb4af4c914570c8
87
  widgets/iphonemenu.xml 3efd5c36610ff90d601081683365bc22
88
  widgets/loginbutton.xml 6747ca3b33dc84874e5cfb560753e554
89
+ widgets/date.php b4d2473d41378333fb3cd468c8c1ff4c
90
+ widgets/recentcomments.php 0c26889466ba219da9871b3aac1bcb4c
91
+ bugfixes.php 9526762178c99f323e4b44d8d7917201
92
+ css/gantry.css 7f920be470edf5af88bfaf7717f9cfa5
93
+ css/grid-16.css bd672994317709e2b388cae3f1dbcb62
94
+ css/gantrydivider.css 9072a526abe0146efcbed6c9e731d32c
95
  css/index.html d41d8cd98f00b204e9800998ecf8427e
96
+ css/wordpress.css e1bdb5d22d1c4300ae0e6c169967c352
97
+ css/grid-responsive.css 6e7ee0d5e6f606b93a7a26e281bee5d3
98
+ css/grid-12.css 5d136b87440b4efb8b6a222a8aaebb9d
99
+ css/iphone-gantry.css 849f171732da9fbf4bb90f321a263094
100
+ css/wordpress-ie7.css d8a79a984a11020a1fd180928dd5c582
101
+ css/wordpress-ie6.css 07a58a44494e126f30589a9eb72c90cb
102
+ css/gantry-ie6.css f395547efe7bb3f7b9285161ae75e3b8
103
+ gantry.config.php b949be23eb4955e2280c1ca6359757ad
104
  libs/phpQuery.php 5f2079826defbcf5c88f3bec28d19b06
105
  libs/google-code-prettify/lang-sql.js 85dc53f8ee26511df07bf70ed75a7b04
106
  libs/google-code-prettify/lang-basic.js cc31708f1c51c30f23f7a6eb710bc797
138
  libs/phpQuery/DOMDocumentWrapper.php e14e671b5f90c40ffdc3c29d178bf07a
139
  libs/phpQuery/compat/mbstring.php 8d8f395cadd9331bce5bafef839d6fc8
140
  libs/phpQuery/Callback.php b28868641684b5afffe4866a553f448d
141
+ libs/phpQuery/phpQueryObject.php 7074f093ca9d91b9d4fd19af57a8920d
142
+ gantry.php 5b2f8484f651af8178e68ca756f9db6b
143
+ admin/ajax-models/cache.php 0608e10b6de7f59c5a1d26a00d54d9e6
144
+ admin/ajax-models/lesscompiler.php bfe7e7f3e8e1affa7ed418b1abf4e516
145
+ admin/ajax-models/widgets.php cdf99538ccf07056f673b3c3e61c0822
146
  admin/ajax-models/index.html d41d8cd98f00b204e9800998ecf8427e
147
+ admin/ajax-models/presets-saver.php b0acd3f9f5ce5d3ab5cf908bc2d4c64b
148
+ admin/ajax-models/overrides.php 7ff6c5786dcd917155197e2f9216d79c
149
  admin/widgets/tips/index.html d41d8cd98f00b204e9800998ecf8427e
150
  admin/widgets/tips/js/tips.js 7127b38dc1f0b9fd8a5540cc8b7bf299
151
  admin/widgets/tips/js/index.html d41d8cd98f00b204e9800998ecf8427e
153
  admin/widgets/positions/index.html d41d8cd98f00b204e9800998ecf8427e
154
  admin/widgets/positions/js/positions-utils.js a1fcbf725ac202872824521b4418606d
155
  admin/widgets/positions/js/index.html d41d8cd98f00b204e9800998ecf8427e
156
+ admin/widgets/colorchooser/css/mooRainbow-2.0.css e5501dd74edcd37695e67a7a7f86aff3
157
  admin/widgets/colorchooser/css/mooRainbow-2.0.less 73a8fa09c524c091892d5bcc0bf25597
158
  admin/widgets/colorchooser/css/index.html d41d8cd98f00b204e9800998ecf8427e
159
  admin/widgets/colorchooser/css/mooRainbow.css 6fa2f91acbb0dc6bddc651efd1987a62
199
  admin/widgets/slider/js/index.html d41d8cd98f00b204e9800998ecf8427e
200
  admin/widgets/slider/js/slider.js a958aa0ae6eb44e75eecded733d03911
201
  admin/widgets/bootstrap-2.3.2.min.js bed31fb959612a0a77d8e87b9d0b3683
202
+ admin/widgets/gantry-opera.css 210e633030fc27060b8568d8dd87dd67
203
  admin/widgets/toggle/images/toggle.png d37ed69e34fa3f0f08ee4a86df94701d
204
  admin/widgets/toggle/images/index.html d41d8cd98f00b204e9800998ecf8427e
205
  admin/widgets/toggle/images/toggle-disabled.png fafd32c33b0fba155fbc3a4c6293b9f4
207
  admin/widgets/toggle/js/index.html d41d8cd98f00b204e9800998ecf8427e
208
  admin/widgets/toggle/js/toggle.js a9adaa0f51947bbbb2ca048c1647b0a4
209
  admin/widgets/ajaxbutton/js/ajaxbutton.js 984a6c693f73285fb53849609281b07b
210
+ admin/widgets/gantry.css 0ac6ecfc0716ae86874288c8b8ff83f6
211
  admin/widgets/images/divider-bar.png 5a8b820524b76212dc13cc35b92d68b3
212
  admin/widgets/images/g4-logo-small.png 93dc0e355271c69d0d0652609b42b116
213
  admin/widgets/images/slider.png 56a834e712d3d07e896b29d2553c32bb
251
  admin/widgets/images/spinner.gif faa74e8c61fc64d5edb11613c7eead2c
252
  admin/widgets/images/lowhigh-legend.png 200b76b2d8e7dba5ea5b19d5fb871573
253
  admin/widgets/images/divider-bar-old.png 98be4adb6f9acea6bda201ce1618a1c0
254
+ admin/widgets/gantry-widgets.css 56296e19a38a9768b7b6b6aee1a5d34f
255
  admin/widgets/index.html d41d8cd98f00b204e9800998ecf8427e
256
  admin/widgets/growl.js 1026322a7d174c43067c7ad420e63c88
257
  admin/widgets/gantry.js 07a2ce26e91cea4cfd1572bf4be09b75
279
  admin/widgets/preset/js/preset.js 84b1d909cc690114ace2215817a95aca
280
  admin/widgets/preset/js/index.html d41d8cd98f00b204e9800998ecf8427e
281
  admin/widgets/preset/js/preset-saver.js 5e551cbfc46dd2ffcfbc307fc26d155a
282
+ admin/widgets/gantry-widgets.js c35eac0a895d25d041505f8f66c0b9f1
283
+ admin/widgets/gantry-ie7.css adc79cd52122d9905b8c3533493e4d9e
284
  admin/widgets/assignments/index.html d41d8cd98f00b204e9800998ecf8427e
285
  admin/widgets/assignments/js/index.html d41d8cd98f00b204e9800998ecf8427e
286
+ admin/widgets/assignments/js/assignments.js e1801ba003f92b60bf768756dd325d49
287
  admin/widgets/checkbox/images/checkbox-large.png 9de3e22a6cb64be6fe5f7ea07f82fe81
288
  admin/widgets/checkbox/images/checkbox-small.png 51c41abf8a74c11031a33f0ec0e87dac
289
  admin/widgets/checkbox/images/index.html d41d8cd98f00b204e9800998ecf8427e
295
  admin/widgets/gradient/index.html d41d8cd98f00b204e9800998ecf8427e
296
  admin/widgets/gradient/js/gradient.js d88107278026c5036225e512cca30492
297
  admin/widgets/gradient/js/index.html d41d8cd98f00b204e9800998ecf8427e
298
+ admin/widgets/gantry-ie.css ca52d465c32cfff88853495912d6b03d
299
  admin/widgets/bootstrap-multiselect.js 6324643f4bd8e361dec140abb9590bf8
300
  admin/widgets/gantry-administrator.css d113ed8da938d2e822827742f80b8977
301
  admin/widgets/bootstrap-multiselect.css f9d97852b22a7f1afeca10434862eb25
302
+ admin/index.php 72bed52979827e27e7bebf42e4986fef
303
  admin/cache/12.cache.txt 50d8fcf9b2d9b65ad68d5643ca2ca819
304
  admin/cache/16.cache.txt 2c913df369f84d867cbda579c531c298
305
  admin/cache/9.cache.txt b0a09f577af05fb451c33c50c223b802
306
  admin/cache/index.html d41d8cd98f00b204e9800998ecf8427e
307
+ admin/meta-links/cache.php 1f04d83232f3814ac0db63016146f062
308
+ admin/meta-links/presets.php 0f09730c7ec52ddbe8b6e6249f36555d
309
  admin/meta-links/index.html d41d8cd98f00b204e9800998ecf8427e
310
  admin/screen-meta-links.php d81b6f95182e39eafdc58d546676a0c0
311
+ admin/admin_presets.php de68881876780a4d5f1966600ebaa910
312
  admin/index.html 1c7b413c3fa39d0fed40556d2658ac73
313
+ admin/assignment_functions.php 105e6f85d37e225ca02ded81e1b72ee5
314
+ admin/admin_functions.php fe2d3067ca7f00daa243f97103efb38d
315
+ admin/override_orig.php d05bc2d087c3147a0c8ce6d0d26202ea
316
  admin/rt_fav.png 7f44f7d1f05143147d5e9fc8a10a305e
317
+ admin/index_orig.php fda4963d9445b3c4d8a9313904e7c80f
318
+ admin/admin_assignments.php d5e7a26f09776b0cfed22a9a410320e3
319
+ admin/override.php ab5560d3e044bc09adf3fd56db11f11f
320
+ admin/forms/fields/html.php 37f7640b75830e7829409528accdd36a
321
+ admin/forms/fields/selectbox.php 6618170b7f5829bf245d1494e90d80e5
322
+ admin/forms/fields/updater.php 569fa15d2e50fd25c6562d83d02048b6
323
+ admin/forms/fields/password.php a7e118b6e20d94a8c936ef5a7570ce55
324
+ admin/forms/fields/gradient.php 4a8bb643c02c6fba3237421ab2920fff
325
+ admin/forms/fields/textarea.php 10fbf738e0c4ec3d92a871401ab19a5e
326
+ admin/forms/fields/ajaxbutton.php 6fe6e2da2dd14f189fd4a3a27c76a024
327
+ admin/forms/fields/imagepicker.php b470586214472ded056a0e910a67ce6b
328
+ admin/forms/fields/toggle.php f67b40cdbc877aaed52fc15956fc3387
329
+ admin/forms/fields/positionslist.php 6b8f18e8ee67ff8f76e011994803adde
330
+ admin/forms/fields/integer.php 718d5d531c5ea2679291aafefe4dba36
331
+ admin/forms/fields/preset.php 8254fe05dada9749a8f1205288ba7e9d
332
+ admin/forms/fields/slider.php 1df9656e4d7d6074a45a5ba3e184ef1e
333
+ admin/forms/fields/categories.php 3e5f4c89950cf4f740a4615764930892
334
+ admin/forms/fields/gantry.php 5bbc471d9568ea9e3c557d67cf126e7a
335
+ admin/forms/fields/spacer.php 528031540ce6d637cd431b9c739586ff
336
+ admin/forms/fields/dateformats.php 2ef8c5d8cc95f6f0339f81724beaf913
337
  admin/forms/fields/index.html d41d8cd98f00b204e9800998ecf8427e
338
+ admin/forms/fields/linkcategories.php 0602a149daff44b7cfb32d0f1a55a46c
339
+ admin/forms/fields/fonts.php 62ee2b622d9ba803ca3d714a88cea534
340
+ admin/forms/fields/alias.php 55822c41b8ccdf5595cc196066aec984
341
+ admin/forms/fields/diagnostic.php 97389b5efffb516721b4a7368107e59a
342
+ admin/forms/fields/filelist.php f7ead084aa1ced4de496d9469e10dcb0
343
+ admin/forms/fields/text.php 38dc07d5ecefd20b89614b07d4f63dda
344
+ admin/forms/fields/tips.php 1735e5ebb89bbf20c002200a5c218aa4
345
+ admin/forms/fields/textplus.php b5ad60d7873a55f4f375aceb996583b7
346
+ admin/forms/fields/imagelist.php 12c40e5d218929a74b709d944f97e2b2
347
+ admin/forms/fields/positions.php 92c22de95145afcff382059531225c5d
348
+ admin/forms/fields/radio.php 482179b4127aa29401975e9955bf5afb
349
+ admin/forms/fields/checkbox.php 1c7b47c41e1e6d63a06ad873e39b5381
350
+ admin/forms/fields/overlays.php 6343474c1e687a61d85e442975130167
351
+ admin/forms/fields/showmax.php d80c6b1f5076876b8982e0732c48e11e
352
+ admin/forms/fields/hidden.php d9635ef65ec7954b384026cba0d981b6
353
+ admin/forms/fields/file.php 08dac1d3a5364a838d6bbc5535b7da54
354
+ admin/forms/fields/colorchooser.php d8c89c276ab9e513673d36b8aa029b52
355
+ admin/forms/fields/navmenulist.php 1cc243b82b8b070d1d7462e3e0e38945
356
+ admin/forms/fields/groupedlist.php a54b30f1a8956b102a3a0fc0360808a0
357
+ admin/forms/fields/position.php 7f1a59f6bd9190a67f771fea31d4147f
358
+ admin/forms/fields/animation.php f7fa9184d5205d0b03b926a006c9aab4
359
+ admin/forms/fields/list.php 81c45917839de139d22d8a3df2aabaaa
360
  admin/forms/index.html d41d8cd98f00b204e9800998ecf8427e
361
+ admin/forms/groups/chain.php 5f24273600a565282b001571c742b44f
362
+ admin/forms/groups/enabledgroup.php ace82fa685672737f291aed5ebe36c46
363
  admin/forms/groups/index.html d41d8cd98f00b204e9800998ecf8427e
364
+ admin/forms/groups/grouped.php 69a3d43bc3a264b667572cf95d3b3755
365
+ admin/forms/groups/set.php b3044be475cc46f4d3c605d3d1c741d6
366
+ admin/forms/groups/columns.php 795686083d06a385f36d14308333b81f
367
+ admin/forms/groups/selectedset.php f38fc238c734841802b6a99a78ae61ba
368
  admin/forms/groups/innertabs.php 1105f67378892b36e6bc2e44bb577961
369
+ admin/forms/groups/position.php 77e37f95625d25b2dc603ce559883118
370
  plugin-updater/.gitkeep d41d8cd98f00b204e9800998ecf8427e
371
  images/header-assets.png 0af41557bbcb5a2fec3dfc4c292e1405
372
  images/blank.png 05e8d1ff9dc55aad50ad54c57e99d188
393
  images/bg-3-6-3.png ab95c77bee438263e6848daaeb6216d9
394
  images/blank.gif f58783577b00e764e743e1ebd1b1d68c
395
  images/spinner.gif 117a2ea3fe0fa5ffcb104eca058111c7
396
+ functions.php 3298ea87e49c37731a2841ac86948622
397
  index.html d41d8cd98f00b204e9800998ecf8427e
398
+ CHANGELOG.php fc9a373a7f03b59abb7e03caecdcf5f3
399
+ core/gantrygzipper.class.php 3fc85807c5893dfa64be667e6236c76c
400
+ core/gantrybodylayout.class.php 7e15c3e98033ee061744083bd0f190c7
401
+ core/gantryplatform.class.php 0cc227151aa9388f305a21b8ae7cba2a
402
+ core/gantrydiagnostic.class.php 994d9d6abc8449ea172015387b155eb3
403
+ core/gantrypositions.class.php cce18cb0874127f08bf0bbc55ffe46d4
404
  core/rules/stylerules.srl 9bfa3989975fe44c67249aa506ce8b83
405
+ core/rules/gantrypagecallfact.class.php ae6a9ca93d7a66eae94d2103e6040e3e
406
+ core/rules/facttypes/taxonomy.class.php 22c1da2837994dddebdc6fb88c3f72ae
407
+ core/rules/facttypes/post_type.class.php a191899780c583444485d13bedc574ae
408
  core/rules/facttypes/index.html d41d8cd98f00b204e9800998ecf8427e
409
+ core/rules/facttypes/archive.class.php dfa2b89ebbc38b727808b2a4ab0c89c6
410
  core/rules/facttypes/menu.class.php d9258c70b3f1926683c47ed9de53d183
411
+ core/rules/facttypes/templatepage.class.php e3e8f4a3ee771319f55fd32d69c9f0d6
412
+ core/rules/facttypes/wpmllang.class.php f1bb607594c4a4f77b5e32aadd6f511b
413
  core/rules/index.html d41d8cd98f00b204e9800998ecf8427e
414
+ core/rules/gantryoverridefact.class.php a7b8df6827deaa2d7890ba0a164afd50
415
+ core/rules/gantryoverridesengine.class.php 67ba7230b370628d34d6cba5328f17b6
416
  core/rules/phprules/Fact.class.php 2e7a0b9374d658cf1b4d278242f8c230
417
  core/rules/phprules/WorkingMemory.class.php 57273a3fe11ef694739e7d3d0f733deb
418
  core/rules/phprules/ActionFassade.class.php dcb07f28333d45bcf868a890d78aaf4f
422
  core/rules/phprules/Rule.class.php dd0100265b0d53b807878a545fae24ec
423
  core/rules/phprules/RuleBase.class.php ca3482368607b4f337971f00723f171a
424
  core/rules/phprules/RuleSession.class.php 48d93214db002f19f9f6109e63147d8d
425
+ core/rules/gantryoverrides.class.php 826c9e81a992245747344a08acca1314
426
+ core/utilities/gantryxml.class.php 3609c9b332766ebccf7b99642cf169b2
427
+ core/utilities/gantryfilterinput.class.php fee2aef8688d109ad16ffb6843fcb132
428
+ core/utilities/gantryfile.class.php 853ba19216821eb301181c06f62e8a21
429
+ core/utilities/cache/cache.class.php 159609bbe7037c1a8ff47ea297adb4e6
430
  core/utilities/cache/index.html d41d8cd98f00b204e9800998ecf8427e
431
+ core/utilities/cache/wpTransientCacheDriver.class.php cd9635336824095b30f1b3d3442bcc13
432
+ core/utilities/cache/cacheDriver.interface.php 5c9bdd112901d157f789d0d223edb432
433
+ core/utilities/cache/fileCacheDriver.class.php 1bd5c8bf2efe87a9a0d378ca75e04bcc
434
+ core/utilities/gantryurl.class.php 2a94a75511cde9315a36bcd2c0e152f2
435
+ core/utilities/gantrydate.class.php 65e649dec5178b8c9ffde257478cc64e
436
+ core/utilities/gantryarrayhelper.class.php 65d5a6eb4a7403be6304dc40af98f90b
437
+ core/utilities/gantrypath.class.php d8ae0d39c7f1ae638cdaafbad84309c3
438
+ core/utilities/registry/gantryregistryformat.class.php a9b11e42532a835b5d89d384cbe49d91
439
+ core/utilities/registry/format/php.php 24ed03e45c06fa074a0160bca3c70a0c
440
+ core/utilities/registry/format/ini.php bbc845d0bdc4579aedeebc607e9a446c
441
+ core/utilities/registry/format/xml.php bba60b047dab78a6b169b6df8198931e
442
  core/utilities/registry/format/index.html e33782263166ab59da260384f21fd4fb
443
+ core/utilities/registry/format/json.php 37f97615c6fbe9a84e53dc00b7bca3c7
444
  core/utilities/registry/index.html d41d8cd98f00b204e9800998ecf8427e
445
+ core/utilities/gantryfolder.class.php fb65ccc992b163ac35646a1a2fa69222
446
  core/utilities/index.html d41d8cd98f00b204e9800998ecf8427e
447
+ core/utilities/gantrycache.class.php d0eb886361ca375df684d2f4928dc401
448
+ core/utilities/gantrytemplateinfo.class.php 6ee1ac435d59ef4a58c198a640b12fc8
449
+ core/utilities/gantrysimplexmlelement.class.php dfbefb310e3d931534bd1b1871756e1c
450
+ core/utilities/gantrymobiledetect.class.php 407a1f46125c95f13369b885c017809f
451
+ core/utilities/gantryregistry.class.php c173580ce57330175bc70edf56e9f431
452
+ core/utilities/gantrylesscompiler.class.php 2194d9fcab9dd4a955138df953357ada
453
+ core/gantryloader.class.php 7715fb97c36b43eb3186e47864f5fc45
454
+ core/gantrygizmo.class.php 5282e0fbfb6a94a629e103eb789dd52d
455
+ core/gantrystylelink.class.php 85709cd9c483a047ab772c051898cbfa
456
+ core/gantrytemplate.class.php c9bc18dcebad16f1dd918b42bce43c89
457
+ core/params/processors/alias.php 6cd38eb1916040e4a28f0c20b67e46b7
458
+ core/params/overrides/gantrycookieparamoverride.class.php b75d3bc2f99475af0a642200fd973e91
459
+ core/params/overrides/gantrysessionparamoverride.class.php e9f5049494907ec37b2eced0ae4b629f
460
+ core/params/overrides/gantryurlparamoverride.class.php 1d82f120067682bf3fbf2e9b4e8fc314
461
+ core/params/overrides/gantryoverrideparamoverride.class.php dd33c8a22dec14b8e3f729e9605d1378
462
+ core/params/gantryparamprocessor.class.php c74b69972e7f4e51d1b4c4f0cbcdb9f6
463
+ core/params/gantryparamoverride.class.php d1697b7a1a33dbb0bd9a94dd037331d3
464
  core/params/index.html d41d8cd98f00b204e9800998ecf8427e
465
+ core/gantrywidget.class.php 444eefa8bfc210cddcd2bfa5cdf608d4
466
  core/index.html d41d8cd98f00b204e9800998ecf8427e
467
+ core/gantryflatfile.class.php 5d6c34e3a08310e54251c918383489de
468
+ core/gantrybrowser.class.php 8fc02317e03857d420ceda0c30c23e2d
469
+ core/gantryparams.class.php 3a45659acdbb334e9badb741b3247dfe
470
+ core/gantryjson.class.php 6a994f6260e80a4cb5ba61da61f4a417
471
+ core/gantryini.class.php cc04a9036f232b74cf140afe543c05c6
472
+ core/gantry.class.php ef80980a6f3f04cb493c5578ad914fbc
473
+ core/gantrylayout.class.php 82746a6aea389f118b0ef6c25daf9907
474
+ core/renderers/gantryorderedmainbodyrenderer.class.php 74c9870210cf74282e3925a8bdeab887
475
+ core/renderers/gantrymainbodyrenderer.class.php aca467b5c4f6bd9fe21b995c8bd2cdec
476
+ core/renderers/gantrydebugmainbodyrenderer.class.php 8d3d4743bb38cba12e2a384623075c64
477
  core/renderers/index.html d41d8cd98f00b204e9800998ecf8427e
478
+ core/renderers/gantrycommentsrenderer.class.php 086ee1e3ab07f08db6228a899b0acd95
479
+ core/renderers/gantrywidgetsrenderer.class.php 1381cced1ad586e5581d52cd05fa127c
480
+ core/gantrycommentstempllayout.class.php 2fae03998700e738d813a4359161a076
481
+ core/config/gantryformnaminghelper.class.php c529a5f5b79b202dfe4108920bd28b84
482
+ core/config/gantryformfield.class.php 411d8edaddf294f3f6464afd05897ddb
483
+ core/config/gantryformhelper.class.php 5c3b7288578611b26cc65bd9288873e7
484
+ core/config/gantryform.class.php 8c8aade8b27d287e7478b57d3ed3b707
485
  core/config/index.html d41d8cd98f00b204e9800998ecf8427e
486
+ core/config/gantryparameters.class.php 2e21821fecd0680255aeb4f336a7885c
487
+ core/config/gantryhtmlselect.class.php 8ed3cad90fff417c14dc276e0e238322
488
+ core/config/gantryselect.class.php ce2c1e2eb5acdba74dc04e569acf436c
489
+ core/config/gantryformfieldhelper.class.php 5d4ae3194c279a9740c3c1c7b7f8c421
490
+ core/config/gantryformitem.class.php faff7586cfe6d8ab090fd027c10479fe
491
+ core/config/gantryformgroup.class.php 531359b20115009c08f6c301a4209117
492
+ core/config/gantryelement.class.php e7e27ecd96ed712c32f5afaab1ce23f0
493
+ admin_functions.php 2fb67986c15853e0d494ef4bcea9b078
494
+ gizmos/texturize.php 7a3f586fab4ff5f2ed9775290b11eb76
495
+ gizmos/ie6warn.php c702248e9bebe88add38d9f759522e8d
496
+ gizmos/searchhighlight.php 718ec2785624a895bc296e69f080020d
497
+ gizmos/styledeclaration.php 8d2af0402666ee0d2a04a1a1aeb7baa2
498
+ gizmos/jstools.php 326c2395fac6c1200e7c1eda206b911e
499
+ gizmos/thumbnails.php 74e13fba2b847ebf76b4969cbc23502a
500
+ gizmos/belatedpng.php 4569476fbeb164247033b2f2c1e10e0e
501
+ gizmos/autoparagraphs.php 74d0c97ce84fd5881aae183064f7fded
502
+ gizmos/bbpress.php 392eed5c1da57fffbb986430ca532b58
503
+ gizmos/webfonts.php 2adb834c3233023fa1f6c424ad0bc7a2
504
+ gizmos/font.php 8c989f5739126f856811e3c740c55d83
505
+ gizmos/rtl.php 9668de130b911c5e3b27494a62d2becf
506
+ gizmos/fontawesomepaths.php cc8abea5eabeca52ab06562ef67c436c
507
+ gizmos/iphonegradients.php 2c5a42d1b7430f2c74a62cf296dee6f6
508
+ gizmos/compatibility.php 6587bb71b83b2f8160266f405a515b0f
509
+ gizmos/maintenancemode.php 0bc4a4d588a0f2610c9dd020fe5b2e65
510
+ gizmos/wpml.php ab46357b56a20a6ecf3727ecefa2ba3e
511
+ gizmos/title.php 7f0b6c8e908adf13f83912c150aa0a16
512
+ gizmos/wpmenucart.php 02e712868d3dfcc0c67140d41024ed24
513
+ gizmos/mshelper.php 044df638f34164e48ee5097512b7f382
514
  gizmos/index.html d41d8cd98f00b204e9800998ecf8427e
515
+ gizmos/loadposition.php 98882cfa5315f24e4b2b7fdf923e58e6
516
+ gizmos/buddypress.php 42da0ace70c2bec87c8689b1d3d3e952
517
+ gizmos/ie6.php d7f07ba51f192e9d8a3113209e8e51b0
518
+ gizmos/widgetshortcodes.php c0426673295b04b4218f967a5f062f12
519
+ gizmos/iphoneimages.php 0adf17fce390b313bfd6ecc95f2ca7d1
520
+ gizmos/pagesuffix.php c1a5a229529fad39f7ce146ce82d8738
521
+ gizmos/analytics.php 813284b171a31423fa8dd3e8b424d072
522
+ gizmos/feedlinks.php d45eb71b73e5d6290900defc3d9ebc38
523
+ gizmos/yoast.php f2564fc7000c94653b6e02f6579beafa
524
+ gizmos/rokstyle.php d0c3b4ab8afcf0a6525ab20e7eb7f407
525
+ gizmos/smartload.php 3e064e30225e3e290ab7b7aa7cc8bd7a
526
+ gizmos/childcss.php 4a2f64d32e121098240891364fe2c8d9
527
+ gizmos/woocommerce.php c87f4c93e49a9128773e57ea60e5f3dd
528
+ gizmos/commentreply.php ccf4b435a7ce7e5adfd57d3287c990f5
529
+ classes/Gantry/Uri.php 480923531fb921968bc7bd7e5cb45ea1
530
+ classes/Gantry/Uri/Components.php 9511aca4a4253918feabb4e1afefff75
531
+ classes/Gantry/Uri/Builder.php 63afe0fe1bf66272aec0a838612ffb04
532
+ classes/Gantry/Uri/Util.php 274710a8785a57877d5575a0ad4e8fe6
533
+ classes/Gantry/FileResolver.php 898925369a7298053387e2da90d88fbd
534
+ classes/Gantry/Loader.php 18acd10060700bf649a5d1b8738652d2
535
+ classes/Gantry/CssFileResolver.php 6eb9a912d9ab74c6d9835ba6f021e943
536
+ CREDITS.php 21590596ff5766583ede36085394ab2e
537
  assets/jui/img/glyphicons-halflings-white.png 9bbc6e9602998a385c2ea13df56470fd
538
  assets/jui/img/glyphicons-halflings.png 90233c9067e91fc860cacaa1e5e2b696
539
  assets/jui/img/index.html 8a3edb0428f11a404535d9134c90063f
638
  assets/jui/less/code.less 8b12e84f9081c066da8ae26bba58a3b7
639
  assets/jui/less/component-animations.less 187f9da4ce323b12c0a84ffa2d736f6c
640
  assets/jui/less/tables.less f63ec5ff43b9aa32e9270ad75dee4591
641
+ js/gantry-ie6warn.js abe904fafc295d8172e2b856e7cb0499
642
+ js/gantry-totop.js f79698896c3fe6f426f9fa9db81e605d
643
  js/belated-png.js 00a0e6adf93f2cde824a24d30696afb0
644
  js/browser-engines.js de5d2c047074141f55c5ee4bfc10f232
645
+ js/gantry-ie6menu.js 0a0c793b52f0b6afa47bfe735e3d4373
646
  js/iscroll-android.js 94aa5764d4be3cbb1a7aff8c7a1ce185
647
  js/mootools.js e4a167aefdd5cd257b9726f8e5cb596f
648
  js/index.html d41d8cd98f00b204e9800998ecf8427e
649
  js/iscroll.js 667d2c59d42225a8fc7e6626b2993801
650
+ js/imenu.js 74971de1b7c5ce23888a19da2d64056d
651
+ js/fusion.js 78e13e790056944437c3920d5b69db76
652
+ js/gantry-inputs.js 538d2b0a449afe2939b71250f81b21c6
653
+ js/gantrydivider.js ae452c725adf0d88b68586e887755002
654
  js/gantry-date.js 177dcf20d23a0a472f755752c3848182
655
+ js/gantry-smartload.js b9463a38b49f7ed7bd1f65d641ec533d
656
+ js/gantry-search-highlight.js d312da07e1151e9218563dd0c276e76f
657
+ js/sfhover.js 1d72d8fe1ed35afe9d7ad0e33af2c935
658
  js/gantry-buildspans.js e6a4e1385ee457aff2ca9b6629bd367b
659
  MD5SUMS d41d8cd98f00b204e9800998ecf8427e
660
+ tmpl/index-iphone.php 09b57c9757249d1f0ec9e0397879a097
661
  tmpl/index.html d41d8cd98f00b204e9800998ecf8427e
662
+ html/layouts/body_debugmainbody.php 17a9f5a029b00d0b97658537db986803
663
+ html/layouts/widget_basic.php 0820cf1dca01b506f55b40b434d07b13
664
+ html/layouts/body_iphonemainbody.php a18b1f2729f23e71f0f5019e44ab2f10
665
+ html/layouts/orderedbody_mainbody.php bee6e7d15541f0df1137b0319ebc9acf
666
+ html/layouts/doc_tag.php ff43cd31473da7953fb93f8330612cf8
667
+ html/layouts/commentstempl_basic.php a40e69a2b4e3c36bc6a0f3b8100b9994
668
  html/layouts/index.html d41d8cd98f00b204e9800998ecf8427e
669
+ html/layouts/body_mainbody.php 7a6da0a4d7e5807c97ee05b33f9d9d77
670
+ html/layouts/comment_basic.php 77dcc0dccf7bc1ba05bf3019ce4c3efc
671
+ html/layouts/widget_sidebar.php 3ac1bab8ac7d4f346b2ff773bffc7077
672
+ html/layouts/widget_standard.php 7282f96547168c9184576812d8d5f8a3
673
+ html/layouts/doc_body.php 32a4d2b5254664097354e5f21396a248
674
+ html/layouts/chrome_standard.php 01d36a0e447b9ee89b47503739a5ca3d
675
+ html/layouts/chrome_basic.php 36519da35f69a7c7aab42c8de9c57ba3
676
  html/index.html d41d8cd98f00b204e9800998ecf8427e
677
  html/comments.php 7a9d141db65e95bfbfbf9178b15b42e1
678
  languages/gantry-en_US.mo 7c70a446f9c7b028775e138b5191b024
679
  languages/index.html d41d8cd98f00b204e9800998ecf8427e
680
  languages/gantry.pot 9c628deb8945c8e83f1922c8e20c420f
681
  languages/gantry-en_US.po 1d5b640a45e0cc90c689bad8c1c9cf1e
682
+ autoload.php 1903fdd04dd062be17b2e4d89b61f6ad
admin/admin_assignments.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: admin_assignments.php 59954 2013-10-02 17:54:24Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  ?>
2
  /**
3
  * @version $Id: admin_assignments.php 59954 2013-10-02 17:54:24Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  ?>
admin/admin_functions.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: admin_functions.php 60288 2013-12-10 13:10:52Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: admin_functions.php 60288 2013-12-10 13:10:52Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/admin_presets.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: admin_presets.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  ?>
2
  /**
3
  * @version $Id: admin_presets.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  ?>
admin/ajax-models/cache.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: cache.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: cache.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/ajax-models/lesscompiler.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: lesscompiler.php 61270 2015-01-06 12:14:52Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
2
  /**
3
  * @version $Id: lesscompiler.php 61270 2015-01-06 12:14:52Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
admin/ajax-models/overrides.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: overrides.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: overrides.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/ajax-models/presets-saver.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: presets-saver.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: presets-saver.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/ajax-models/widgets.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: widgets.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: widgets.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/assignment_functions.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: assignment_functions.php 60344 2014-01-03 22:06:04Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: assignment_functions.php 60344 2014-01-03 22:06:04Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/ajaxbutton.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: ajaxbutton.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: ajaxbutton.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/alias.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: alias.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: alias.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/animation.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: animation.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: animation.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/categories.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: categories.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: categories.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/checkbox.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: checkbox.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: checkbox.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/colorchooser.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: colorchooser.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: colorchooser.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/dateformats.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: dateformats.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: dateformats.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/diagnostic.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: diagnostic.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: diagnostic.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/file.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: file.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: file.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/filelist.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: filelist.php 2325 2012-08-13 17:46:48Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: filelist.php 2325 2012-08-13 17:46:48Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/fonts.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: fonts.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: fonts.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/gantry.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantry.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantry.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/gradient.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gradient.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gradient.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/groupedlist.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: groupedlist.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: groupedlist.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/hidden.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: hidden.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: hidden.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/html.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: html.php 59671 2013-05-06 13:14:15Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: html.php 59671 2013-05-06 13:14:15Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/imagelist.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: imagelist.php 2325 2012-08-13 17:46:48Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: imagelist.php 2325 2012-08-13 17:46:48Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/imagepicker.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * @version 4.1.20 November 19, 2019
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('ABSPATH') or die();
1
  <?php
2
  /**
3
+ * @version 4.1.21 April 1, 2020
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('ABSPATH') or die();
admin/forms/fields/integer.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: integer.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: integer.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/linkcategories.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: linkcategories.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: linkcategories.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/list.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: list.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: list.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/navmenulist.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: navmenulist.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: navmenulist.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/overlays.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: overlays.php 60350 2014-01-03 23:31:45Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: overlays.php 60350 2014-01-03 23:31:45Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/password.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: password.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: password.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/position.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: position.php 2381 2012-08-15 04:14:26Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: position.php 2381 2012-08-15 04:14:26Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/positions.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: positions.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -118,7 +118,7 @@ class GantryFormFieldPositions extends GantryFormField
118
  }
119
 
120
  // if the same type of combinations are requested, use the cached ones, otherwise get the new set
121
- if ($this->type != "custom" && ($this->words != $this->settings["words"] || $this->schemas != $this->settings["schemas"] || $this->maxGrid != $this->settings["maxGrid"])) {
122
  $this->combinations = $this->getCombinations();
123
  }
124
 
@@ -186,13 +186,13 @@ class GantryFormFieldPositions extends GantryFormField
186
  function permutations($letters, $num, $filter = 12)
187
  {
188
  // hardcoded cases for speed optimization
189
- $letter0 = base_convert($letters{0}, 24, 10);
190
  $letter1 = base_convert($this->lastchar($letters), 24, 10);
191
  if ($letter0 + $letter1 > $filter) return array();
192
  if ($filter == 12 && $num == 6) return array("222222");
193
  if ($num == 1) return $this->oneCharConversion(array($filter));
194
 
195
- $last = str_repeat($letters{0}, $num);
196
  $result = array();
197
 
198
  while ($last != str_repeat($this->lastchar($letters), $num)) {
@@ -212,25 +212,25 @@ class GantryFormFieldPositions extends GantryFormField
212
 
213
  function char_add($digits, $string, $char)
214
  {
215
- if ($string{$char} <> $this->lastchar($digits)) {
216
- $string{$char} = $digits{strpos($digits, $string{$char}) + 1};
217
  return $string;
218
  } else {
219
- $string = $this->changeall($string, $digits{0}, $char);
220
  return $this->char_add($digits, $string, $char - 1);
221
  }
222
  }
223
 
224
  function lastchar($string)
225
  {
226
- return $string{strlen($string) - 1};
227
  }
228
 
229
  function changeall($string, $char, $start = 0, $end = 0)
230
  {
231
  if ($end == 0) $end = strlen($string) - 1;
232
  for ($i = $start; $i <= $end; $i++) {
233
- $string{$i} = $char;
234
  }
235
 
236
  return $string;
2
  /**
3
  * @version $Id: positions.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
118
  }
119
 
120
  // if the same type of combinations are requested, use the cached ones, otherwise get the new set
121
+ if ($this->type != "custom" && (null === $this->settings || $this->words != $this->settings["words"] || $this->schemas != $this->settings["schemas"] || $this->maxGrid != $this->settings["maxGrid"])) {
122
  $this->combinations = $this->getCombinations();
123
  }
124
 
186
  function permutations($letters, $num, $filter = 12)
187
  {
188
  // hardcoded cases for speed optimization
189
+ $letter0 = base_convert($letters[0], 24, 10);
190
  $letter1 = base_convert($this->lastchar($letters), 24, 10);
191
  if ($letter0 + $letter1 > $filter) return array();
192
  if ($filter == 12 && $num == 6) return array("222222");
193
  if ($num == 1) return $this->oneCharConversion(array($filter));
194
 
195
+ $last = str_repeat($letters[0], $num);
196
  $result = array();
197
 
198
  while ($last != str_repeat($this->lastchar($letters), $num)) {
212
 
213
  function char_add($digits, $string, $char)
214
  {
215
+ if ($string[$char] <> $this->lastchar($digits)) {
216
+ $string[$char] = $digits[strpos($digits, $string[$char]) + 1];
217
  return $string;
218
  } else {
219
+ $string = $this->changeall($string, $digits[0], $char);
220
  return $this->char_add($digits, $string, $char - 1);
221
  }
222
  }
223
 
224
  function lastchar($string)
225
  {
226
+ return $string[strlen($string) - 1];
227
  }
228
 
229
  function changeall($string, $char, $start = 0, $end = 0)
230
  {
231
  if ($end == 0) $end = strlen($string) - 1;
232
  for ($i = $start; $i <= $end; $i++) {
233
+ $string[$i] = $char;
234
  }
235
 
236
  return $string;
admin/forms/fields/positionslist.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: positionslist.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: positionslist.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/preset.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: preset.php 60350 2014-01-03 23:31:45Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: preset.php 60350 2014-01-03 23:31:45Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/radio.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: radio.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: radio.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/selectbox.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: selectbox.php 60288 2013-12-10 13:10:52Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: selectbox.php 60288 2013-12-10 13:10:52Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/showmax.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: showmax.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: showmax.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/slider.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: slider.php 60350 2014-01-03 23:31:45Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: slider.php 60350 2014-01-03 23:31:45Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/spacer.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: spacer.php 60813 2014-05-08 11:41:06Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: spacer.php 60813 2014-05-08 11:41:06Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/text.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: text.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: text.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/fields/textarea.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: textarea.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: textarea.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/textplus.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: textplus.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: textplus.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/fields/tips.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: tips.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: tips.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/toggle.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: toggle.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: toggle.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
admin/forms/fields/updater.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: updater.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -27,7 +27,7 @@ class GantryFormFieldUpdater extends GantryFormField
27
 
28
  $currentVersion = GANTRY_VERSION;
29
 
30
- if ($currentVersion == "\4.1.20") $currentVersion = "[DEV]";
31
 
32
  // curl check
33
  if (!function_exists('curl_version')) {
2
  /**
3
  * @version $Id: updater.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
27
 
28
  $currentVersion = GANTRY_VERSION;
29
 
30
+ if ($currentVersion == "\4.1.21") $currentVersion = "[DEV]";
31
 
32
  // curl check
33
  if (!function_exists('curl_version')) {
admin/forms/groups/chain.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: chain.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: chain.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/groups/columns.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: columns.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: columns.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
admin/forms/groups/enabledgroup.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: enabledgroup.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: enabledgroup.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/groups/grouped.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: grouped.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: grouped.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/groups/position.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: position.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: position.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/groups/selectedset.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: selectedset.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: selectedset.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/forms/groups/set.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: set.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: set.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: index.php 61153 2014-11-20 20:09:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: index.php 61153 2014-11-20 20:09:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/index_orig.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: index_orig.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: index_orig.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/meta-links/cache.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: cache.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: cache.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/meta-links/presets.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: presets.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: presets.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/override.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: override.php 61153 2014-11-20 20:09:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: override.php 61153 2014-11-20 20:09:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/override_orig.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: override_orig.php 61153 2014-11-20 20:09:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: override_orig.php 61153 2014-11-20 20:09:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/widgets/assignments/js/assignments.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: assignments.js 60355 2014-01-06 19:26:48Z djamil $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: assignments.js 60355 2014-01-06 19:26:48Z djamil $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
admin/widgets/colorchooser/css/mooRainbow-2.0.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
- * @version 4.1.20 November 19, 2019
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
+ * @version 4.1.21 April 1, 2020
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
admin/widgets/gantry-ie.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-ie.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-ie.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
admin/widgets/gantry-ie7.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-ie7.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-ie7.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
admin/widgets/gantry-opera.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-opera.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-opera.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
admin/widgets/gantry-widgets.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-widgets.css 61614 2015-12-09 11:12:41Z jakub $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
  #screen-meta {z-index:5;}
1
  /**
2
  * @version $Id: gantry-widgets.css 61614 2015-12-09 11:12:41Z jakub $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
  #screen-meta {z-index:5;}
admin/widgets/gantry-widgets.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-widgets.js 61625 2016-01-05 21:23:07Z djamil $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-widgets.js 61625 2016-01-05 21:23:07Z djamil $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
admin/widgets/gantry.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry.css 60288 2013-12-10 13:10:52Z jakub $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry.css 60288 2013-12-10 13:10:52Z jakub $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
admin_functions.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: admin_functions.php 60853 2014-05-14 23:05:36Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: admin_functions.php 60853 2014-05-14 23:05:36Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
ajax-models/example.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: example.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: example.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
autoload.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: autoload.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: autoload.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
bugfixes.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: bugfixes.php 61624 2016-01-05 17:46:05Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: bugfixes.php 61624 2016-01-05 17:46:05Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
classes/Gantry/CssFileResolver.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: CssFileResolver.php 58836 2013-01-15 01:40:58Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: CssFileResolver.php 58836 2013-01-15 01:40:58Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
classes/Gantry/FileResolver.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: FileResolver.php 58836 2013-01-15 01:40:58Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
2
  /**
3
  * @version $Id: FileResolver.php 58836 2013-01-15 01:40:58Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
classes/Gantry/Loader.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: Loader.php 58836 2013-01-15 01:40:58Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
2
  /**
3
  * @version $Id: Loader.php 58836 2013-01-15 01:40:58Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
classes/Gantry/Uri.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: Uri.php 61282 2015-01-27 19:45:43Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: Uri.php 61282 2015-01-27 19:45:43Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
classes/Gantry/Uri/Builder.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: Builder.php 59417 2013-03-20 16:50:35Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: Builder.php 59417 2013-03-20 16:50:35Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
classes/Gantry/Uri/Components.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: Components.php 58836 2013-01-15 01:40:58Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: Components.php 58836 2013-01-15 01:40:58Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
classes/Gantry/Uri/Util.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: Util.php 60706 2014-04-07 16:57:27Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: Util.php 60706 2014-04-07 16:57:27Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/config/gantryelement.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryelement.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryelement.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/config/gantryform.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryform.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryform.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/config/gantryformfield.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryformfield.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
@@ -135,7 +135,7 @@ abstract class GantryFormField extends GantryFormItem
135
  {
136
  if (null == $xmlelement) $xmlelement =& $this->element;
137
  $value = $default;
138
- if ($xmlelement[$attribute]) {
139
  if (strtolower(trim((string)$xmlelement[$attribute])) == 'true') $value = true;
140
  if (strtolower(trim((string)$xmlelement[$attribute])) == 'false') $value = false;
141
  }
2
  /**
3
  * @version $Id: gantryformfield.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
135
  {
136
  if (null == $xmlelement) $xmlelement =& $this->element;
137
  $value = $default;
138
+ if (isset($xmlelement[$attribute])) {
139
  if (strtolower(trim((string)$xmlelement[$attribute])) == 'true') $value = true;
140
  if (strtolower(trim((string)$xmlelement[$attribute])) == 'false') $value = false;
141
  }
core/config/gantryformfieldhelper.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryformfieldhelper.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryformfieldhelper.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/config/gantryformgroup.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryformgroup.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * original copyright
2
  /**
3
  * @version $Id: gantryformgroup.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * original copyright
core/config/gantryformhelper.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryformhelper.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryformhelper.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/config/gantryformitem.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryformitem.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryformitem.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/config/gantryformnaminghelper.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryformnaminghelper.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryformnaminghelper.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/config/gantryhtmlselect.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryhtmlselect.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryhtmlselect.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/config/gantryparameters.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryparameters.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryparameters.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/config/gantryselect.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryselect.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryselect.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/gantry.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantry.class.php 61748 2017-04-28 10:39:53Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -1056,7 +1056,7 @@ class Gantry
1056
  $path = '/' . preg_replace('#^' . quotemeta($this->baseUrl) . '#', "", $path);
1057
  }
1058
  $filename = strtolower(basename($path, '.css')) . rand(0, 1000);
1059
- wp_enqueue_style($filename, $path, array(), '4.1.20');
1060
  $deps[] = $path;
1061
  }
1062
  }
@@ -1069,11 +1069,11 @@ class Gantry
1069
  if ($this->baseUrl != "/") {
1070
  $path = '/' . preg_replace('#^' . quotemeta($this->baseUrl) . '#', "", $path);
1071
  }
1072
- wp_enqueue_script($path, $path, $deps, '4.1.20');
1073
  $deps[] = $path;
1074
  }
1075
  foreach ($this->_header_full_scripts as $strSrc) {
1076
- wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.20');
1077
  $deps[] = $strSrc;
1078
  }
1079
 
@@ -1113,11 +1113,11 @@ class Gantry
1113
  if ($this->baseUrl != "/") {
1114
  $path = '/' . preg_replace('#^' . quotemeta($this->baseUrl) . '#', "", $path);
1115
  }
1116
- wp_enqueue_script($path, $path, $deps, '4.1.20', true);
1117
  $deps[] = $path;
1118
  }
1119
  foreach ($this->_footer_full_scripts as $strSrc) {
1120
- wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.20', true);
1121
  $deps[] = $strSrc;
1122
  }
1123
 
@@ -1466,7 +1466,7 @@ class Gantry
1466
  // get an md5 sum of any passed in options
1467
  $tmp_options = $options;
1468
  array_walk($tmp_options, function(&$val, $key) { $val = ' * @' . $key . ' = ' . $val; });
1469
- $options_string = implode($tmp_options, "\n");
1470
  $options_md5 = md5($options_string . (string)$this->get('less-compression', true));
1471
 
1472
 
@@ -1765,7 +1765,7 @@ class Gantry
1765
  if (!defined('GANTRY_FINALIZED')) {
1766
  $this->_styles[$priority][] = $link;
1767
  } else {
1768
- wp_enqueue_style($link->getUrl(), $link->getUrl(), array(), '4.1.20');
1769
  }
1770
  }
1771
  }
@@ -1879,7 +1879,7 @@ class Gantry
1879
  $this->_footerscripts[$full_path] = $check_url_path . $query_string;
1880
  }
1881
  } else {
1882
- wp_enqueue_script($check_url_path, $check_url_path, array(), '4.1.20', $in_footer);
1883
  }
1884
  break;
1885
  }
@@ -1917,7 +1917,7 @@ class Gantry
1917
  $this->_footerscripts[$check_path] = $check_url_path . $query_string;
1918
  }
1919
  } else {
1920
- wp_enqueue_script($check_url_path, $check_url_path, array(), '4.1.20', $in_footer);
1921
  }
1922
  break(2);
1923
  }
2
  /**
3
  * @version $Id: gantry.class.php 61748 2017-04-28 10:39:53Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
1056
  $path = '/' . preg_replace('#^' . quotemeta($this->baseUrl) . '#', "", $path);
1057
  }
1058
  $filename = strtolower(basename($path, '.css')) . rand(0, 1000);
1059
+ wp_enqueue_style($filename, $path, array(), '4.1.21');
1060
  $deps[] = $path;
1061
  }
1062
  }
1069
  if ($this->baseUrl != "/") {
1070
  $path = '/' . preg_replace('#^' . quotemeta($this->baseUrl) . '#', "", $path);
1071
  }
1072
+ wp_enqueue_script($path, $path, $deps, '4.1.21');
1073
  $deps[] = $path;
1074
  }
1075
  foreach ($this->_header_full_scripts as $strSrc) {
1076
+ wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.21');
1077
  $deps[] = $strSrc;
1078
  }
1079
 
1113
  if ($this->baseUrl != "/") {
1114
  $path = '/' . preg_replace('#^' . quotemeta($this->baseUrl) . '#', "", $path);
1115
  }
1116
+ wp_enqueue_script($path, $path, $deps, '4.1.21', true);
1117
  $deps[] = $path;
1118
  }
1119
  foreach ($this->_footer_full_scripts as $strSrc) {
1120
+ wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.21', true);
1121
  $deps[] = $strSrc;
1122
  }
1123
 
1466
  // get an md5 sum of any passed in options
1467
  $tmp_options = $options;
1468
  array_walk($tmp_options, function(&$val, $key) { $val = ' * @' . $key . ' = ' . $val; });
1469
+ $options_string = implode("\n", $tmp_options);
1470
  $options_md5 = md5($options_string . (string)$this->get('less-compression', true));
1471
 
1472
 
1765
  if (!defined('GANTRY_FINALIZED')) {
1766
  $this->_styles[$priority][] = $link;
1767
  } else {
1768
+ wp_enqueue_style($link->getUrl(), $link->getUrl(), array(), '4.1.21');
1769
  }
1770
  }
1771
  }
1879
  $this->_footerscripts[$full_path] = $check_url_path . $query_string;
1880
  }
1881
  } else {
1882
+ wp_enqueue_script($check_url_path, $check_url_path, array(), '4.1.21', $in_footer);
1883
  }
1884
  break;
1885
  }
1917
  $this->_footerscripts[$check_path] = $check_url_path . $query_string;
1918
  }
1919
  } else {
1920
+ wp_enqueue_script($check_url_path, $check_url_path, array(), '4.1.21', $in_footer);
1921
  }
1922
  break(2);
1923
  }
core/gantrybodylayout.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrybodylayout.class.php 60387 2014-01-13 12:21:14Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrybodylayout.class.php 60387 2014-01-13 12:21:14Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantrybrowser.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrybrowser.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrybrowser.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantrycommentstempllayout.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrycommentstempllayout.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  gantry_import('core.gantrylayout');
2
  /**
3
  * @version $Id: gantrycommentstempllayout.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  gantry_import('core.gantrylayout');
core/gantrydiagnostic.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrydiagnostic.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrydiagnostic.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantryflatfile.class.php CHANGED
@@ -3,7 +3,7 @@ defined('GANTRY_VERSION') or die();
3
  /**
4
  * @version $Id: gantryflatfile.class.php 60342 2014-01-03 17:12:22Z jakub $
5
  * @author RocketTheme http://www.rockettheme.com
6
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  */
9
  /*
3
  /**
4
  * @version $Id: gantryflatfile.class.php 60342 2014-01-03 17:12:22Z jakub $
5
  * @author RocketTheme http://www.rockettheme.com
6
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  */
9
  /*
core/gantrygizmo.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrygizmo.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrygizmo.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantrygzipper.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrygzipper.class.php 60921 2014-06-01 09:47:27Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrygzipper.class.php 60921 2014-06-01 09:47:27Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantryini.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryini.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -168,7 +168,7 @@ class GantryINI
168
 
169
  foreach ($lines as $line) {
170
  // ignore comments
171
- if ($line && $line{0} == ';') {
172
  continue;
173
  }
174
 
@@ -179,7 +179,7 @@ class GantryINI
179
  }
180
 
181
  $lineLen = strlen($line);
182
- if ($line && $line{0} == '[' && $line{$lineLen - 1} == ']') {
183
  $sec_name = substr($line, 1, $lineLen - 2);
184
  if ($process_sections) {
185
  $obj->{$sec_name} = new stdClass();
@@ -189,9 +189,9 @@ class GantryINI
189
  $property = trim(substr($line, 0, $pos));
190
 
191
  // property is assumed to be ascii
192
- if ($property && $property{0} == '"') {
193
  $propLen = strlen($property);
194
- if ($property{$propLen - 1} == '"') {
195
  $property = stripcslashes(substr($property, 1, $propLen - 2));
196
  }
197
  }
@@ -215,9 +215,9 @@ class GantryINI
215
  $value = false;
216
  } else if ($value == 'true') {
217
  $value = true;
218
- } else if ($value && $value{0} == '"') {
219
  $valueLen = strlen($value);
220
- if ($value{$valueLen - 1} == '"') {
221
  $value = stripcslashes(substr($value, 1, $valueLen - 2));
222
  }
223
  }
@@ -247,9 +247,9 @@ class GantryINI
247
  $value = false;
248
  } else if ($value == 'true') {
249
  $value = true;
250
- } else if ($value && $value{0} == '"') {
251
  $valueLen = strlen($value);
252
- if ($value{$valueLen - 1} == '"') {
253
  $value = stripcslashes(substr($value, 1, $valueLen - 2));
254
  }
255
  }
@@ -266,7 +266,7 @@ class GantryINI
266
  }
267
  }
268
  } else {
269
- if ($line && $line{0} == ';') {
270
  continue;
271
  }
272
  if ($process_sections) {
2
  /**
3
  * @version $Id: gantryini.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
168
 
169
  foreach ($lines as $line) {
170
  // ignore comments
171
+ if ($line && $line[0] == ';') {
172
  continue;
173
  }
174
 
179
  }
180
 
181
  $lineLen = strlen($line);
182
+ if ($line && $line[0] == '[' && $line[$lineLen - 1] == ']') {
183
  $sec_name = substr($line, 1, $lineLen - 2);
184
  if ($process_sections) {
185
  $obj->{$sec_name} = new stdClass();
189
  $property = trim(substr($line, 0, $pos));
190
 
191
  // property is assumed to be ascii
192
+ if ($property && $property[0] == '"') {
193
  $propLen = strlen($property);
194
+ if ($property[$propLen - 1] == '"') {
195
  $property = stripcslashes(substr($property, 1, $propLen - 2));
196
  }
197
  }
215
  $value = false;
216
  } else if ($value == 'true') {
217
  $value = true;
218
+ } else if ($value && $value[0] == '"') {
219
  $valueLen = strlen($value);
220
+ if ($value[$valueLen - 1] == '"') {
221
  $value = stripcslashes(substr($value, 1, $valueLen - 2));
222
  }
223
  }
247
  $value = false;
248
  } else if ($value == 'true') {
249
  $value = true;
250
+ } else if ($value && $value[0] == '"') {
251
  $valueLen = strlen($value);
252
+ if ($value[$valueLen - 1] == '"') {
253
  $value = stripcslashes(substr($value, 1, $valueLen - 2));
254
  }
255
  }
266
  }
267
  }
268
  } else {
269
+ if ($line && $line[0] == ';') {
270
  continue;
271
  }
272
  if ($process_sections) {
core/gantryjson.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryjson.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * This is based on JXtendeds JXJSON GNU/GPL Copyright (C) 2007 Louis Landry. All rights reserved.
2
  /**
3
  * @version $Id: gantryjson.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * This is based on JXtendeds JXJSON GNU/GPL Copyright (C) 2007 Louis Landry. All rights reserved.
core/gantrylayout.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrylayout.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrylayout.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantryloader.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryloader.class.php 60342 2014-01-03 17:12:22Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantryloader.class.php 60342 2014-01-03 17:12:22Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantryparams.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryparams.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantryparams.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantryplatform.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryplatform.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryplatform.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/gantrypositions.class.php CHANGED
@@ -3,7 +3,7 @@
3
  * @package Gantry Template Framework - RocketTheme
4
  * @version $Id: gantrypositions.class.php 59361 2013-03-13 23:10:27Z btowles $
5
  * @author RocketTheme http://www.rockettheme.com
6
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  *
9
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
3
  * @package Gantry Template Framework - RocketTheme
4
  * @version $Id: gantrypositions.class.php 59361 2013-03-13 23:10:27Z btowles $
5
  * @author RocketTheme http://www.rockettheme.com
6
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  *
9
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
core/gantrystylelink.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrystylelink.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrystylelink.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantrytemplate.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrytemplate.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrytemplate.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantrywidget.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrywidget.class.php 61341 2015-02-24 19:42:57Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrywidget.class.php 61341 2015-02-24 19:42:57Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/params/gantryparamoverride.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryparamoverride.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
2
  /**
3
  * @version $Id: gantryparamoverride.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
core/params/gantryparamprocessor.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryparamprocessor.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
2
  /**
3
  * @version $Id: gantryparamprocessor.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
core/params/overrides/gantrycookieparamoverride.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrycookieparamoverride.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrycookieparamoverride.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/params/overrides/gantryoverrideparamoverride.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryoverrideparamoverride.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantryoverrideparamoverride.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/params/overrides/gantrysessionparamoverride.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrysessionparamoverride.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrysessionparamoverride.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/params/overrides/gantryurlparamoverride.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryurlparamoverride.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantryurlparamoverride.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/params/processors/alias.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: alias.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
2
  /**
3
  * @version $Id: alias.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
core/renderers/gantrycommentsrenderer.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrycommentsrenderer.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrycommentsrenderer.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/renderers/gantrydebugmainbodyrenderer.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrydebugmainbodyrenderer.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrydebugmainbodyrenderer.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/renderers/gantrymainbodyrenderer.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrymainbodyrenderer.class.php 61394 2015-07-04 09:48:11Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrymainbodyrenderer.class.php 61394 2015-07-04 09:48:11Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/renderers/gantryorderedmainbodyrenderer.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryorderedmainbodyrenderer.class.php 61394 2015-07-04 09:48:11Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantryorderedmainbodyrenderer.class.php 61394 2015-07-04 09:48:11Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/renderers/gantrywidgetsrenderer.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrywidgetsrenderer.class.php 61394 2015-07-04 09:48:11Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantrywidgetsrenderer.class.php 61394 2015-07-04 09:48:11Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/rules/facttypes/archive.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: archive.class.php 60811 2014-05-08 09:28:29Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: archive.class.php 60811 2014-05-08 09:28:29Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/rules/facttypes/post_type.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: post_type.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: post_type.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/rules/facttypes/taxonomy.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: taxonomy.class.php 61615 2015-12-09 11:24:30Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  gantry_import('core.rules.gantryoverridefact');
2
  /**
3
  * @version $Id: taxonomy.class.php 61615 2015-12-09 11:24:30Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  gantry_import('core.rules.gantryoverridefact');
core/rules/facttypes/templatepage.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: templatepage.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: templatepage.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/rules/facttypes/wpmllang.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: templatepage.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: templatepage.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/rules/gantryoverridefact.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryoverridefact.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryoverridefact.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/rules/gantryoverrides.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryoverrides.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryoverrides.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/rules/gantryoverridesengine.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryoverridesengine.class.php 61153 2014-11-20 20:09:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryoverridesengine.class.php 61153 2014-11-20 20:09:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/rules/gantrypagecallfact.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrypagecallfact.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  gantry_import('core.rules.phprules.Fact');
2
  /**
3
  * @version $Id: gantrypagecallfact.class.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  gantry_import('core.rules.phprules.Fact');
core/utilities/cache/cache.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: cache.class.php 61624 2016-01-05 17:46:05Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  *
2
  /**
3
  * @version $Id: cache.class.php 61624 2016-01-05 17:46:05Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  *
core/utilities/cache/cacheDriver.interface.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * @version $Id: cacheDriver.interface.php 59361 2013-03-13 23:10:27Z btowles $
5
  * @author RocketTheme http://www.rockettheme.com
6
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  *
9
  *
3
  /**
4
  * @version $Id: cacheDriver.interface.php 59361 2013-03-13 23:10:27Z btowles $
5
  * @author RocketTheme http://www.rockettheme.com
6
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  *
9
  *
core/utilities/cache/fileCacheDriver.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: fileCacheDriver.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  *
2
  /**
3
  * @version $Id: fileCacheDriver.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  *
core/utilities/cache/wpTransientCacheDriver.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: wpTransientCacheDriver.class.php 59390 2013-03-15 20:51:45Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: wpTransientCacheDriver.class.php 59390 2013-03-15 20:51:45Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/utilities/gantryarrayhelper.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryarrayhelper.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryarrayhelper.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/utilities/gantrycache.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrycache.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -26,7 +26,7 @@ class GantryCache
26
  /**
27
  *
28
  */
29
- const ADMIN_GROUP_NAME = 'GantryAdmin-4.1.20';
30
 
31
  const ADMIN_LIFETIME = 86400;
32
 
@@ -122,7 +122,7 @@ class GantryCache
122
  $this->cache->addDriver('frontend', new WpTransientCacheDriver($this->group, $this->lifetime));
123
  } elseif (is_admin()) {
124
  // TODO get lifetime for backend cache
125
- $this->group = self::ADMIN_GROUP_NAME . '-4.1.20';
126
  $this->cache->addDriver('admin', new WpTransientCacheDriver($this->group, self::ADMIN_LIFETIME));
127
  }
128
  }
2
  /**
3
  * @version $Id: gantrycache.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
26
  /**
27
  *
28
  */
29
+ const ADMIN_GROUP_NAME = 'GantryAdmin-4.1.21';
30
 
31
  const ADMIN_LIFETIME = 86400;
32
 
122
  $this->cache->addDriver('frontend', new WpTransientCacheDriver($this->group, $this->lifetime));
123
  } elseif (is_admin()) {
124
  // TODO get lifetime for backend cache
125
+ $this->group = self::ADMIN_GROUP_NAME . '-4.1.21';
126
  $this->cache->addDriver('admin', new WpTransientCacheDriver($this->group, self::ADMIN_LIFETIME));
127
  }
128
  }
core/utilities/gantrydate.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrydate.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantrydate.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/utilities/gantryfile.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryfile.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryfile.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/utilities/gantryfilterinput.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryfilterinput.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryfilterinput.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/utilities/gantryfolder.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryfile.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryfile.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/utilities/gantrylesscompiler.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrylesscompiler.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -611,7 +611,7 @@ class GantryLessCompiler {
611
 
612
  // check for a rest
613
  $last = end($args);
614
- if ($last[0] == "rest") {
615
  $rest = array_slice($values, count($args) - 1);
616
  $this->set($last[1], $this->reduce(array("list", " ", $rest)));
617
  }
@@ -671,7 +671,7 @@ class GantryLessCompiler {
671
  if ($suffix !== null &&
672
  $subProp[0] == "assign" &&
673
  is_string($subProp[1]) &&
674
- $subProp[1]{0} != $this->vPrefix)
675
  {
676
  $subProp[2] = array(
677
  'list', ' ',
@@ -1638,7 +1638,7 @@ class GantryLessCompiler {
1638
  $this->pushEnv();
1639
  $parser = new GantryLessCompiler_Parser($this, __METHOD__);
1640
  foreach ($args as $name => $strValue) {
1641
- if ($name{0} != '@') $name = '@'.$name;
1642
  $parser->count = 0;
1643
  $parser->buffer = (string)$strValue;
1644
  if (!$parser->propertyValue($value)) {
@@ -2305,7 +2305,7 @@ class GantryLessCompiler_Parser {
2305
  $hidden = true;
2306
  if (!isset($block->args)) {
2307
  foreach ($block->tags as $tag) {
2308
- if (!is_string($tag) || $tag{0} != $this->lessc->mPrefix) {
2309
  $hidden = false;
2310
  break;
2311
  }
@@ -2359,7 +2359,7 @@ class GantryLessCompiler_Parser {
2359
  protected function fixTags($tags) {
2360
  // move @ tags out of variable namespace
2361
  foreach ($tags as &$tag) {
2362
- if ($tag{0} == $this->lessc->vPrefix)
2363
  $tag[0] = $this->lessc->mPrefix;
2364
  }
2365
  return $tags;
@@ -3089,7 +3089,7 @@ class GantryLessCompiler_Parser {
3089
  protected function end() {
3090
  if ($this->literal(';')) {
3091
  return true;
3092
- } elseif ($this->count == strlen($this->buffer) || $this->buffer{$this->count} == '}') {
3093
  // if there is end of file or a closing block next then we don't need a ;
3094
  return true;
3095
  }
2
  /**
3
  * @version $Id: gantrylesscompiler.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
611
 
612
  // check for a rest
613
  $last = end($args);
614
+ if (is_array($last) && $last[0] == "rest") {
615
  $rest = array_slice($values, count($args) - 1);
616
  $this->set($last[1], $this->reduce(array("list", " ", $rest)));
617
  }
671
  if ($suffix !== null &&
672
  $subProp[0] == "assign" &&
673
  is_string($subProp[1]) &&
674
+ $subProp[1][0] != $this->vPrefix)
675
  {
676
  $subProp[2] = array(
677
  'list', ' ',
1638
  $this->pushEnv();
1639
  $parser = new GantryLessCompiler_Parser($this, __METHOD__);
1640
  foreach ($args as $name => $strValue) {
1641
+ if ($name[0] != '@') $name = '@'.$name;
1642
  $parser->count = 0;
1643
  $parser->buffer = (string)$strValue;
1644
  if (!$parser->propertyValue($value)) {
2305
  $hidden = true;
2306
  if (!isset($block->args)) {
2307
  foreach ($block->tags as $tag) {
2308
+ if (!is_string($tag) || $tag[0] != $this->lessc->mPrefix) {
2309
  $hidden = false;
2310
  break;
2311
  }
2359
  protected function fixTags($tags) {
2360
  // move @ tags out of variable namespace
2361
  foreach ($tags as &$tag) {
2362
+ if ($tag[0] == $this->lessc->vPrefix)
2363
  $tag[0] = $this->lessc->mPrefix;
2364
  }
2365
  return $tags;
3089
  protected function end() {
3090
  if ($this->literal(';')) {
3091
  return true;
3092
+ } elseif ($this->count == strlen($this->buffer) || $this->buffer[$this->count] == '}') {
3093
  // if there is end of file or a closing block next then we don't need a ;
3094
  return true;
3095
  }
core/utilities/gantrymobiledetect.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrymobiledetect.class.php 7054 2013-01-31 22:33:57Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * original license:
2
  /**
3
  * @version $Id: gantrymobiledetect.class.php 7054 2013-01-31 22:33:57Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * original license:
core/utilities/gantrypath.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryfile.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantryfile.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/utilities/gantryregistry.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryregistry.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryregistry.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/utilities/gantrysimplexmlelement.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrysimplexmlelement.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
2
  /**
3
  * @version $Id: gantrysimplexmlelement.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
core/utilities/gantrytemplateinfo.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantrytemplateinfo.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: gantrytemplateinfo.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
core/utilities/gantryurl.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryurl.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: gantryurl.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/utilities/gantryxml.class.php CHANGED
@@ -3,7 +3,7 @@
3
  *
4
  * @version $Id: gantryxml.class.php 61659 2016-03-08 17:22:12Z matias $
5
  * @author RocketTheme http://www.rockettheme.com
6
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  *
9
  * original copyright
3
  *
4
  * @version $Id: gantryxml.class.php 61659 2016-03-08 17:22:12Z matias $
5
  * @author RocketTheme http://www.rockettheme.com
6
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  *
9
  * original copyright
core/utilities/registry/format/ini.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: ini.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: ini.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/utilities/registry/format/json.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: json.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: json.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/utilities/registry/format/php.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: php.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: php.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/utilities/registry/format/xml.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: xml.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: xml.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
core/utilities/registry/gantryregistryformat.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantryregistryformat.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
2
  /**
3
  * @version $Id: gantryregistryformat.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * derived from Joomla with original copyright and license
css/gantry-ie6.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-ie6.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-ie6.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
css/gantry.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry.css 61149 2014-11-10 18:37:53Z jakub $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry.css 61149 2014-11-10 18:37:53Z jakub $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
css/gantrydivider.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantrydivider.css 61614 2015-12-09 11:12:41Z jakub $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantrydivider.css 61614 2015-12-09 11:12:41Z jakub $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
css/grid-12.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: grid-12.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: grid-12.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
css/grid-16.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: grid-16.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: grid-16.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
css/grid-responsive.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: grid-responsive.css 2375 2012-08-14 22:41:53Z kevin $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
6
  */
7
 
1
  /**
2
  * @version $Id: grid-responsive.css 2375 2012-08-14 22:41:53Z kevin $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
6
  */
7
 
css/iphone-gantry.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: iphone-gantry.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: iphone-gantry.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
css/wordpress-ie6.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: wordpress-ie6.css 59361 2013-03-13 23:10:27Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: wordpress-ie6.css 59361 2013-03-13 23:10:27Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
css/wordpress-ie7.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: wordpress-ie7.css 59361 2013-03-13 23:10:27Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
  .rt-block,.rt-pagination {zoom:1;}
1
  /**
2
  * @version $Id: wordpress-ie7.css 59361 2013-03-13 23:10:27Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
  .rt-block,.rt-pagination {zoom:1;}
css/wordpress.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: wordpress.css 59361 2013-03-13 23:10:27Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: wordpress.css 59361 2013-03-13 23:10:27Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
functions.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: functions.php 61628 2016-01-06 19:38:55Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -168,7 +168,7 @@ function gantry_construct()
168
  /**
169
  * @name GANTRY_VERSION
170
  */
171
- define('GANTRY_VERSION', '4.1.20');
172
 
173
 
174
  if (!defined('DS')) {
@@ -192,7 +192,7 @@ function gantry_construct()
192
 
193
  // Fix stuff on 4.4
194
  if(!get_option('gantry_4_1_10_execute_scripts') && $wp_version >= '4.4') {
195
- $cache_groups = array('gantry', 'Gantry', 'GantryAdmin-4.1.20', 'GantryLess', 'GantryAdminLess');
196
  foreach($cache_groups as $group) {
197
  $cache_handler = GantryCache::getCache( $group, 0, true );
198
  $cache_handler->clearGroupCache();
2
  /**
3
  * @version $Id: functions.php 61628 2016-01-06 19:38:55Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
168
  /**
169
  * @name GANTRY_VERSION
170
  */
171
+ define('GANTRY_VERSION', '4.1.21');
172
 
173
 
174
  if (!defined('DS')) {
192
 
193
  // Fix stuff on 4.4
194
  if(!get_option('gantry_4_1_10_execute_scripts') && $wp_version >= '4.4') {
195
+ $cache_groups = array('gantry', 'Gantry', 'GantryAdmin-4.1.21', 'GantryLess', 'GantryAdminLess');
196
  foreach($cache_groups as $group) {
197
  $cache_handler = GantryCache::getCache( $group, 0, true );
198
  $cache_handler->clearGroupCache();
gantry.config.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantry.config.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: gantry.config.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
gantry.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: gantry.php 61627 2016-01-06 19:34:25Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -10,7 +10,7 @@
10
  Plugin Name: Gantry 4 Framework
11
  Plugin URI: http://www.gantry.org/
12
  Description: This is a Framework to support easily modifiable themes that are very extensible.
13
- Version: 4.1.20
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
2
  /**
3
  * @version $Id: gantry.php 61627 2016-01-06 19:34:25Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
10
  Plugin Name: Gantry 4 Framework
11
  Plugin URI: http://www.gantry.org/
12
  Description: This is a Framework to support easily modifiable themes that are very extensible.
13
+ Version: 4.1.21
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
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: analytics.php 60809 2014-05-08 08:48:01Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: analytics.php 60809 2014-05-08 08:48:01Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/autoparagraphs.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: autoparagraphs.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: autoparagraphs.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/bbpress.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: bbpress.php 60800 2014-05-07 13:08:13Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: bbpress.php 60800 2014-05-07 13:08:13Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/belatedpng.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: belatedpng.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: belatedpng.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
gizmos/buddypress.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: buddypress.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: buddypress.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/childcss.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: childcss.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: childcss.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/commentreply.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: commentreply.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: commentreply.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
gizmos/compatibility.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: compatibility.php 60974 2014-06-18 12:01:07Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: compatibility.php 60974 2014-06-18 12:01:07Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/feedlinks.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: feedlinks.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
2
  /**
3
  * @version $Id: feedlinks.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
gizmos/font.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: webfonts.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: webfonts.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/fontawesomepaths.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: fontawesomepaths.php 60841 2014-05-12 20:13:48Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: fontawesomepaths.php 60841 2014-05-12 20:13:48Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
gizmos/ie6.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: ie6.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: ie6.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/ie6warn.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: ie6warn.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: ie6warn.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/iphonegradients.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: iphonegradients.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: iphonegradients.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/iphoneimages.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: iphoneimages.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: iphoneimages.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/jstools.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: jstools.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: jstools.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/loadposition.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: loadposition.php 61616 2015-12-09 11:31:33Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: loadposition.php 61616 2015-12-09 11:31:33Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/maintenancemode.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: maintenancemode.php 60717 2014-04-10 20:32:32Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: maintenancemode.php 60717 2014-04-10 20:32:32Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/mshelper.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: mshelper.php 60843 2014-05-12 20:17:06Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: mshelper.php 60843 2014-05-12 20:17:06Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
gizmos/pagesuffix.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: pagesuffix.php 60211 2013-11-14 00:02:42Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: pagesuffix.php 60211 2013-11-14 00:02:42Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/rokstyle.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: rokstyle.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: rokstyle.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/rtl.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: rtl.php 61394 2015-07-04 09:48:11Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: rtl.php 61394 2015-07-04 09:48:11Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/searchhighlight.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: search-highlight.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: search-highlight.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/smartload.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: smartload.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: smartload.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/styledeclaration.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: styledeclaration.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: styledeclaration.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/texturize.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: texturize.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: texturize.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/thumbnails.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: thumbnails.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: thumbnails.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/title.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: title.php 59687 2013-05-16 13:25:33Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: title.php 59687 2013-05-16 13:25:33Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/webfonts.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: webfonts.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: webfonts.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/widgetshortcodes.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: widgetshortcodes.php 60530 2014-02-10 12:59:26Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: widgetshortcodes.php 60530 2014-02-10 12:59:26Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/woocommerce.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: woocommerce.php 60800 2014-05-07 13:08:13Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: woocommerce.php 60800 2014-05-07 13:08:13Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/wpmenucart.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: wpmenucart.php 60841 2014-05-12 20:13:48Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: wpmenucart.php 60841 2014-05-12 20:13:48Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
gizmos/wpml.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: wpml.php 60800 2014-05-07 13:08:13Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: wpml.php 60800 2014-05-07 13:08:13Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
gizmos/yoast.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: yoast.php 60800 2017-08-28 13:08:13Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: yoast.php 60800 2017-08-28 13:08:13Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
html/layouts/body_debugmainbody.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: body_debugmainbody.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: body_debugmainbody.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
html/layouts/body_iphonemainbody.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: body_iphonemainbody.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: body_iphonemainbody.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/body_mainbody.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: body_mainbody.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: body_mainbody.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/chrome_basic.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: chrome_basic.php 58629 2012-12-16 09:42:44Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: chrome_basic.php 58629 2012-12-16 09:42:44Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/chrome_standard.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: chrome_standard.php 58629 2012-12-16 09:42:44Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: chrome_standard.php 58629 2012-12-16 09:42:44Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/comment_basic.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: comment_basic.php 60343 2014-01-03 18:16:44Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: comment_basic.php 60343 2014-01-03 18:16:44Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/commentstempl_basic.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: commentstempl_basic.php 60343 2014-01-03 18:16:44Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: commentstempl_basic.php 60343 2014-01-03 18:16:44Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/doc_body.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: doc_body.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: doc_body.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/doc_tag.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: doc_tag.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: doc_tag.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/orderedbody_mainbody.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: orderedbody_mainbody.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: orderedbody_mainbody.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/widget_basic.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: widget_basic.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: widget_basic.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/widget_sidebar.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: widget_sidebar.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: widget_sidebar.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
html/layouts/widget_standard.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: widget_standard.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: widget_standard.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
js/fusion.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: fusion.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: fusion.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/gantry-ie6menu.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-ie6menu.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-ie6menu.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/gantry-ie6warn.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-ie6warn.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-ie6warn.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/gantry-inputs.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-inputs.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-inputs.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/gantry-search-highlight.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-inputs.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-inputs.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/gantry-smartload.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-smartload.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-smartload.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/gantry-totop.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantry-totop.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantry-totop.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/gantrydivider.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: gantrydivider.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: gantrydivider.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/imenu.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: imenu.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: imenu.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/sfhover.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: sfhover.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
  * @version $Id: sfhover.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
libs/phpQuery/phpQueryObject.php CHANGED
@@ -1042,7 +1042,7 @@ class phpQueryObject
1042
  if (! $param)
1043
  break;
1044
  // nth-child(n+b) to nth-child(1n+b)
1045
- if ($param{0} == 'n')
1046
  $param = '1'.$param;
1047
  // :nth-child(index/even/odd/equation)
1048
  if ($param == 'even' || $param == 'odd')
1042
  if (! $param)
1043
  break;
1044
  // nth-child(n+b) to nth-child(1n+b)
1045
+ if ($param[0] == 'n')
1046
  $param = '1'.$param;
1047
  // :nth-child(index/even/odd/equation)
1048
  if ($param == 'even' || $param == 'odd')
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: gantry
3
  Author URI: http://gantry.org
4
  Tags: gantry, framework, template, theme, widgets, flexible, extensible, configurable, 960px, grid, columns, powerful, buddypress
5
  Requires at least: 3.2
6
- Tested up to: 5.3.0
7
- Stable tag: 4.1.20
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
 
@@ -89,6 +89,9 @@ Once you downloaded and installed Gantry 4 Framework plugin, please download als
89
 
90
  == Changelog ==
91
 
 
 
 
92
  = 4.1.20 =
93
  * WordPress 5.3 compatibility fixes
94
 
@@ -466,6 +469,9 @@ Once you downloaded and installed Gantry 4 Framework plugin, please download als
466
 
467
  == Upgrade Notice ==
468
 
 
 
 
469
  = 4.1.20 =
470
  Please remember to create a full site backup (files + database) before performing update.
471
 
3
  Author URI: http://gantry.org
4
  Tags: gantry, framework, template, theme, widgets, flexible, extensible, configurable, 960px, grid, columns, powerful, buddypress
5
  Requires at least: 3.2
6
+ Tested up to: 5.4.0
7
+ Stable tag: 4.1.21
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
 
89
 
90
  == Changelog ==
91
 
92
+ = 4.1.21 =
93
+ * Various PHP 7.4 fixes
94
+
95
  = 4.1.20 =
96
  * WordPress 5.3 compatibility fixes
97
 
469
 
470
  == Upgrade Notice ==
471
 
472
+ = 4.1.21 =
473
+ Please remember to create a full site backup (files + database) before performing update.
474
+
475
  = 4.1.20 =
476
  Please remember to create a full site backup (files + database) before performing update.
477
 
tmpl/index-iphone.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: index-iphone.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: index-iphone.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/archives.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: archives.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Archives Widget.
2
  /**
3
  * @version $Id: archives.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Archives Widget.
widgets/breadcrumbs.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * @version 4.1.20 November 19, 2019
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined( 'GANTRY_VERSION' ) or die();
1
  <?php
2
  /**
3
+ * @version 4.1.21 April 1, 2020
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined( 'GANTRY_VERSION' ) or die();
widgets/categories.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: categories.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Categories Widget.
2
  /**
3
  * @version $Id: categories.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Categories Widget.
widgets/copyright.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: copyright.php 60342 2014-01-03 17:12:22Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: copyright.php 60342 2014-01-03 17:12:22Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/date.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: date.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: date.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/divider.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: divider.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: divider.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/fontsizer.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: fontsizer.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: fontsizer.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuWalkerNavMenuEdit.php 60346 2014-01-03 22:17:55Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Based on Wordpress core code
2
  /**
3
  * @version $Id: RokMenuWalkerNavMenuEdit.php 60346 2014-01-03 22:17:55Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Based on Wordpress core code
widgets/gantrymenu/admin/fields/themelist.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: themelist.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: themelist.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
widgets/gantrymenu/css/widget_admin.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: widget_admin.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  *
7
  */
1
  /**
2
  * @version $Id: widget_admin.css 58595 2012-12-11 19:59:45Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  *
7
  */
widgets/gantrymenu/libs/GantryMenu.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: GantryMenu.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: GantryMenu.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/common/RokBrowserCheck.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokBrowserCheck.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
2
  /**
3
  * @version $Id: RokBrowserCheck.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  */
widgets/gantrymenu/libs/common/includes.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: includes.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: includes.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/includes.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: includes.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: includes.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: AbstractRokMenuFormatter.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: AbstractRokMenuFormatter.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: AbstractRokMenuLayout.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: AbstractRokMenuLayout.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: AbstractRokMenuProvider.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: AbstractRokMenuProvider.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: AbstractRokMenuTheme.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: AbstractRokMenuTheme.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenu.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenu.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenu.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuDefaultRenderer.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuDefaultRenderer.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuFormatter.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuFormatter.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuGreaterThenLevelFilter.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuGreaterThenLevelFilter.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuHeader.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuHeader.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuIdFilter.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuIdFilter.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuIterator.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuIterator.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuLayout.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuLayout.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuNode.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuNode.php 59703 2013-05-17 23:08:37Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuNode.php 59703 2013-05-17 23:08:37Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuNodeBase.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuNodeBase.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuNodeTree.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuNodeTree.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuNotOnActiveTreeFilter.php 60342 2014-01-03 17:12:22Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuNotOnActiveTreeFilter.php 60342 2014-01-03 17:12:22Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuProvider.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuProvider.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuRenderer.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuRenderer.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: RokMenuTheme.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: RokMenuTheme.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/librokmenu/includes.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: includes.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: includes.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: GantryMenuProviderWordpress.php 60817 2014-05-11 11:31:40Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: GantryMenuProviderWordpress.php 60817 2014-05-11 11:31:40Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/libs/renderers/GantryMenuRendererWordpress.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: GantryMenuRendererWordpress.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: GantryMenuRendererWordpress.php 58623 2012-12-15 22:01:32Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/gantrymenu/themes/default/js/responsive-selectbox.js CHANGED
@@ -1,7 +1,7 @@
1
  /*!
2
  * @version $Id: responsive-selectbox.js 8885 2013-03-28 17:38:51Z djamil $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /*!
2
  * @version $Id: responsive-selectbox.js 8885 2013-03-28 17:38:51Z djamil $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
widgets/gantrymenu/themes/default/js/responsive.js CHANGED
@@ -1,7 +1,7 @@
1
  /*!
2
  * @version $Id: responsive.js 4586 2012-10-27 01:50:24Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /*!
2
  * @version $Id: responsive.js 4586 2012-10-27 01:50:24Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
widgets/gantrymenu/themes/default/js/rokmediaqueries.js CHANGED
@@ -1,7 +1,7 @@
1
  /*!
2
  * @version $Id: rokmediaqueries.js 4586 2012-10-27 01:50:24Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /*!
2
  * @version $Id: rokmediaqueries.js 4586 2012-10-27 01:50:24Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
widgets/gantrymenu/themes/default/js/sidemenu.js CHANGED
@@ -1,7 +1,7 @@
1
  /*!
2
  * @version $Id: sidemenu.js 14307 2013-10-08 15:44:26Z djamil $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /*!
2
  * @version $Id: sidemenu.js 14307 2013-10-08 15:44:26Z djamil $
3
  * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
widgets/iphonemenu.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: iphonemenu.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: iphonemenu.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/links.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: links.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Links Widget.
2
  /**
3
  * @version $Id: links.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Links Widget.
widgets/loginbutton.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * @version 4.1.20 November 19, 2019
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
1
  <?php
2
  /**
3
+ * @version 4.1.21 April 1, 2020
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/loginform.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * @version 4.1.20 November 19, 2019
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
1
  <?php
2
  /**
3
+ * @version 4.1.21 April 1, 2020
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/logo.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: logo.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: logo.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/menu.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: menu.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: menu.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/meta.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: meta.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Meta Widget.
2
  /**
3
  * @version $Id: meta.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Meta Widget.
widgets/overridesmap.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: overridesmap.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: overridesmap.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/pages.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: pages.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Pages Widget.
2
  /**
3
  * @version $Id: pages.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Pages Widget.
widgets/recentcomments.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: recentcomments.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Recent Comments Widget.
2
  /**
3
  * @version $Id: recentcomments.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Recent Comments Widget.
widgets/recentposts.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: recentposts.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Recent Posts Widget.
2
  /**
3
  * @version $Id: recentposts.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  *
8
  * Widget based on the WordPress core Recent Posts Widget.
widgets/resetsettings.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: resetsettings.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: resetsettings.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/totop.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: totop.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: totop.php 61614 2015-12-09 11:12:41Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
widgets/viewswitcher.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * @version $Id: viewswitcher.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
2
  /**
3
  * @version $Id: viewswitcher.php 60832 2014-05-12 09:47:23Z jakub $
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8