Gantry 4 Framework - Version 4.1.18

Version Description

  • Top level navigation item cannot be selected on a mobile device when using Mobile theme
  • Fixed issue with adding custom positions using non-unique position names
Download this release

Release Info

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

Code changes from version 4.1.17 to 4.1.18

Files changed (283) hide show
  1. CHANGELOG.php +1 -1
  2. CREDITS.php +1 -1
  3. MD5SUMS +283 -282
  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 +1 -1
  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 +1 -1
  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 +9 -9
  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 +1 -1
  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 +4 -4
  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 +2 -2
  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 +1 -1
  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/iscroll.js +1 -1
  227. js/sfhover.js +1 -1
  228. readme.txt +10 -3
  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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 7434095408b34fc8428a84440c60774e
3
- readme.txt 0aaf6f8af8a4db61baec92cd4c6ec0e1
4
- widgets/totop.php 439dc7c1f5e3f708c4acade632456408
5
- widgets/viewswitcher.php eb53096ba88f98e0cb51177091f50260
6
- widgets/menu.php 0fe527fa6fa005a9b3f944fabe0143fa
7
  widgets/breadcrumbs.xml 25a46c0a7b1c1c129c91d34cc44be439
8
- widgets/pages.php 3c48738638a8ceada4b4e63b4508b2a5
9
- widgets/gantrymenu/themes/default/js/sidemenu.js c4c8eb29f221498615447aa6acdb9190
10
- widgets/gantrymenu/themes/default/js/rokmediaqueries.js 040ffb117da8b1da98b8a1e30b9f2563
11
- widgets/gantrymenu/themes/default/js/responsive.js 1ca2df26dab9d577a2875fd956f0fdd7
12
  widgets/gantrymenu/themes/default/js/index.html 8a3edb0428f11a404535d9134c90063f
13
- widgets/gantrymenu/themes/default/js/responsive-selectbox.js 3006ee38322d825d5a03f20fb7010304
14
- widgets/gantrymenu/css/widget_admin.css 81447db1acc4e3aa27376662cd8ec50c
15
  widgets/gantrymenu/css/index.html d41d8cd98f00b204e9800998ecf8427e
16
- widgets/gantrymenu/libs/common/RokBrowserCheck.php 6a1d1a7c1cd04e079e444d6455ccec66
17
- widgets/gantrymenu/libs/common/includes.php 8183e22ff259965df91a99e15bf69403
18
  widgets/gantrymenu/libs/common/index.html d41d8cd98f00b204e9800998ecf8427e
19
- widgets/gantrymenu/libs/GantryMenu.php 4f7e6773e433b82658c261dfd759aac3
20
- widgets/gantrymenu/libs/includes.php ced3b5c5e9057922125605796303a594
21
  widgets/gantrymenu/libs/index.html d41d8cd98f00b204e9800998ecf8427e
22
- widgets/gantrymenu/libs/librokmenu/RokMenuNode.php b3fccd8babc7e16a4524b31b760eceb8
23
- widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php ea88f235e23b2cca68a8961bb58936ae
24
- widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php 688572b6064d04ebd969c41b6d3e8d89
25
- widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php 0b1f9f4afcaa16e3fc68097536e0b5ab
26
- widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php a12b358eb9b9d03e753b8217ed0f4524
27
- widgets/gantrymenu/libs/librokmenu/RokMenu.php 34e923af6eaab85e29d711baa5ee0a87
28
- widgets/gantrymenu/libs/librokmenu/includes.php 667dc0ff6949d05bbe0fbe7aa77195d1
29
- widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php 5e171c4d58a6d17b7aaf87c41cc3f36a
30
- widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php ae8be1747b38bb03097a815a238882ef
31
- widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php 39865f5a19d92ede9bb15bbd4f8fbac5
32
- widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php 51e4c522996f726b84fbc3ae96ca7a8b
33
- widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php 406267366f12aeaa4fd74ebe8fbcf659
34
- widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php 1d83ded91f8894499a37c0f3401127fd
35
- widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php 3ce3a82291ca01d9dedeb6c088886563
36
- widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php 6092dba99fca45c40adea6a3b0ad8613
37
- widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php b1495192c81bf591d1db950906dfa765
38
- widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php 8f55f3f0aa32c8bf06af953806b8284d
39
  widgets/gantrymenu/libs/librokmenu/index.html 010c2899cae19aa8ee502f624c039485
40
- widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php 2215f31031f9de3878f0d6d2e1eb07f6
41
- widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php fbc57035923693f7c0186e4d2ad696a1
42
- widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php 6e0103caba1fb0c3cd1620cf605ff597
43
  widgets/gantrymenu/libs/renderers/index.html d41d8cd98f00b204e9800998ecf8427e
44
- widgets/gantrymenu/libs/renderers/GantryMenuRendererWordpress.php f839ade67a4650f2dc18efdab12377a2
45
- widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php 72c81130e6bd115d0c17275781ccd981
46
  widgets/gantrymenu/libs/providers/index.html d41d8cd98f00b204e9800998ecf8427e
47
- widgets/gantrymenu/admin/fields/themelist.php d3d92e1d1bbf2e1b3aac792fb569b0fd
48
  widgets/gantrymenu/admin/fields/index.html d41d8cd98f00b204e9800998ecf8427e
49
  widgets/gantrymenu/admin/index.html d41d8cd98f00b204e9800998ecf8427e
50
- widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php 9a71ae3cab31338662fff86304bd04f5
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 c96425050dad373e922ff4f530e88c11
57
- widgets/loginform.php cf5a02064289c32b35e8d112dc724f4b
58
- widgets/archives.php dde876605388d473a3fe66bbbbf9df6f
59
  widgets/copyright.xml 7520cb5052b11948ccd4607d60cdea98
60
  widgets/recentposts.xml d60f230153a08bba049068ffba7ca15c
61
  widgets/resetsettings.xml 300de5950affc376a9fb46d242478ee6
62
- widgets/categories.php 69b0073efec685c1592aaf2b097e0d6b
63
- widgets/overridesmap.php f2ff8fc9c16cf8c3ad855022a31fdcc5
64
  widgets/recentcomments.xml 9560a0123f311b0ea6fb281ca638af44
65
  widgets/menu.xml d2504c9219892ff32caea0f2140e3d3d
66
- widgets/logo.php 354aadb45dff17458d52a6454eaf5788
67
- widgets/links.php f30de656e2e4d1d00d5f6cb513bdf522
68
- widgets/loginbutton.php 7f1e4ced61f29409af3208fc17b625fe
69
  widgets/links.xml 983ec8c136c84f9dcdccf2494b5f6298
70
  widgets/pages.xml 864297ab944f6f6d1683bb0aed4f4ac4
71
- widgets/copyright.php 15318e4ac2c26851295d037abbc18798
72
- widgets/iphonemenu.php 24bd6cde616274f7d016fbce2a88bb37
73
- widgets/fontsizer.php c1b09eb18af0b787234848f3c7076e74
74
  widgets/loginform.xml 26fa1e26d597161f1f33668207926411
75
  widgets/index.html d41d8cd98f00b204e9800998ecf8427e
76
  widgets/archives.xml 1afd18b493fda6d623614d2701bd0c50
77
  widgets/meta.xml f77c2a19fa5fe6b95576704774959eec
78
- widgets/recentposts.php 8860a448e8e17c6e632e84e72df4ff01
79
- widgets/resetsettings.php 2b44f6f1c67e6a8647f04e12c01d9475
80
- widgets/meta.php 51dede64f67398d502e7ddf19142d581
81
  widgets/fontsizer.xml 77afbf9a3700b10ad9a83d262796cf7b
82
  widgets/overridesmap.xml d062edbe62fc8cd15c269d164da74dfc
83
- widgets/divider.php bdf3209f023fa61bb08d15069d9af177
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 aa9abc7db08246e7fd93f828cf51bbe6
90
- widgets/recentcomments.php b608430fadaa956fae6d0817897ed905
91
- bugfixes.php a50e86e366ff325fbdd11dc434509a27
92
- css/gantry.css 822cad77af408a3d0a64ff4361fc9371
93
- css/grid-16.css 6b2ed9351604ca57614ebb27a76b483e
94
- css/gantrydivider.css 859986635d73ad5f6b632055159090e8
95
  css/index.html d41d8cd98f00b204e9800998ecf8427e
96
- css/wordpress.css 3e074e8c7a663df3292b52001f7ca77c
97
- css/grid-responsive.css 636d24b7c46dcc5208a1c37ef25fc879
98
- css/grid-12.css 97e542e4363fa524229aba1f0790126d
99
- css/iphone-gantry.css 511ac3abe3c901dcdcbb88a829e854f4
100
- css/wordpress-ie7.css 09b5f1ee4908d2cb4fd1e8d3018cbb96
101
- css/wordpress-ie6.css 186700b9c35b51a969ac3da34d588610
102
- css/gantry-ie6.css 1291dc7f4f22fe76a854306e93017ca3
103
- gantry.config.php 70464ca252eef35ef7d8d1e69508efe7
104
  libs/phpQuery.php 5f2079826defbcf5c88f3bec28d19b06
105
  libs/google-code-prettify/lang-sql.js 85dc53f8ee26511df07bf70ed75a7b04
106
  libs/google-code-prettify/lang-basic.js cc31708f1c51c30f23f7a6eb710bc797
@@ -139,13 +139,13 @@ 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 b9b558c64cdb6d006536e37a0d71f48d
143
- admin/ajax-models/cache.php a4da7ce16b126a7db2569578341c849d
144
- admin/ajax-models/lesscompiler.php b462aa180fb82edc32218fb4553bcac3
145
- admin/ajax-models/widgets.php 8579daaf9377b7ac4e639301f3db9c6e
146
  admin/ajax-models/index.html d41d8cd98f00b204e9800998ecf8427e
147
- admin/ajax-models/presets-saver.php 6b00a3540a01a951b51d8b005e9fe56d
148
- admin/ajax-models/overrides.php 02718e5e7ba10f5378b3d0194d07b7bb
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 7bcdee4374daebd7ddb3034760320d01
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 8eff005e2e14837d093dce5d568f46cb
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 cfb32069b3cdbd446525a7c030cf29e9
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 769ba91d883c8ef3cb3408093e61b260
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 f7805fee1bd639268bdf30ba82fc558c
283
- admin/widgets/gantry-ie7.css 62c7de36c43f9ada828f71a8e7de2408
284
  admin/widgets/assignments/index.html d41d8cd98f00b204e9800998ecf8427e
285
  admin/widgets/assignments/js/index.html d41d8cd98f00b204e9800998ecf8427e
286
- admin/widgets/assignments/js/assignments.js 6f567257222b70938877e944860d472b
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 2bb4c71f6ffb447708b14cb5a4a842a6
299
  admin/widgets/bootstrap-multiselect.js 6324643f4bd8e361dec140abb9590bf8
300
  admin/widgets/gantry-administrator.css 0590b6011f391387257728a387bf7fd6
301
  admin/widgets/bootstrap-multiselect.css f9d97852b22a7f1afeca10434862eb25
302
- admin/index.php 26dbb06288cfbae68e329f3512c7fcce
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 0976b1dd8db05b5ef09c0e46df64f64a
308
- admin/meta-links/presets.php 56e8d4825302e12df1889e7838d16740
309
  admin/meta-links/index.html d41d8cd98f00b204e9800998ecf8427e
310
  admin/screen-meta-links.php d81b6f95182e39eafdc58d546676a0c0
311
- admin/admin_presets.php 9ff07ae38f005bf3d2d70fc5ad32b4df
312
  admin/index.html 1c7b413c3fa39d0fed40556d2658ac73
313
- admin/assignment_functions.php e13bfa141f5852e748433a7cb0055655
314
- admin/admin_functions.php 0ea7327a64614942782df5e85ea391d3
315
- admin/override_orig.php fcfa62a9ec8e6720527603f7fc6737af
316
  admin/rt_fav.png 7f44f7d1f05143147d5e9fc8a10a305e
317
- admin/index_orig.php 21e01962c82c32f9e844147cf5f153b8
318
- admin/admin_assignments.php e65f46a09f396d229eba3b9514e2429f
319
- admin/override.php fabb50e43e6250aa8b72e47b4a321db9
320
- admin/forms/fields/html.php d4da04432b4a59d1e10dd0536b72ed34
321
- admin/forms/fields/selectbox.php f5ae3742f5b4aba11bba91a5a6eaf474
322
- admin/forms/fields/updater.php bf8b7bf41eacb9750797e58d868d21b2
323
- admin/forms/fields/password.php c97421bcff39730da96df2d404becc0d
324
- admin/forms/fields/gradient.php b111d3ff86fda14cb88b1ab268a90434
325
- admin/forms/fields/textarea.php 660fd10c4c1b7471c65945c7083d85f9
326
- admin/forms/fields/ajaxbutton.php ba2d8dbe1faed2720d3eba1ea1994448
327
- admin/forms/fields/imagepicker.php 9d61915d90bca2ebf0b03e39d6a2cf82
328
- admin/forms/fields/toggle.php b07d9059cbb2c78694ef97870218ae94
329
- admin/forms/fields/positionslist.php 2d1f815da0d5b643e1e91a8e773e8e42
330
- admin/forms/fields/integer.php ab458a30fb9e247d0917eebbd015a57a
331
- admin/forms/fields/preset.php 059d2f67a1497909a4dd21c349f232b5
332
- admin/forms/fields/slider.php 7029c2534e09bd190ae3aef73edff85a
333
- admin/forms/fields/categories.php d5025baff38b901944b16b6e8698c34c
334
- admin/forms/fields/gantry.php 4fd09145e8b46ba3468e8f6de7115272
335
- admin/forms/fields/spacer.php ab5893c2086b2c151e59c9ce16d82e9b
336
- admin/forms/fields/dateformats.php 26d82d7dec54eeb3147aa23330634739
337
  admin/forms/fields/index.html d41d8cd98f00b204e9800998ecf8427e
338
- admin/forms/fields/linkcategories.php 6763aee3589141aea795151b38d3001d
339
- admin/forms/fields/fonts.php aeea0067c058c5b51f3a991f2e224e9b
340
- admin/forms/fields/alias.php a2495957c7084fcd99776c808a541310
341
- admin/forms/fields/diagnostic.php 3fe49189748317c6faa09b36183c1f7b
342
- admin/forms/fields/filelist.php 22bf7c6d646978b90fcc098400db3d53
343
- admin/forms/fields/text.php ab3cd500c7258bf4935df8441c3b71f3
344
- admin/forms/fields/tips.php 27545fa5a57c693cdb4eb10aab059b5f
345
- admin/forms/fields/textplus.php 2585837f0cfa22986ba7a0922e4c8bf7
346
- admin/forms/fields/imagelist.php 093b64c3374972b855e28f9ece33129f
347
- admin/forms/fields/positions.php 4f341e0b608102103784033ec8d43cc5
348
- admin/forms/fields/radio.php 2ebebcb91517d2ad8be05e67bc7e371c
349
- admin/forms/fields/checkbox.php 3572609dd29b2d626bd213483b243ead
350
- admin/forms/fields/overlays.php f91a9f6e9151a953b96ae7a38df2fdbb
351
- admin/forms/fields/showmax.php c8079a03edbeae2e24efe538dd19d6b2
352
- admin/forms/fields/hidden.php 3a851269d70cea8db2a93d916633a9fc
353
- admin/forms/fields/file.php 1f9b1fab4a0037a8e6ab6e1837d8db8b
354
- admin/forms/fields/colorchooser.php 89687687978494204fadf271ec6604d6
355
- admin/forms/fields/navmenulist.php a4c198ff23153f622c185889808692c0
356
- admin/forms/fields/groupedlist.php a203acee410d2c22a3afe8618a191460
357
- admin/forms/fields/position.php d5bdb91d54cd7d1b0e67d2bd55783979
358
- admin/forms/fields/animation.php ed33eb178c35dc7b24f779e97b2dc109
359
- admin/forms/fields/list.php 1caf5a2829d89a042c07e89a6c68ec3a
360
  admin/forms/index.html d41d8cd98f00b204e9800998ecf8427e
361
- admin/forms/groups/chain.php 1a6c0fe26d8a65c9a1e64240ce1021d6
362
- admin/forms/groups/enabledgroup.php ddddd1dd35fa8f8cde88bc6fffbe2a3d
363
  admin/forms/groups/index.html d41d8cd98f00b204e9800998ecf8427e
364
- admin/forms/groups/grouped.php 259ade0c96cafb1060ae3eb5b653ffe5
365
- admin/forms/groups/set.php f399c16f19ce5f13b99d6d42b43927d3
366
- admin/forms/groups/columns.php 18586376b8280bb5c8173e71a5e58a02
367
- admin/forms/groups/selectedset.php 3a14d408f51eb3e7d9c6c5b102925e2f
368
  admin/forms/groups/innertabs.php 1105f67378892b36e6bc2e44bb577961
369
- admin/forms/groups/position.php bf32e78304d8ab6140e5f334f70acf43
370
  plugin-updater/.gitkeep d41d8cd98f00b204e9800998ecf8427e
371
  images/header-assets.png 0af41557bbcb5a2fec3dfc4c292e1405
372
  images/blank.png 05e8d1ff9dc55aad50ad54c57e99d188
@@ -393,25 +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 594eff64b6b7ae62f18329bcb50973ef
397
- CHANGELOG.php da71c644939ca1ea5d9dba769ed399a1
398
- core/gantrygzipper.class.php 1e058fc488f9b2408a0e02c68a5c8715
399
- core/gantrybodylayout.class.php 8ebba0eaa36ef715630a40e5cf69a755
400
- core/gantryplatform.class.php 681f10d66815752ab3c596ce78ec1548
401
- core/gantrydiagnostic.class.php f99e98cebd7b60dc9404880677998130
402
- core/gantrypositions.class.php de0d6caefce4aed77811eb139f4126b3
 
403
  core/rules/stylerules.srl 9bfa3989975fe44c67249aa506ce8b83
404
- core/rules/gantrypagecallfact.class.php 62f21d135df10ff4e33dfe670e6012e9
405
- core/rules/facttypes/taxonomy.class.php 755b3e07f47b3389599d01f102b6f66c
406
- core/rules/facttypes/post_type.class.php 533273019ec9d8845d0271ec385a4f2e
407
  core/rules/facttypes/index.html d41d8cd98f00b204e9800998ecf8427e
408
- core/rules/facttypes/archive.class.php 4ab3dde7c6b3f4a66462672fd1f734f8
409
  core/rules/facttypes/menu.class.php d9258c70b3f1926683c47ed9de53d183
410
- core/rules/facttypes/templatepage.class.php 3158a78c9a5a2df1f297b5b7e97fac28
411
- core/rules/facttypes/wpmllang.class.php 2c48f091d85765a12c6c3590452fa961
412
  core/rules/index.html d41d8cd98f00b204e9800998ecf8427e
413
- core/rules/gantryoverridefact.class.php b6324426dc9f47fb66021dddad2b9e07
414
- core/rules/gantryoverridesengine.class.php 1d951f3ccbbd950a3e44a6ab28d81976
415
  core/rules/phprules/Fact.class.php 2e7a0b9374d658cf1b4d278242f8c230
416
  core/rules/phprules/WorkingMemory.class.php 57273a3fe11ef694739e7d3d0f733deb
417
  core/rules/phprules/ActionFassade.class.php dcb07f28333d45bcf868a890d78aaf4f
@@ -421,118 +422,118 @@ core/rules/phprules/phprules.php d8db7525a5bdb29701dace8a035b55a6
421
  core/rules/phprules/Rule.class.php dd0100265b0d53b807878a545fae24ec
422
  core/rules/phprules/RuleBase.class.php ca3482368607b4f337971f00723f171a
423
  core/rules/phprules/RuleSession.class.php 48d93214db002f19f9f6109e63147d8d
424
- core/rules/gantryoverrides.class.php c0fe6402163331f030b64d9d19aee0f5
425
- core/utilities/gantryxml.class.php 3d8b95529ec46c83956dd2f64be0e470
426
- core/utilities/gantryfilterinput.class.php 817566df4e1f15f266d3b498a810a867
427
- core/utilities/gantryfile.class.php bd8c197a259b484a6802abc693a74cca
428
- core/utilities/cache/cache.class.php 760416685b1f38201865983e7112e39f
429
  core/utilities/cache/index.html d41d8cd98f00b204e9800998ecf8427e
430
- core/utilities/cache/wpTransientCacheDriver.class.php 0e2d30bbfbec8147da62900df71ad09b
431
- core/utilities/cache/cacheDriver.interface.php e75ea8d663ee9116cb99ba91f6c47ad2
432
- core/utilities/cache/fileCacheDriver.class.php 0e23cd00cf934656eb15861591feec8f
433
- core/utilities/gantryurl.class.php 3c7b9a0da599e33f1dcd039ebc38bf6d
434
- core/utilities/gantrydate.class.php d0b3cd532ce4b56797d9f9710f8f3796
435
- core/utilities/gantryarrayhelper.class.php ccdf2c3785d794374cdcdcb37073d661
436
- core/utilities/gantrypath.class.php 264fa48c453928d438fcca5a13a6aa35
437
- core/utilities/registry/gantryregistryformat.class.php 1461480a53993642de6e3341d133df14
438
- core/utilities/registry/format/php.php da5bb1e1df2c02ba1869788d25bddfd2
439
- core/utilities/registry/format/ini.php 228e983d32cf39dabc222f18084e893b
440
- core/utilities/registry/format/xml.php 3b8c3397fff2aef5b2d5f13d8aa4c4d5
441
  core/utilities/registry/format/index.html e33782263166ab59da260384f21fd4fb
442
- core/utilities/registry/format/json.php 95112cec2fc232a77b695f80b57de989
443
  core/utilities/registry/index.html d41d8cd98f00b204e9800998ecf8427e
444
- core/utilities/gantryfolder.class.php 6fa86e9d9846edb10a3150d999663a46
445
  core/utilities/index.html d41d8cd98f00b204e9800998ecf8427e
446
- core/utilities/gantrycache.class.php f35189daa5d5c92e14b3ae7c16145b0e
447
- core/utilities/gantrytemplateinfo.class.php ca7b56ea40b93f86f2584fa003b0c966
448
- core/utilities/gantrysimplexmlelement.class.php 09a120979b5e3c6836f98b2c60cc4619
449
- core/utilities/gantrymobiledetect.class.php b5b77520e5df7e95fca4354354424cd1
450
- core/utilities/gantryregistry.class.php aa97709884d48304420874c93c955c60
451
- core/utilities/gantrylesscompiler.class.php a5b9b2beeaa39a9b96fb08738edebd43
452
- core/gantryloader.class.php 3d446f613d235ba71d8b18d636338297
453
- core/gantrygizmo.class.php 2fca25a1f59828c049d4cad1c6923f5f
454
- core/gantrystylelink.class.php 06536fc20a18105af1cdc8debf30a004
455
- core/gantrytemplate.class.php f631eef3dcd004129479607b9797f339
456
- core/params/processors/alias.php 8413a0911db02aca79899eb4c4883826
457
- core/params/overrides/gantrycookieparamoverride.class.php 77f8db5873dd3d24e724cb510768e15e
458
- core/params/overrides/gantrysessionparamoverride.class.php d312bbf98f4b043b221a8ae3a7960214
459
- core/params/overrides/gantryurlparamoverride.class.php 7bfd741c255a43653e0c24eb39aad9e8
460
- core/params/overrides/gantryoverrideparamoverride.class.php 4b6fdf6f314b8aad0a754632ded7fee5
461
- core/params/gantryparamprocessor.class.php fb72bd10afe0d070e319f40b71451a4c
462
- core/params/gantryparamoverride.class.php 5cb12c030fb3523f96cfe502c714edc1
463
  core/params/index.html d41d8cd98f00b204e9800998ecf8427e
464
- core/gantrywidget.class.php b93d90f3e1188bb0b666193c86d03d99
465
  core/index.html d41d8cd98f00b204e9800998ecf8427e
466
- core/gantryflatfile.class.php 7d5cda31a03bc32a87db222120365481
467
- core/gantrybrowser.class.php a0c104f0736050718d86b06449bc55af
468
- core/gantryparams.class.php d6d3c7d691e57fc033d1b671d9e22d98
469
- core/gantryjson.class.php 4ea751e83fe64c75ba9f1e147c67ce54
470
- core/gantryini.class.php 637464a1227f1038fc30631088dfa384
471
- core/gantry.class.php 940cd0bcb4c500bb0e67bd33d365f3f7
472
- core/gantrylayout.class.php 33eac840fba10a6c543febc892a16a10
473
- core/renderers/gantryorderedmainbodyrenderer.class.php be983fef50043a10404fa17e29634503
474
- core/renderers/gantrymainbodyrenderer.class.php e2013e4602b52e91113928f23fba92f6
475
- core/renderers/gantrydebugmainbodyrenderer.class.php ec4228b5d2867feaf26412a8ee7e0d3c
476
  core/renderers/index.html d41d8cd98f00b204e9800998ecf8427e
477
- core/renderers/gantrycommentsrenderer.class.php 75b87aa583cde6445f46d587f7d12764
478
- core/renderers/gantrywidgetsrenderer.class.php 93e64d1bd398aec8ab20ddb57a06c308
479
- core/gantrycommentstempllayout.class.php f9b69e8583852cc9f307adb70c428544
480
- core/config/gantryformnaminghelper.class.php b1d3ef5f3c60520a9d77f3f20cd1f880
481
- core/config/gantryformfield.class.php 1385096580fc9b3efea8be481605196f
482
- core/config/gantryformhelper.class.php 544869f5a235782edc8e73c5b4a5b2cb
483
- core/config/gantryform.class.php 60e84caccbcf3280a260a0e61344ba75
484
  core/config/index.html d41d8cd98f00b204e9800998ecf8427e
485
- core/config/gantryparameters.class.php 508d22265e9d71a8b091212a940d615b
486
- core/config/gantryhtmlselect.class.php 5fb0b5c73f7b54e82a2418ca5857921a
487
- core/config/gantryselect.class.php dc8497737c2be7380df18c660c6d9e0c
488
- core/config/gantryformfieldhelper.class.php 065d5089f96597c820e5974945ce37e9
489
- core/config/gantryformitem.class.php 6ac22a288866da5b46a3de886a309645
490
- core/config/gantryformgroup.class.php a4deb37db846f3306560622484537e66
491
- core/config/gantryelement.class.php 20af1919944d11d669e26fa4ba395fe2
492
- admin_functions.php 422f9f7da7f375ae4c30389f8371c754
493
- gizmos/texturize.php f8c8761750c1f9b69cb3c20947f670dd
494
- gizmos/ie6warn.php 0f1fe2582ce3f0935a1fe742dd3f6cd4
495
- gizmos/searchhighlight.php 74ae5e517520a241c39c1c2bf38216e5
496
- gizmos/styledeclaration.php 37e56b5cda095ebf7350f037a81eb262
497
- gizmos/jstools.php d41935b2446259d3675f5117b8015694
498
- gizmos/thumbnails.php 4d43849a1b943819b6992e8dd7cfca88
499
- gizmos/belatedpng.php 74e1f745ce50c96e3492a11da3af154d
500
- gizmos/autoparagraphs.php 113c19b640d8c4e08a141994b446c885
501
- gizmos/bbpress.php 2283fc8b2d7323980c2ad8ee0c939445
502
- gizmos/webfonts.php 761b703f17f96448479ec521a18a8218
503
- gizmos/font.php 63035e2375e2a29be20f03e4e88c4895
504
- gizmos/rtl.php f6c6db15a235a8402188ac659fd214b8
505
- gizmos/fontawesomepaths.php 87f0fb21d61fa74d6107b80a9e25f521
506
- gizmos/iphonegradients.php a983edec6be4dbce94e6b4d53981aa57
507
- gizmos/compatibility.php f56d8fae24819f7ae4330e162cd9f218
508
- gizmos/maintenancemode.php 8c057a49222865db320434339a545791
509
- gizmos/wpml.php 6ff0a19a2d43a1ae239ed5dc025f6055
510
- gizmos/title.php c8e2b9bb1cac3c48f2b06742f4441f9c
511
- gizmos/wpmenucart.php 7fefa94b3b0aea7b66b4d3368c574062
512
- gizmos/mshelper.php aaebd4c46327703a31a5c42563d44170
513
  gizmos/index.html d41d8cd98f00b204e9800998ecf8427e
514
- gizmos/loadposition.php 039577815758c0e5144542f66a19fd8c
515
- gizmos/buddypress.php fb86bc14a90ba1b97a53030f892400db
516
- gizmos/ie6.php 7089f9b4caa6c1e5f4477e793d678345
517
- gizmos/widgetshortcodes.php 699fa6dcd5a038639840ab42b02f6bbe
518
- gizmos/iphoneimages.php 77813707bbea0c45b2101a52767c64e9
519
- gizmos/pagesuffix.php 6e35e609c1fa459c5ede42b155e36953
520
- gizmos/analytics.php af469ed899ba5155b3469b49d7852ed3
521
- gizmos/feedlinks.php 6089153298b22194fae9d43518c813b1
522
- gizmos/yoast.php cb2736cf298df0c2b6d65291486330d4
523
- gizmos/rokstyle.php a9b7512658dfe19fbd26ed91bd1883a0
524
- gizmos/smartload.php f8f27afebffbb4c4b135fb7a543935f6
525
- gizmos/childcss.php 85aa8013f1a0ecc6ecbd2d2e8f268774
526
- gizmos/woocommerce.php 3df10d062744ee803cef574a24fc4a80
527
- gizmos/commentreply.php bad2d175bac8f754e160163f4bc0f955
528
- classes/Gantry/Uri.php bd848288b55b96e710a825bd96189ba2
529
- classes/Gantry/Uri/Components.php 77cd7ca07e47e4b279d5a6bfa8d3f6a9
530
- classes/Gantry/Uri/Builder.php 1a87391d71b88160d42c448f600c6e64
531
- classes/Gantry/Uri/Util.php 3ac3e1be59e06f5a91ecd8a85c7be317
532
- classes/Gantry/FileResolver.php f2d589a27879c66f1af1a1352ca621e3
533
- classes/Gantry/Loader.php c6090966bc846f9fedd1500e6a55f5cc
534
- classes/Gantry/CssFileResolver.php efbd15543e66d1117c10f8541a721109
535
- CREDITS.php bc06b795f52fcc36fedd8b1413561358
536
  assets/jui/img/glyphicons-halflings-white.png 9bbc6e9602998a385c2ea13df56470fd
537
  assets/jui/img/glyphicons-halflings.png 90233c9067e91fc860cacaa1e5e2b696
538
  assets/jui/img/index.html 8a3edb0428f11a404535d9134c90063f
@@ -637,44 +638,44 @@ assets/jui/less/thumbnails.less 8d294c8bbf63d4863436e53a2bd933de
637
  assets/jui/less/code.less 8b12e84f9081c066da8ae26bba58a3b7
638
  assets/jui/less/component-animations.less 187f9da4ce323b12c0a84ffa2d736f6c
639
  assets/jui/less/tables.less f63ec5ff43b9aa32e9270ad75dee4591
640
- js/gantry-ie6warn.js b5eb171c2c18b68cd05ae774898d2be6
641
- js/gantry-totop.js 2dc4fc094675c3d8c424f78a8332eaa3
642
  js/belated-png.js 00a0e6adf93f2cde824a24d30696afb0
643
  js/browser-engines.js de5d2c047074141f55c5ee4bfc10f232
644
- js/gantry-ie6menu.js fe9d7c4c8e223f7196006b4c21bf3b30
645
  js/mootools.js e4a167aefdd5cd257b9726f8e5cb596f
646
  js/index.html d41d8cd98f00b204e9800998ecf8427e
647
- js/iscroll.js f836c8e510f6d079f3a6f7f3c7df5f8d
648
- js/imenu.js d159afe22c079d054cee4ac32723c207
649
- js/fusion.js 8257a85bb5a7de27f1ef64b887f71b4a
650
- js/gantry-inputs.js 24370687e6ec797304fa3948dccc85e0
651
- js/gantrydivider.js bee67fcb891eb3fa8f0bfb4de82d77d0
652
  js/gantry-date.js 177dcf20d23a0a472f755752c3848182
653
- js/gantry-smartload.js 805094fbf3be5ffdfe97810c17a8a383
654
- js/gantry-search-highlight.js ef8f26197b1d991c03188952ba367347
655
- js/sfhover.js e67ee5c30bbfdb692466ada0396f4a3e
656
  js/gantry-buildspans.js e6a4e1385ee457aff2ca9b6629bd367b
657
  MD5SUMS d41d8cd98f00b204e9800998ecf8427e
658
- tmpl/index-iphone.php 5c06523f38d7ddee15f25862494448ca
659
  tmpl/index.html d41d8cd98f00b204e9800998ecf8427e
660
- html/layouts/body_debugmainbody.php ded1daac4162099df787b71683bf1d06
661
- html/layouts/widget_basic.php 42d4796dffe3d08ded57b941620b14d1
662
- html/layouts/body_iphonemainbody.php b8e386889c38e0aae8b7e770356e7823
663
- html/layouts/orderedbody_mainbody.php bdb6c0e6058297545b2aa3f7fba75154
664
- html/layouts/doc_tag.php 4049d1c4563cfc5c0adf70e3e2798821
665
- html/layouts/commentstempl_basic.php dff2346cf3f26adbe01897942bfdd312
666
  html/layouts/index.html d41d8cd98f00b204e9800998ecf8427e
667
- html/layouts/body_mainbody.php 18525f8f51b27b511b822a0a313dcad6
668
- html/layouts/comment_basic.php 7de635b9911d5776009e072f5af0db9a
669
- html/layouts/widget_sidebar.php ed58b5518482382fd88a1f440236dff6
670
- html/layouts/widget_standard.php 496f71720f9bf9ee1bb1585f7082cde3
671
- html/layouts/doc_body.php 04081db27d2e051b6ec03e61f5869e36
672
- html/layouts/chrome_standard.php 8f9435e2753bfe2b64d32871e4c35ead
673
- html/layouts/chrome_basic.php e8ab9a1df84c886fabd19a26e97fa1ed
674
  html/index.html d41d8cd98f00b204e9800998ecf8427e
675
  html/comments.php 7a9d141db65e95bfbfbf9178b15b42e1
676
  languages/gantry-en_US.mo 7c70a446f9c7b028775e138b5191b024
677
  languages/index.html d41d8cd98f00b204e9800998ecf8427e
678
  languages/gantry.pot 9c628deb8945c8e83f1922c8e20c420f
679
  languages/gantry-en_US.po 1d5b640a45e0cc90c689bad8c1c9cf1e
680
- autoload.php 4eecfd66b91fbf4ba7934f162b7d4e72
1
  ajax-models/index.html d41d8cd98f00b204e9800998ecf8427e
2
+ ajax-models/example.php ddda44501e925bd4083237b5adc4fc82
3
+ readme.txt df8b2d7581f2ba0e8d77d868dfa9c357
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 fe6049dd21fe5b86a1fa5fdd33c6a841
57
+ widgets/loginform.php 6cdc710667815b24e56bc58044f2c87e
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 a69aa1a70d78e132645c670733edfeca
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 67b74435ea5b762875fe0834db691a00
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
139
  libs/phpQuery/compat/mbstring.php 8d8f395cadd9331bce5bafef839d6fc8
140
  libs/phpQuery/Callback.php b28868641684b5afffe4866a553f448d
141
  libs/phpQuery/phpQueryObject.php a31214a62b94a645e57511a7148c09c6
142
+ gantry.php a6e9621b4aa262f5af22c68d686253af
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
  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 58ace18000535d8a37af9380fff32df3
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 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
  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
  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
  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
  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 0590b6011f391387257728a387bf7fd6
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 3deac09516436297c947dd00d81a5cce
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 b87cccfdcc387dc4e4db5f4c9e53f77b
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
  images/bg-3-6-3.png ab95c77bee438263e6848daaeb6216d9
394
  images/blank.gif f58783577b00e764e743e1ebd1b1d68c
395
  images/spinner.gif 117a2ea3fe0fa5ffcb104eca058111c7
396
+ functions.php 7ac7c5092e3f0aa59bf249c7218704f5
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
  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 dac08a328cd1945e1acd780c8d6e9e11
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 4e6d304ff2dbe753331c60af3291e83c
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
  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/mootools.js e4a167aefdd5cd257b9726f8e5cb596f
647
  js/index.html d41d8cd98f00b204e9800998ecf8427e
648
+ js/iscroll.js 667d2c59d42225a8fc7e6626b2993801
649
+ js/imenu.js 3f03e04f951d40380c0eb04808e62edd
650
+ js/fusion.js ffdf7bee806fdb68fc64721ca556642d
651
+ js/gantry-inputs.js 2dd9b6a1780f8292de23e547dbc44d80
652
+ js/gantrydivider.js 38b40c32fb55f39dd0a77361c5777e85
653
  js/gantry-date.js 177dcf20d23a0a472f755752c3848182
654
+ js/gantry-smartload.js ce4307e520219af92f48fee3005a2f10
655
+ js/gantry-search-highlight.js 6add2a9f6a061a0761efa81b0e88d80b
656
+ js/sfhover.js 3f9636be27d447632ad1061b22770703
657
  js/gantry-buildspans.js e6a4e1385ee457aff2ca9b6629bd367b
658
  MD5SUMS d41d8cd98f00b204e9800998ecf8427e
659
+ tmpl/index-iphone.php 66b719e2d6a0faa8339efa9441d3e847
660
  tmpl/index.html d41d8cd98f00b204e9800998ecf8427e
661
+ html/layouts/body_debugmainbody.php a0dbcb94f424bc442583f54c7b8df945
662
+ html/layouts/widget_basic.php f4d23ab255fca92159a057e053433de0
663
+ html/layouts/body_iphonemainbody.php 3d1b116fdd28dcd751806405a482b51d
664
+ html/layouts/orderedbody_mainbody.php ac6cbe37ca579e9d3c8e8b7e3c760f59
665
+ html/layouts/doc_tag.php df5ddf84292046af2ed6df6a93875820
666
+ html/layouts/commentstempl_basic.php 93e812f320858eaf1c9eca766422486d
667
  html/layouts/index.html d41d8cd98f00b204e9800998ecf8427e
668
+ html/layouts/body_mainbody.php 9ff55c5f7aab7b61aeb9f5fab38b9990
669
+ html/layouts/comment_basic.php fbbde2a630f1d76002f14514870956df
670
+ html/layouts/widget_sidebar.php 26b89bff82f7c59c6466fa0b1d60bcd7
671
+ html/layouts/widget_standard.php 4ef199e747cbc12858fcc3648864d709
672
+ html/layouts/doc_body.php 8cbab870be4d6c1177c01b2a3642499a
673
+ html/layouts/chrome_standard.php 2cb3ae10fb6d03919b858774457106bc
674
+ html/layouts/chrome_basic.php b5a76c9816204a64b80d85449a9f3ba2
675
  html/index.html d41d8cd98f00b204e9800998ecf8427e
676
  html/comments.php 7a9d141db65e95bfbfbf9178b15b42e1
677
  languages/gantry-en_US.mo 7c70a446f9c7b028775e138b5191b024
678
  languages/index.html d41d8cd98f00b204e9800998ecf8427e
679
  languages/gantry.pot 9c628deb8945c8e83f1922c8e20c420f
680
  languages/gantry-en_US.po 1d5b640a45e0cc90c689bad8c1c9cf1e
681
+ autoload.php 86031dbb278f83df3f64981d4c506562
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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.17 December 6, 2018
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2018 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.18 May 28, 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();
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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: 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();
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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.17") $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 - 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
 
28
  $currentVersion = GANTRY_VERSION;
29
 
30
+ if ($currentVersion == "\4.1.18") $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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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.17 December 6, 2018
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2018 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
1
  /**
2
+ * @version 4.1.18 May 28, 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
 
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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: 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
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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.17');
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.17');
1073
  $deps[] = $path;
1074
  }
1075
  foreach ($this->_header_full_scripts as $strSrc) {
1076
- wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.17');
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.17', true);
1117
  $deps[] = $path;
1118
  }
1119
  foreach ($this->_footer_full_scripts as $strSrc) {
1120
- wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.17', true);
1121
  $deps[] = $strSrc;
1122
  }
1123
 
@@ -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.17');
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.17', $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.17', $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 - 2019 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.18');
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.18');
1073
  $deps[] = $path;
1074
  }
1075
  foreach ($this->_header_full_scripts as $strSrc) {
1076
+ wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.18');
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.18', true);
1117
  $deps[] = $path;
1118
  }
1119
  foreach ($this->_footer_full_scripts as $strSrc) {
1120
+ wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.18', true);
1121
  $deps[] = $strSrc;
1122
  }
1123
 
1765
  if (!defined('GANTRY_FINALIZED')) {
1766
  $this->_styles[$priority][] = $link;
1767
  } else {
1768
+ wp_enqueue_style($link->getUrl(), $link->getUrl(), array(), '4.1.18');
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.18', $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.18', $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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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: 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();
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 - 2018 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 - 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.
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 2019 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
@@ -1,8 +1,8 @@
1
  <?php
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 - 2018 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -280,12 +280,12 @@ class GantryTemplate
280
  public function parsePosition($position, $pattern)
281
  {
282
  if (null == $pattern) {
283
- $pattern = "(-)?";
284
  }
285
  $filtered_positions = array();
286
 
287
  if (count($this->positions) > 0) {
288
- $regpat = "/^" . $position . $pattern . "/";
289
  foreach (array_keys($this->positions) as $value) {
290
  if (preg_match($regpat, $value) == 1) {
291
  $filtered_positions[] = $value;
1
  <?php
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();
280
  public function parsePosition($position, $pattern)
281
  {
282
  if (null == $pattern) {
283
+ $pattern = "(-)?[a-f]?";
284
  }
285
  $filtered_positions = array();
286
 
287
  if (count($this->positions) > 0) {
288
+ $regpat = "/^" . $position . $pattern . "$/";
289
  foreach (array_keys($this->positions) as $value) {
290
  if (preg_match($regpat, $value) == 1) {
291
  $filtered_positions[] = $value;
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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -203,7 +203,7 @@ class GantryWidgetsRenderer
203
  $position_info = $gantry->getPositionInfo($sidebar);
204
  $max_positions = $position_info ? $position_info->max_positions : null;
205
  $position_count = 1;
206
- if (count($widgets) > 0) {
207
  $showAllParam = $gantry->get($sidebar . '-showall');
208
  $showMaxParam = $gantry->get($sidebar . '-showmax');
209
  if ($showAllParam == 1) $max_positions = $showMaxParam;
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();
203
  $position_info = $gantry->getPositionInfo($sidebar);
204
  $max_positions = $position_info ? $position_info->max_positions : null;
205
  $position_count = 1;
206
+ if (isset($widgets) && count($widgets) > 0) {
207
  $showAllParam = $gantry->get($sidebar . '-showall');
208
  $showMaxParam = $gantry->get($sidebar . '-showmax');
209
  if ($showAllParam == 1) $max_positions = $showMaxParam;
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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');
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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.17';
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.17';
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 - 2019 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.18';
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.18';
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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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: 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();
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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 - 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
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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;}
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 - 2018 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 - 2019 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 - 2018 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.17');
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.17', '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 - 2019 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.18');
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.18', '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 - 2018 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 - 2019 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 - 2018 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.17
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 - 2019 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.18
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/iscroll.js CHANGED
@@ -11,4 +11,4 @@
11
  *
12
  */
13
 
14
- eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('l 1W(a,b){2.6=1P a==\'1M\'?a:15.2q(a);3(!2.6)p;2.E=2.6.1B;2.E.9.2m=\'2l\';2.6.9.1v=\'-1w-1F\';2.6.9.1G=\'1I-1J(0,0,0.25,1)\';2.6.9.t=\'0\';2.6.9.Q=\'N(0,0,0)\';2.11={27:n,1t:n,1L:n};3(1P b==\'1M\'){22(m i 2h b){2.11[i]=b[i]}}2.1r();2.6.M(\'1V\',2);2.6.M(\'1U\',2);2.6.M(\'1T\',2);1S.M(\'1R\',2)}1W.1Q={D:0,F:0,1Z:l(e){21(e.23){K\'1V\':2.1K(e);H;K\'1U\':2.1X(e);H;K\'1T\':2.1H(e);H;K\'1e\':2.1f(e);H;K\'1R\':2.1r();2.r(0,0,\'0\');H}},1r:l(){2.6.9.t=\'0\';2.U=2.E.1C;2.T=2.E.1A;2.B=2.U-2.6.S;2.v=2.T-2.6.P;2.V=2.6.S>2.U?n:o;2.Z=2.6.P>2.T?n:o;3(2.11.1t&&2.V){2.k=17 J(\'Y\',2.E);2.k.1o(2.U,2.6.S)}1n 3(2.k){2.k=2.k.1m()}3(2.11.1L&&2.Z){2.j=17 J(\'24\',2.E);2.j.1o(2.T,2.6.P)}1n 3(2.j){2.j=2.j.1m()}},1u x(){p 2.D},1u y(){p 2.F},u:l(x,y){2.D=x!==z?x:2.D;2.F=y!==z?y:2.F;2.6.9.Q=\'N(\'+2.D+\'I,\'+2.F+\'I,0)\';3(2.k){2.k.u(2.k.q/2.B*2.D)}3(2.j){2.j.u(2.j.q/2.v*2.F)}},1K:l(e){3(e.1d.1c!=1){p o}e.26();e.28();2.6.9.t=\'0\';3(2.k){2.k.7.9.t=\'0, 14\'}3(2.j){2.j.7.9.t=\'0, 14\'}m a=17 29(1S.2a(2.6).Q);3(a.1N!=2.x||a.1O!=2.y){2.u(a.1N,a.1O)}2.18=e.C[0].19;2.1a=2.x;2.1i=e.C[0].1l;2.1p=2.y;2.X=e.W;2.1j=o},1X:l(e){3(e.1d.1c!=1){p o}m a=2.V===n?e.C[0].19-2.18:0;m b=2.Z===n?e.C[0].1l-2.1i:0;3(2.x>0||2.x<2.B){a=s.A(a/4)}3(2.y>0||2.y<2.v){b=s.A(b/4)}3(2.k&&!2.k.R){2.k.1b()}3(2.j&&!2.j.R){2.j.1b()}2.u(2.x+a,2.y+b);2.18=e.C[0].19;2.1i=e.C[0].1l;2.1j=n;3(e.W-2.X>2b){2.1a=2.x;2.1p=2.y;2.X=e.W}},1H:l(e){3(e.1d.1c>0){p o}3(!2.1j){m a=15.2c(\'2d\');a.2e("2f",n,n,15.2g,0,0,0,0,0,0,0,0,0,0,0,z);e.1Y[0].2i.2j(a);p o}m b=e.W-2.X;m c=2.V===n?2.1h(2.x-2.1a,b,-2.x+10,2.x+2.6.S-2.U+10):{w:0,G:0};m d=2.Z===n?2.1h(2.y-2.1p,b,-2.y+10,2.y+2.6.P-2.T+10):{w:0,G:0};3(!c.w&&!d.w){2.1f();p o}m f=s.2k(c.G,d.G);m g=2.x+c.w;m h=2.y+d.w;2.6.M(\'1e\',2);2.r(g,h,f+\'1q\');3(2.k){2.k.r(2.k.q/2.B*g,f+\'1q\')}3(2.j){2.j.r(2.j.q/2.v*h,f+\'1q\')}},1f:l(){2.6.2n(\'1e\',2);2.1s();3(2.k){2.k.1k()}3(2.j){2.j.1k()}},1s:l(){m a=O=z;3(2.x>0||2.x<2.B){a=2.x>=0?0:2.B}3(2.y>0||2.y<2.v){O=2.y>=0?0:2.v}3(a!==z||O!==z){2.r(a,O,\'1g\');3(2.k){2.k.r(2.k.q/2.B*(a||2.x),\'1g\')}3(2.j){2.j.r(2.j.q/2.v*(O||2.y),\'1g\')}}},r:l(a,b,c){2.6.9.t=c||\'1x\';2.u(a,b)},1h:l(a,b,c,d){1y=0.1;1z=1.5;m e=s.2o(a)/b*1D;m f=e*e/(20*1y)/1D;3(a>0&&c!==1E&&f>c){e=e*c/f;f=c}3(a<0&&d!==1E&&f>d){e=e*d/f;f=d}f=f*(a<0?-1:1);m g=-e/-1z;3(g<1){g=1}p{w:s.A(f),G:s.A(g)}}};m J=l(a,b){2.12=a;2.7=15.2p(\'2r\');2.7.2s=\'J \'+a;2.7.9.1G=\'1I-1J(0,0,0.25,1)\';2.7.9.Q=\'N(0,0,0)\';2.7.9.1v=\'-1w-1F,16\';2.7.9.t=\'0,14\';2.7.9.2t=\'2u\';2.7.9.16=\'0\';b.2v(2.7)};J.1Q={13:0,L:0,q:0,R:o,1o:l(a,b){m c=2.12==\'Y\'?2.7.S-2.7.1C:2.7.P-2.7.1A;2.L=a-8;2.13=s.A(2.L*2.L/b)+c;2.q=2.L-2.13;2.7.9[2.12==\'Y\'?\'2w\':\'2x\']=(2.13-c)+\'I\'},u:l(a){3(a<0){a=0}1n 3(a>2.q){a=2.q}a=2.12==\'Y\'?\'N(\'+s.A(a)+\'I,0,0)\':\'N(0,\'+s.A(a)+\'I,0)\';2.7.9.Q=a},r:l(a,b){2.7.9.t=(b||\'1x\')+\',14\';2.u(a)},1b:l(){2.R=n;2.7.9.16=\'1\'},1k:l(){2.R=o;2.7.9.16=\'0\'},1m:l(){2.7.1B.2y(2.7);p z}};',62,159,'||this|if|||element|bar||style||||||||||scrollBarY|scrollBarX|function|var|true|false|return|maxScroll|scrollTo|Math|webkitTransitionDuration|setPosition|maxScrollY|dist|||null|round|maxScrollX|touches|_x|wrapper|_y|time|break|px|scrollbar|case|maxSize|addEventListener|translate3d|resetY|offsetHeight|webkitTransform|visible|offsetWidth|scrollHeight|scrollWidth|scrollX|timeStamp|scrollStartTime|horizontal|scrollY|50|options|dir|size|250ms|document|opacity|new|touchStartX|pageX|scrollStartX|show|length|targetTouches|webkitTransitionEnd|onTransitionEnd|500ms|momentum|touchStartY|moved|hide|pageY|remove|else|init|scrollStartY|ms|refresh|resetPosition|hScrollBar|get|webkitTransitionProperty|webkit|400ms|friction|deceleration|clientHeight|parentNode|clientWidth|1000|undefined|transform|webkitTransitionTimingFunction|onTouchEnd|cubic|bezier|onTouchStart|vScrollBar|object|m41|m42|typeof|prototype|orientationchange|window|touchend|touchmove|touchstart|iScroll|onTouchMove|changedTouches|handleEvent||switch|for|type|vertical||preventDefault|bounce|stopPropagation|WebKitCSSMatrix|getComputedStyle|250|createEvent|MouseEvents|initMouseEvent|click|defaultView|in|target|dispatchEvent|max|relative|position|removeEventListener|abs|createElement|getElementById|div|className|pointerEvents|none|appendChild|width|height|removeChild'.split('|'),0,{}))
11
  *
12
  */
13
 
14
+ eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('l 1W(a,b){2.6=1P a==\'1M\'?a:15.2q(a);3(!2.6)p;2.E=2.6.1B;2.E.9.2m=\'2l\';2.6.9.1v=\'-1w-1F\';2.6.9.1G=\'1I-1J(0,0,0.25,1)\';2.6.9.t=\'0\';2.6.9.Q=\'N(0,0,0)\';2.11={27:n,1t:n,1L:n};3(1P b==\'1M\'){22(m i 2h b){2.11[i]=b[i]}}2.1r();2.6.M(\'1V\',2);2.6.M(\'1U\',2);2.6.M(\'1T\',2);1S.M(\'1R\',2)}1W.1Q={D:0,F:0,1Z:l(e){21(e.23){K\'1V\':2.1K(e);H;K\'1U\':2.1X(e);H;K\'1T\':2.1H(e);H;K\'1e\':2.1f(e);H;K\'1R\':2.1r();2.r(0,0,\'0\');H}},1r:l(){2.6.9.t=\'0\';2.U=2.E.1C;2.T=2.E.1A;2.B=2.U-2.6.S;2.v=2.T-2.6.P;2.V=2.6.S>2.U?n:o;2.Z=2.6.P>2.T?n:o;3(2.11.1t&&2.V){2.k=17 J(\'Y\',2.E);2.k.1o(2.U,2.6.S)}1n 3(2.k){2.k=2.k.1m()}3(2.11.1L&&2.Z){2.j=17 J(\'24\',2.E);2.j.1o(2.T,2.6.P)}1n 3(2.j){2.j=2.j.1m()}},1u x(){p 2.D},1u y(){p 2.F},u:l(x,y){2.D=x!==z?x:2.D;2.F=y!==z?y:2.F;2.6.9.Q=\'N(\'+2.D+\'I,\'+2.F+\'I,0)\';3(2.k){2.k.u(2.k.q/2.B*2.D)}3(2.j){2.j.u(2.j.q/2.v*2.F)}},1K:l(e){3(e.1d.1c!=1){p o}e.26();e.28();2.6.9.t=\'0\';3(2.k){2.k.7.9.t=\'0, 14\'}3(2.j){2.j.7.9.t=\'0, 14\'}m a=17 29(1S.2a(2.6).Q);3(a.1N!=2.x||a.1O!=2.y){2.u(a.1N,a.1O)}2.18=e.C[0].19;2.1a=2.x;2.1i=e.C[0].1l;2.1p=2.y;2.X=e.W;2.1j=o},1X:l(e){3(e.1d.1c!=1){p o}m a=2.V===n?e.C[0].19-2.18:0;m b=2.Z===n?e.C[0].1l-2.1i:0;3(2.x>0||2.x<2.B){a=s.A(a/4)}3(2.y>0||2.y<2.v){b=s.A(b/4)}3(2.k&&!2.k.R){2.k.1b()}3(2.j&&!2.j.R){2.j.1b()}2.u(2.x+a,2.y+b);2.18=e.C[0].19;2.1i=e.C[0].1l;2.1j=n;3(e.W-2.X>2b){2.1a=2.x;2.1p=2.y;2.X=e.W}},1H:l(e){3(e.1d.1c>0){p o}3(!2.1j){m a=15.2c(\'2d\');a.2e("2f",n,n,15.2g,0,0,0,0,0,0,0,0,0,0,z);e.1Y[0].2i.2j(a);p o}m b=e.W-2.X;m c=2.V===n?2.1h(2.x-2.1a,b,-2.x+10,2.x+2.6.S-2.U+10):{w:0,G:0};m d=2.Z===n?2.1h(2.y-2.1p,b,-2.y+10,2.y+2.6.P-2.T+10):{w:0,G:0};3(!c.w&&!d.w){2.1f();p o}m f=s.2k(c.G,d.G);m g=2.x+c.w;m h=2.y+d.w;2.6.M(\'1e\',2);2.r(g,h,f+\'1q\');3(2.k){2.k.r(2.k.q/2.B*g,f+\'1q\')}3(2.j){2.j.r(2.j.q/2.v*h,f+\'1q\')}},1f:l(){2.6.2n(\'1e\',2);2.1s();3(2.k){2.k.1k()}3(2.j){2.j.1k()}},1s:l(){m a=O=z;3(2.x>0||2.x<2.B){a=2.x>=0?0:2.B}3(2.y>0||2.y<2.v){O=2.y>=0?0:2.v}3(a!==z||O!==z){2.r(a,O,\'1g\');3(2.k){2.k.r(2.k.q/2.B*(a||2.x),\'1g\')}3(2.j){2.j.r(2.j.q/2.v*(O||2.y),\'1g\')}}},r:l(a,b,c){2.6.9.t=c||\'1x\';2.u(a,b)},1h:l(a,b,c,d){1y=0.1;1z=1.5;m e=s.2o(a)/b*1D;m f=e*e/(20*1y)/1D;3(a>0&&c!==1E&&f>c){e=e*c/f;f=c}3(a<0&&d!==1E&&f>d){e=e*d/f;f=d}f=f*(a<0?-1:1);m g=-e/-1z;3(g<1){g=1}p{w:s.A(f),G:s.A(g)}}};m J=l(a,b){2.12=a;2.7=15.2p(\'2r\');2.7.2s=\'J \'+a;2.7.9.1G=\'1I-1J(0,0,0.25,1)\';2.7.9.Q=\'N(0,0,0)\';2.7.9.1v=\'-1w-1F,16\';2.7.9.t=\'0,14\';2.7.9.2t=\'2u\';2.7.9.16=\'0\';b.2v(2.7)};J.1Q={13:0,L:0,q:0,R:o,1o:l(a,b){m c=2.12==\'Y\'?2.7.S-2.7.1C:2.7.P-2.7.1A;2.L=a-8;2.13=s.A(2.L*2.L/b)+c;2.q=2.L-2.13;2.7.9[2.12==\'Y\'?\'2w\':\'2x\']=(2.13-c)+\'I\'},u:l(a){3(a<0){a=0}1n 3(a>2.q){a=2.q}a=2.12==\'Y\'?\'N(\'+s.A(a)+\'I,0,0)\':\'N(0,\'+s.A(a)+\'I,0)\';2.7.9.Q=a},r:l(a,b){2.7.9.t=(b||\'1x\')+\',14\';2.u(a)},1b:l(){2.R=n;2.7.9.16=\'1\'},1k:l(){2.R=o;2.7.9.16=\'0\'},1m:l(){2.7.1B.2y(2.7);p z}};',62,159,'||this|if|||element|bar||style||||||||||scrollBarY|scrollBarX|function|var|true|false|return|maxScroll|scrollTo|Math|webkitTransitionDuration|setPosition|maxScrollY|dist|||null|round|maxScrollX|touches|_x|wrapper|_y|time|break|px|scrollbar|case|maxSize|addEventListener|translate3d|resetY|offsetHeight|webkitTransform|visible|offsetWidth|scrollHeight|scrollWidth|scrollX|timeStamp|scrollStartTime|horizontal|scrollY|50|options|dir|size|250ms|document|opacity|new|touchStartX|pageX|scrollStartX|show|length|targetTouches|webkitTransitionEnd|onTransitionEnd|500ms|momentum|touchStartY|moved|hide|pageY|remove|else|init|scrollStartY|ms|refresh|resetPosition|hScrollBar|get|webkitTransitionProperty|webkit|400ms|friction|deceleration|clientHeight|parentNode|clientWidth|1000|undefined|transform|webkitTransitionTimingFunction|onTouchEnd|cubic|bezier|onTouchStart|vScrollBar|object|m41|m42|typeof|prototype|orientationchange|window|touchend|touchmove|touchstart|iScroll|onTouchMove|changedTouches|handleEvent||switch|for|type|vertical||preventDefault|bounce|stopPropagation|WebKitCSSMatrix|getComputedStyle|250|createEvent|MouseEvents|initMouseEvent|click|defaultView|in|target|dispatchEvent|max|relative|position|removeEventListener|abs|createElement|getElementById|div|className|pointerEvents|none|appendChild|width|height|removeChild'.split('|'),0,{}))
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 - 2018 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 - 2019 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
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.0
7
- Stable tag: 4.1.17
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,9 +89,13 @@ Once you downloaded and installed Gantry 4 Framework plugin, please download als
89
 
90
  == Changelog ==
91
 
 
 
 
 
92
  = 4.1.17 =
93
  * Updated MooTools to resolve conflicts with WordPress 5.0
94
- * WordPress 5.0 fixes
95
 
96
  = 4.1.16 =
97
  * Fixed YOAST gizmo
@@ -456,6 +460,9 @@ Once you downloaded and installed Gantry 4 Framework plugin, please download als
456
 
457
  == Upgrade Notice ==
458
 
 
 
 
459
  = 4.1.17 =
460
  Please remember to create a full site backup (files + database) before performing update.
461
 
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.2.1
7
+ Stable tag: 4.1.18
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.18 =
93
+ * Top level navigation item cannot be selected on a mobile device when using Mobile theme
94
+ * Fixed issue with adding custom positions using non-unique position names
95
+
96
  = 4.1.17 =
97
  * Updated MooTools to resolve conflicts with WordPress 5.0
98
+ * WordPress 5.0 compatibility fixes
99
 
100
  = 4.1.16 =
101
  * Fixed YOAST gizmo
460
 
461
  == Upgrade Notice ==
462
 
463
+ = 4.1.18 =
464
+ Please remember to create a full site backup (files + database) before performing update.
465
+
466
  = 4.1.17 =
467
  Please remember to create a full site backup (files + database) before performing update.
468
 
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 - 2018 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 - 2019 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 - 2018 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 - 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.
widgets/breadcrumbs.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * @version 4.1.17 December 6, 2018
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2018 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.18 May 28, 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();
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 - 2018 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 - 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.
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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.
widgets/loginbutton.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * @version 4.1.17 December 6, 2018
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2018 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.18 May 28, 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
 
widgets/loginform.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * @version 4.1.17 December 6, 2018
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2018 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.18 May 28, 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
 
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 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.
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 - 2018 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 - 2019 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 - 2018 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 - 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.
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 - 2018 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 - 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.
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 - 2018 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 - 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.
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 - 2018 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 - 2019 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 - 2018 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 - 2019 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 - 2018 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 - 2019 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8