Gantry 4 Framework - Version 4.1.12

Version Description

  • PHP 7 compatibility fixes
Download this release

Release Info

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

Code changes from version 4.1.11 to 4.1.12

Files changed (293) hide show
  1. CHANGELOG.php +1 -1
  2. CREDITS.php +1 -1
  3. MD5SUMS +673 -0
  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 -3
  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 +4 -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 -3
  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 -3
  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 -4
  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 -3
  36. admin/forms/fields/password.php +1 -1
  37. admin/forms/fields/position.php +4 -1
  38. admin/forms/fields/positions.php +1 -3
  39. admin/forms/fields/positionslist.php +4 -2
  40. admin/forms/fields/preset.php +1 -3
  41. admin/forms/fields/radio.php +1 -1
  42. admin/forms/fields/selectbox.php +1 -3
  43. admin/forms/fields/showmax.php +1 -1
  44. admin/forms/fields/slider.php +1 -3
  45. admin/forms/fields/spacer.php +1 -2
  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 +5 -5
  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/screen-meta-links.php +219 -219
  66. admin/widgets/assignments/js/assignments.js +1 -1
  67. admin/widgets/colorchooser/css/mooRainbow-2.0.css +228 -228
  68. admin/widgets/gantry-ie.css +1 -1
  69. admin/widgets/gantry-ie7.css +1 -1
  70. admin/widgets/gantry-opera.css +1 -1
  71. admin/widgets/gantry-widgets.css +1 -1
  72. admin/widgets/gantry-widgets.js +1 -1
  73. admin/widgets/gantry.css +2 -2
  74. admin_functions.php +1 -1
  75. ajax-models/example.php +1 -3
  76. assets/jui/fonts/font-awesome4/FontAwesome.otf +0 -0
  77. assets/jui/fonts/font-awesome4/fontawesome-webfont.woff2 +0 -0
  78. autoload.php +1 -1
  79. bugfixes.php +1 -1
  80. classes/Gantry/CssFileResolver.php +1 -1
  81. classes/Gantry/FileResolver.php +1 -1
  82. classes/Gantry/Loader.php +1 -1
  83. classes/Gantry/Uri.php +1 -1
  84. classes/Gantry/Uri/Builder.php +1 -1
  85. classes/Gantry/Uri/Components.php +1 -1
  86. classes/Gantry/Uri/Util.php +1 -1
  87. core/config/gantryelement.class.php +1 -1
  88. core/config/gantryform.class.php +1 -3
  89. core/config/gantryformfield.class.php +1 -1
  90. core/config/gantryformfieldhelper.class.php +1 -1
  91. core/config/gantryformgroup.class.php +1 -1
  92. core/config/gantryformhelper.class.php +1 -1
  93. core/config/gantryformitem.class.php +1 -1
  94. core/config/gantryformnaminghelper.class.php +1 -1
  95. core/config/gantryhtmlselect.class.php +1 -1
  96. core/config/gantryparameters.class.php +2 -2
  97. core/config/gantryselect.class.php +1 -1
  98. core/gantry.class.php +12 -11
  99. core/gantrybodylayout.class.php +1 -1
  100. core/gantrybrowser.class.php +1 -1
  101. core/gantrycommentstempllayout.class.php +1 -1
  102. core/gantrydiagnostic.class.php +1 -1
  103. core/gantryflatfile.class.php +12 -12
  104. core/gantrygizmo.class.php +1 -1
  105. core/gantrygzipper.class.php +1 -1
  106. core/gantryini.class.php +1 -1
  107. core/gantryjson.class.php +1 -1
  108. core/gantrylayout.class.php +1 -1
  109. core/gantryloader.class.php +1 -1
  110. core/gantryparams.class.php +1 -1
  111. core/gantryplatform.class.php +1 -1
  112. core/gantrypositions.class.php +1 -1
  113. core/gantrystylelink.class.php +1 -1
  114. core/gantrytemplate.class.php +2 -2
  115. core/gantrywidget.class.php +1 -1
  116. core/params/gantryparamoverride.class.php +1 -1
  117. core/params/gantryparamprocessor.class.php +1 -1
  118. core/params/overrides/gantrycookieparamoverride.class.php +1 -1
  119. core/params/overrides/gantryoverrideparamoverride.class.php +1 -1
  120. core/params/overrides/gantrysessionparamoverride.class.php +1 -1
  121. core/params/overrides/gantryurlparamoverride.class.php +1 -1
  122. core/params/processors/alias.php +1 -1
  123. core/renderers/gantrycommentsrenderer.class.php +1 -1
  124. core/renderers/gantrydebugmainbodyrenderer.class.php +1 -1
  125. core/renderers/gantrymainbodyrenderer.class.php +1 -1
  126. core/renderers/gantryorderedmainbodyrenderer.class.php +1 -1
  127. core/renderers/gantrywidgetsrenderer.class.php +6 -1
  128. core/rules/facttypes/archive.class.php +1 -1
  129. core/rules/facttypes/post_type.class.php +1 -1
  130. core/rules/facttypes/taxonomy.class.php +1 -1
  131. core/rules/facttypes/templatepage.class.php +1 -1
  132. core/rules/facttypes/wpmllang.class.php +1 -1
  133. core/rules/gantryoverridefact.class.php +1 -1
  134. core/rules/gantryoverrides.class.php +1 -1
  135. core/rules/gantryoverridesengine.class.php +1 -1
  136. core/rules/gantrypagecallfact.class.php +1 -1
  137. core/rules/phprules/ActionFassade.class.php +5 -7
  138. core/rules/phprules/Fact.class.php +12 -14
  139. core/rules/phprules/Rule.class.php +0 -2
  140. core/rules/phprules/RuleBase.class.php +0 -2
  141. core/rules/phprules/RuleReader.class.php +0 -2
  142. core/rules/phprules/RuleSession.class.php +1 -3
  143. core/rules/phprules/WorkingMemory.class.php +0 -2
  144. core/rules/phprules/phprules.php +10 -11
  145. core/utilities/cache/cache.class.php +1 -1
  146. core/utilities/cache/cacheDriver.interface.php +1 -1
  147. core/utilities/cache/fileCacheDriver.class.php +1 -1
  148. core/utilities/cache/wpTransientCacheDriver.class.php +1 -1
  149. core/utilities/gantryarrayhelper.class.php +1 -1
  150. core/utilities/gantrycache.class.php +3 -3
  151. core/utilities/gantrydate.class.php +1 -1
  152. core/utilities/gantryfile.class.php +1 -1
  153. core/utilities/gantryfilterinput.class.php +1 -1
  154. core/utilities/gantryfolder.class.php +1 -1
  155. core/utilities/gantrylesscompiler.class.php +1 -1
  156. core/utilities/gantrymobiledetect.class.php +772 -773
  157. core/utilities/gantrypath.class.php +1 -1
  158. core/utilities/gantryregistry.class.php +1 -1
  159. core/utilities/gantrysimplexmlelement.class.php +1 -1
  160. core/utilities/gantrytemplateinfo.class.php +2 -2
  161. core/utilities/gantryurl.class.php +1 -1
  162. core/utilities/gantryxml.class.php +1 -1
  163. core/utilities/registry/format/ini.php +1 -1
  164. core/utilities/registry/format/json.php +1 -1
  165. core/utilities/registry/format/php.php +1 -1
  166. core/utilities/registry/format/xml.php +1 -1
  167. core/utilities/registry/gantryregistryformat.class.php +1 -1
  168. css/gantry-ie6.css +1 -1
  169. css/gantry.css +1 -1
  170. css/gantrydivider.css +1 -1
  171. css/grid-12.css +1 -1
  172. css/grid-16.css +1 -1
  173. css/grid-responsive.css +1 -1
  174. css/iphone-gantry.css +1 -1
  175. css/wordpress-ie6.css +1 -1
  176. css/wordpress-ie7.css +1 -1
  177. css/wordpress.css +1 -1
  178. functions.php +3 -3
  179. gantry.config.php +1 -1
  180. gantry.php +2 -2
  181. gizmos/analytics.php +1 -1
  182. gizmos/autoparagraphs.php +1 -1
  183. gizmos/bbpress.php +1 -1
  184. gizmos/belatedpng.php +1 -1
  185. gizmos/buddypress.php +1 -1
  186. gizmos/childcss.php +1 -1
  187. gizmos/commentreply.php +1 -1
  188. gizmos/compatibility.php +1 -1
  189. gizmos/feedlinks.php +1 -1
  190. gizmos/font.php +1 -1
  191. gizmos/fontawesomepaths.php +1 -1
  192. gizmos/ie6.php +1 -1
  193. gizmos/ie6warn.php +1 -1
  194. gizmos/iphonegradients.php +1 -1
  195. gizmos/iphoneimages.php +1 -1
  196. gizmos/jstools.php +1 -1
  197. gizmos/loadposition.php +1 -1
  198. gizmos/maintenancemode.php +1 -1
  199. gizmos/mshelper.php +1 -1
  200. gizmos/pagesuffix.php +1 -1
  201. gizmos/rokstyle.php +1 -1
  202. gizmos/rtl.php +1 -1
  203. gizmos/searchhighlight.php +1 -1
  204. gizmos/smartload.php +1 -1
  205. gizmos/styledeclaration.php +1 -1
  206. gizmos/texturize.php +1 -1
  207. gizmos/thumbnails.php +1 -1
  208. gizmos/title.php +1 -1
  209. gizmos/webfonts.php +1 -1
  210. gizmos/widgetshortcodes.php +1 -1
  211. gizmos/woocommerce.php +1 -1
  212. gizmos/wpmenucart.php +1 -1
  213. gizmos/wpml.php +1 -1
  214. html/layouts/body_debugmainbody.php +1 -1
  215. html/layouts/body_iphonemainbody.php +1 -1
  216. html/layouts/body_mainbody.php +1 -1
  217. html/layouts/chrome_basic.php +1 -1
  218. html/layouts/chrome_standard.php +1 -1
  219. html/layouts/comment_basic.php +1 -1
  220. html/layouts/commentstempl_basic.php +1 -1
  221. html/layouts/doc_body.php +1 -1
  222. html/layouts/doc_tag.php +1 -1
  223. html/layouts/orderedbody_mainbody.php +1 -1
  224. html/layouts/widget_basic.php +1 -1
  225. html/layouts/widget_sidebar.php +1 -1
  226. html/layouts/widget_standard.php +1 -1
  227. js/fusion.js +1 -1
  228. js/gantry-ie6menu.js +1 -1
  229. js/gantry-ie6warn.js +1 -1
  230. js/gantry-inputs.js +1 -1
  231. js/gantry-search-highlight.js +1 -1
  232. js/gantry-smartload.js +1 -1
  233. js/gantry-totop.js +1 -1
  234. js/gantrydivider.js +1 -1
  235. js/imenu.js +1 -1
  236. js/sfhover.js +1 -1
  237. libs/phpQuery.php +0 -1
  238. readme.txt +8 -2
  239. tmpl/index-iphone.php +1 -1
  240. widgets/archives.php +1 -1
  241. widgets/breadcrumbs.php +2 -2
  242. widgets/categories.php +1 -1
  243. widgets/copyright.php +1 -1
  244. widgets/date.php +1 -1
  245. widgets/divider.php +1 -1
  246. widgets/fontsizer.php +1 -1
  247. widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php +1 -1
  248. widgets/gantrymenu/admin/fields/themelist.php +1 -1
  249. widgets/gantrymenu/css/widget_admin.css +1 -1
  250. widgets/gantrymenu/libs/GantryMenu.php +1 -1
  251. widgets/gantrymenu/libs/common/RokBrowserCheck.php +1 -1
  252. widgets/gantrymenu/libs/common/includes.php +1 -1
  253. widgets/gantrymenu/libs/includes.php +1 -1
  254. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php +1 -1
  255. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php +1 -1
  256. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php +1 -1
  257. widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php +1 -1
  258. widgets/gantrymenu/libs/librokmenu/RokMenu.php +1 -1
  259. widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php +1 -1
  260. widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php +1 -1
  261. widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php +1 -1
  262. widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php +1 -1
  263. widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php +1 -1
  264. widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php +1 -1
  265. widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php +1 -1
  266. widgets/gantrymenu/libs/librokmenu/RokMenuNode.php +1 -1
  267. widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php +1 -1
  268. widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php +1 -1
  269. widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php +1 -1
  270. widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php +1 -1
  271. widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php +1 -1
  272. widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php +1 -1
  273. widgets/gantrymenu/libs/librokmenu/includes.php +1 -1
  274. widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php +1 -1
  275. widgets/gantrymenu/libs/renderers/GantryMenuRendererWordpress.php +1 -1
  276. widgets/gantrymenu/themes/default/js/responsive-selectbox.js +1 -1
  277. widgets/gantrymenu/themes/default/js/responsive.js +1 -1
  278. widgets/gantrymenu/themes/default/js/rokmediaqueries.js +1 -1
  279. widgets/gantrymenu/themes/default/js/sidemenu.js +1 -1
  280. widgets/iphonemenu.php +1 -1
  281. widgets/links.php +1 -1
  282. widgets/loginbutton.php +2 -2
  283. widgets/loginform.php +2 -2
  284. widgets/logo.php +1 -1
  285. widgets/menu.php +1 -1
  286. widgets/meta.php +1 -1
  287. widgets/overridesmap.php +1 -1
  288. widgets/pages.php +1 -1
  289. widgets/recentcomments.php +1 -1
  290. widgets/recentposts.php +1 -1
  291. widgets/resetsettings.php +1 -1
  292. widgets/totop.php +1 -1
  293. 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 - 2016 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 - 2017 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 - 2016 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 - 2017 RocketTheme, LLC
9
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
10
  *
11
  */
MD5SUMS ADDED
@@ -0,0 +1,673 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ languages/gantry-en_US.mo 7c70a446f9c7b028775e138b5191b024
2
+ languages/gantry.pot 9c628deb8945c8e83f1922c8e20c420f
3
+ languages/gantry-en_US.po 1d5b640a45e0cc90c689bad8c1c9cf1e
4
+ languages/index.html d41d8cd98f00b204e9800998ecf8427e
5
+ admin/admin_assignments.php 6b5ae3b7f170c68a2ecd1131e0774982
6
+ admin/index.php dcb7ccef1902fd05472be0006f06da45
7
+ admin/override_orig.php 2e72a550bf3f5842d6bd18272fd6ed30
8
+ admin/ajax-models/overrides.php cc755e8a231c8808a9392f8cc10db541
9
+ admin/ajax-models/index.html d41d8cd98f00b204e9800998ecf8427e
10
+ admin/ajax-models/lesscompiler.php 42164db308280b54601d205dfa512f33
11
+ admin/ajax-models/cache.php 83ba24ed1fc282cb36f3a695a10fe618
12
+ admin/ajax-models/widgets.php 81890ee9f5fae61b040ecfcf5dc442e3
13
+ admin/ajax-models/presets-saver.php ed9739b6ee5fc0ae2e0a9277d767a296
14
+ admin/assignment_functions.php 38a8d2c4d30ce4a49bd00243b0845aea
15
+ admin/admin_functions.php 4e2103ff21a8a62a4d237c778790f2bb
16
+ admin/meta-links/index.html d41d8cd98f00b204e9800998ecf8427e
17
+ admin/meta-links/presets.php 8c6ece9f8fe98ba893b8c848c1ef22de
18
+ admin/meta-links/cache.php 53a6a789e595d25e4a3c19b51ecfafa5
19
+ admin/index.html 1c7b413c3fa39d0fed40556d2658ac73
20
+ admin/forms/groups/grouped.php 0fb26c9792ccfc406e449892694ef769
21
+ admin/forms/groups/columns.php 7dd5a1fd4c245829314b00b97786d77b
22
+ admin/forms/groups/enabledgroup.php 574b7dd6859f828515f84a61d3aed86f
23
+ admin/forms/groups/set.php 92ac32997332c6f5d30567ac3c6f2eb5
24
+ admin/forms/groups/selectedset.php e936838ffeea2f0464a3bc5898f83898
25
+ admin/forms/groups/innertabs.php 1105f67378892b36e6bc2e44bb577961
26
+ admin/forms/groups/position.php 8ea18b18cb3331adfba0b8f838cb758d
27
+ admin/forms/groups/index.html d41d8cd98f00b204e9800998ecf8427e
28
+ admin/forms/groups/chain.php 37164259e94bac3a407f7bfd9c4b55f4
29
+ admin/forms/fields/text.php f2f04e3a9e929d0105abdd9444656a8a
30
+ admin/forms/fields/colorchooser.php fa23e8cc342f54876581e0e0ee61abe4
31
+ admin/forms/fields/tips.php 78b4623641485f29918a2f302d3a09b5
32
+ admin/forms/fields/ajaxbutton.php 424216d45459379f7290978cc6a860cb
33
+ admin/forms/fields/overlays.php b6dafd51867e32e7ad4293a03657ed0c
34
+ admin/forms/fields/list.php 5897d4aea8b9458c9a6f72e609fc9258
35
+ admin/forms/fields/radio.php fc75d589a1c8dbaaba1b16b1c176d47e
36
+ admin/forms/fields/imagepicker.php 91b15faf551b67a411657fff06cb1a3b
37
+ admin/forms/fields/diagnostic.php c62bbbb9367694327db630b283004f99
38
+ admin/forms/fields/selectbox.php b171e3b831aa9dc5654ea8e8716cc96f
39
+ admin/forms/fields/slider.php 817b84ba04595320e764c722415a86f1
40
+ admin/forms/fields/showmax.php 376d461787ae52de33f5f3ceb198c677
41
+ admin/forms/fields/preset.php c309588457906f0a74e27e329b05af7c
42
+ admin/forms/fields/gradient.php e4eae90839617d7687cabf53695769bd
43
+ admin/forms/fields/updater.php c2d23608c943d13c1f1a27cfd13d96f2
44
+ admin/forms/fields/html.php d71542f12c964fb0323a74343f38fc5e
45
+ admin/forms/fields/imagelist.php 52e1d8ae003c498c0d15021d9f68d840
46
+ admin/forms/fields/alias.php 2aacc555a0e309439e7b9ea467ecfafc
47
+ admin/forms/fields/password.php 1ec7a40ead7d2514b272e4e34caba0b4
48
+ admin/forms/fields/spacer.php e42d6de15d7f539d4fb835535448b3e1
49
+ admin/forms/fields/integer.php aa3caba08c98654cfc54a10908b4214a
50
+ admin/forms/fields/position.php e7aa42b31573c6ddc12086891a310de8
51
+ admin/forms/fields/groupedlist.php 0317193b333409487996cc30aba9af29
52
+ admin/forms/fields/index.html d41d8cd98f00b204e9800998ecf8427e
53
+ admin/forms/fields/gantry.php 0cd2ac15bc27da4253b5da2db4ae8579
54
+ admin/forms/fields/textarea.php 1e9df6f4d37b97b9c76587354b6154be
55
+ admin/forms/fields/file.php 1d2588bf3e6579a6c2a9c2ba1b967054
56
+ admin/forms/fields/positionslist.php a2650ff48d3bb489f86cf6edfb5d89ed
57
+ admin/forms/fields/fonts.php cecfbc8056528cbdabce8f2cc27efbfa
58
+ admin/forms/fields/filelist.php 3eecb12fb57159c564083f64b34fbe80
59
+ admin/forms/fields/linkcategories.php 1b95461bf5861a104b630e5795f5a62a
60
+ admin/forms/fields/toggle.php 5b693500b6d8cd97d44539e6314e60fc
61
+ admin/forms/fields/categories.php 5ce05f556742e96687acbe907f4e5d59
62
+ admin/forms/fields/hidden.php c323342b4ce2203d54882d896cea3af9
63
+ admin/forms/fields/checkbox.php 5a190538f1eb6b9ac227c2dd9fddb05a
64
+ admin/forms/fields/animation.php 90bce94fa6e6ee3b8fbaa1dc3f20a957
65
+ admin/forms/fields/textplus.php 2a12df57e89b827781e914a29528e581
66
+ admin/forms/fields/dateformats.php 5cb2d29b9f6ed0bc0fa86c52a49dc9a2
67
+ admin/forms/fields/navmenulist.php cb418f57a8c27d51edb00af76b4a417c
68
+ admin/forms/fields/positions.php af4a936f9dd5a5c5046eb110810a5613
69
+ admin/forms/index.html d41d8cd98f00b204e9800998ecf8427e
70
+ admin/index_orig.php 074c03f52a6ac840e1bd0abe00bfd9c2
71
+ admin/override.php 975ed4b7f3c6bfae668cf038d64e2f9d
72
+ admin/rt_fav.png 7f44f7d1f05143147d5e9fc8a10a305e
73
+ admin/screen-meta-links.php d81b6f95182e39eafdc58d546676a0c0
74
+ admin/widgets/overlays/images/overlay-off.png e72dbb38bd7fcbd62884d15b8eeaaef2
75
+ admin/widgets/overlays/images/overlay-box.png aeaa5384b3eb8ea9fd4ec9df7182a5a0
76
+ admin/widgets/overlays/images/index.html d41d8cd98f00b204e9800998ecf8427e
77
+ admin/widgets/overlays/images/tt-horiz-left.png b2247633f95a57c2d987439632e7b05b
78
+ admin/widgets/overlays/images/tt-horiz-mid.png 10c3923369add561d40c180d4b79fafb
79
+ admin/widgets/overlays/images/tt-horiz-right.png 957fe3fd987f9ebaab361e795d1486c0
80
+ admin/widgets/overlays/index.html d41d8cd98f00b204e9800998ecf8427e
81
+ admin/widgets/overlays/css/overlays.css 2f899a69b95b145477c79d6d89c7f8a6
82
+ admin/widgets/colorchooser/images/blank.gif 1b9f97537b7ae7a6baa2d3ce47a4a198
83
+ admin/widgets/colorchooser/images/picker.png 232725da2945ddd63ea7242de1a5a975
84
+ admin/widgets/colorchooser/images/trans.png 4a82e33f92f0f8c318f2c4ea0be60f01
85
+ admin/widgets/colorchooser/images/trans-underlay.png c250f271f0eba30ee4133f446c6733b2
86
+ admin/widgets/colorchooser/images/moor_woverlay.png aaec307feabb7482df3abfc27878d554
87
+ admin/widgets/colorchooser/images/moor_boverlay.png 0c64ea1bc23c08a04ca9cecccc7e58f8
88
+ admin/widgets/colorchooser/images/moor_slider.png 7c5699a1ede46cd191c719d4b4f1b45f
89
+ admin/widgets/colorchooser/images/index.html d41d8cd98f00b204e9800998ecf8427e
90
+ admin/widgets/colorchooser/images/moor_arrows.png 4edbf4fedcedde96754d74921e39d693
91
+ admin/widgets/colorchooser/images/chooser-back.png f243df6677d7ea2a9cc8268b530f1ff9
92
+ admin/widgets/colorchooser/images/moor_cursor.gif 031ecf9ba2ddbbf8b18f06a4aa15f79e
93
+ admin/widgets/colorchooser/index.html d41d8cd98f00b204e9800998ecf8427e
94
+ admin/widgets/colorchooser/css/mooRainbow-2.0.css 617e8be4afe01480ce310f822fe917cd
95
+ admin/widgets/colorchooser/css/index.html d41d8cd98f00b204e9800998ecf8427e
96
+ admin/widgets/colorchooser/css/mooRainbow.css 6fa2f91acbb0dc6bddc651efd1987a62
97
+ admin/widgets/colorchooser/css/mooRainbow-2.0.less 73a8fa09c524c091892d5bcc0bf25597
98
+ admin/widgets/colorchooser/js/colorchooser.js b9c46488a86141adb93a62c514bd3314
99
+ admin/widgets/colorchooser/js/index.html d41d8cd98f00b204e9800998ecf8427e
100
+ admin/widgets/colorchooser/js/mooRainbow.js 8a9ad792ea2f505af071ab603337c2df
101
+ admin/widgets/colorchooser/js/mooRainbow-2.0.js a4d1107750bebd2a17fe61f29952d02c
102
+ admin/widgets/gantry-ie.css 18423534653d8e79b0d86ae815b79b16
103
+ admin/widgets/bootstrap-multiselect.js 6324643f4bd8e361dec140abb9590bf8
104
+ admin/widgets/gantry-widgets.js 8e9eb9dbd0c7533614e9ac07041b6ae0
105
+ admin/widgets/fonts/index.html d41d8cd98f00b204e9800998ecf8427e
106
+ admin/widgets/fonts/js/google-fonts.json 2abeeee4d672d48be682c3adad8987f7
107
+ admin/widgets/fonts/js/fonts.js e45d46ced56d491d593611aa40bc0f6a
108
+ admin/widgets/fonts/js/index.html d41d8cd98f00b204e9800998ecf8427e
109
+ admin/widgets/moofx.js 24a9cdd27667218ae42c55d430c8a5c7
110
+ admin/widgets/bootstrap-2.3.2.min.js bed31fb959612a0a77d8e87b9d0b3683
111
+ admin/widgets/ajaxbutton/js/ajaxbutton.js 984a6c693f73285fb53849609281b07b
112
+ admin/widgets/gradient/index.html d41d8cd98f00b204e9800998ecf8427e
113
+ admin/widgets/gradient/js/gradient.js d88107278026c5036225e512cca30492
114
+ admin/widgets/gradient/js/index.html d41d8cd98f00b204e9800998ecf8427e
115
+ admin/widgets/preset/images/preset-left.png c90acc86ff18c4cdd8db939b985752b1
116
+ admin/widgets/preset/images/scrollbar-right.png 7f27bff77697973e3e76eaca21dc90fd
117
+ admin/widgets/preset/images/preset-bg.png dd99d8f06e53cfbead7672403edf928c
118
+ admin/widgets/preset/images/delete.png 79ec729737c02e5b58a5a6aaf949e4c8
119
+ admin/widgets/preset/images/title-bg.png 99c06fb27f66c40cc7012d69e7796f0f
120
+ admin/widgets/preset/images/index.html d41d8cd98f00b204e9800998ecf8427e
121
+ admin/widgets/preset/images/scrollbar-left.png f081db738a0692c0fb579be5647d955c
122
+ admin/widgets/preset/images/preset-right.png 5a2ff31fb53c65d0d59006c7f8d033e3
123
+ admin/widgets/preset/index.html d41d8cd98f00b204e9800998ecf8427e
124
+ admin/widgets/preset/js/preset-saver.js 5e551cbfc46dd2ffcfbc307fc26d155a
125
+ admin/widgets/preset/js/preset.js 84b1d909cc690114ace2215817a95aca
126
+ admin/widgets/preset/js/index.html d41d8cd98f00b204e9800998ecf8427e
127
+ admin/widgets/images/tips-pin.png 18c927e09560bbc5a901fc3593c2776f
128
+ admin/widgets/images/lowhigh-legend.png 200b76b2d8e7dba5ea5b19d5fb871573
129
+ admin/widgets/images/graphic-level.png 18a0c94081bcc710b3f01293731a0e9b
130
+ admin/widgets/images/integrity-bad.png 912002b5a33a9ec723e1bb123e72b540
131
+ admin/widgets/images/overrides-default.png fba189e52340aa958c383467028686aa
132
+ admin/widgets/images/overrides-toolbar.png 490fe6670c5e88acc6d49dd34ed54ac4
133
+ admin/widgets/images/master-notice.png bff88e688f72d1fade3378fa41615d9a
134
+ admin/widgets/images/overrides-arrow.gif c6b4cb163011e316835b02d5b277ee8a
135
+ admin/widgets/images/tooltip.png 32fd16b09e8dbbb751762210d2cbc899
136
+ admin/widgets/images/gantry-small.png 7ea6015d31baa0e9603be827bdf7a16a
137
+ admin/widgets/images/integrity-arrows.png 3562ae3646497a2d70f4bc477cf0955d
138
+ admin/widgets/images/g4-logo-small.png 93dc0e355271c69d0d0652609b42b116
139
+ admin/widgets/images/slider.png 56a834e712d3d07e896b29d2553c32bb
140
+ admin/widgets/images/textinput.png b6a526aa9616464510caff6d3eaa9c8e
141
+ admin/widgets/images/divider-bar-old.png 98be4adb6f9acea6bda201ce1618a1c0
142
+ admin/widgets/images/integrity-arrows2.png bc53a40d2326b16670e8ac1f8a95a5d8
143
+ admin/widgets/images/delete.png 0026f6f98224c95c53d83c55c75febbd
144
+ admin/widgets/images/gantry-master.png ba74dda779026ae4676ab7526d2339bd
145
+ admin/widgets/images/master-bar.png 3436e0162cf41afb2a6321847ac43c2b
146
+ admin/widgets/images/h3-bg.png c4c044c246ffa71c3a991bef2a091e5b
147
+ admin/widgets/images/success.png 32239e1181e7daf43566d1f3160d0823
148
+ admin/widgets/images/badges.png 8826415e8018a9c9299a9ee9ccf209dc
149
+ admin/widgets/images/delete-buttons.png 7b998132f49220a09018fc8612dc1f8e
150
+ admin/widgets/images/version-update.png 617ff2120aa22f866940cdeeb7263d9a
151
+ admin/widgets/images/integrity-header.png 1d953c9e64424c151d4ac41ab166995c
152
+ admin/widgets/images/overrides-buttons-r.png 02a6863322aa0657254d797d1f463dcd
153
+ admin/widgets/images/overrides-buttons-l.png 67d26eae6ff37a871e832a6180fcc96a
154
+ admin/widgets/images/integrity-good.png 78efcf07ed9385748e67ef0874ba5df6
155
+ admin/widgets/images/gantry-gears.jpg 22cb7f9710090ce3eedcdc663b7fdf05
156
+ admin/widgets/images/index.html d41d8cd98f00b204e9800998ecf8427e
157
+ admin/widgets/images/click-preview.png 22bf800644a2d4122ee3702add8e7e01
158
+ admin/widgets/images/gantry.png 26b36b3438f7ce6560aecff8d68891ff
159
+ admin/widgets/images/information.png 8c876562d9e0c1bfeddb5940630c57ee
160
+ admin/widgets/images/updater-good.png f3ed83ab2aac3c43a0dd28ccc5cdb3ce
161
+ admin/widgets/images/h3-arrows.png 347f7bc4e01f076af1cb8a964dcf315f
162
+ admin/widgets/images/spinner.gif faa74e8c61fc64d5edb11613c7eead2c
163
+ admin/widgets/images/fail.png 8edd48b7dcc11576f54faaacf4d25e0f
164
+ admin/widgets/images/version-bg.png 4044ed80d6e2c6e83b8681ce58341180
165
+ admin/widgets/images/divider-bar.png 5a8b820524b76212dc13cc35b92d68b3
166
+ admin/widgets/images/divider-grab.png 0957b76fb05bdc256044b271b53e1e1a
167
+ admin/widgets/images/toggle.png 97a1933b37a00fe5cd09cf55739a521e
168
+ admin/widgets/images/google_favicon.png 561f5e9c5198b37b7739fa77a25c997c
169
+ admin/widgets/images/preset-saver.png 6237f4421ffba29e5408739ac918ad11
170
+ admin/widgets/radios/images/radio-states.png f9e8ddc4a6b2001a40a3514f81971e16
171
+ admin/widgets/radios/images/index.html d41d8cd98f00b204e9800998ecf8427e
172
+ admin/widgets/radios/index.html d41d8cd98f00b204e9800998ecf8427e
173
+ admin/widgets/radios/js/index.html d41d8cd98f00b204e9800998ecf8427e
174
+ admin/widgets/radios/js/radios.js d5fa0d20f275af65470c0a3f558a5dc4
175
+ admin/widgets/tips/index.html d41d8cd98f00b204e9800998ecf8427e
176
+ admin/widgets/tips/js/index.html d41d8cd98f00b204e9800998ecf8427e
177
+ admin/widgets/tips/js/tips.js 7127b38dc1f0b9fd8a5540cc8b7bf299
178
+ admin/widgets/gantry-opera.css f78e4d7f911a1d54aa7d1e2fc554e5a9
179
+ admin/widgets/growl.js 1026322a7d174c43067c7ad420e63c88
180
+ admin/widgets/gantry-ie7.css 55ff582c1461ae1a4748a47e7ed51b7d
181
+ admin/widgets/index.html d41d8cd98f00b204e9800998ecf8427e
182
+ admin/widgets/gantry.js 07a2ce26e91cea4cfd1572bf4be09b75
183
+ admin/widgets/Twipsy.js 8a4615a27f6e04431209c89db45a8743
184
+ admin/widgets/gantry-administrator.css 0590b6011f391387257728a387bf7fd6
185
+ admin/widgets/gantry.popupbuttons.js c69c6557e0725000ab1e72b0c771bd82
186
+ admin/widgets/assignments/index.html d41d8cd98f00b204e9800998ecf8427e
187
+ admin/widgets/assignments/js/assignments.js 3afe5006972fb170241312171b6a065f
188
+ admin/widgets/assignments/js/index.html d41d8cd98f00b204e9800998ecf8427e
189
+ admin/widgets/gantry-widgets.css 8847c94c9a62e9bb07131c8d5d66a98f
190
+ admin/widgets/gantry.css 70854c45a38f2354c0e93e0353b4d3c8
191
+ admin/widgets/toggle/images/toggle-disabled.png fafd32c33b0fba155fbc3a4c6293b9f4
192
+ admin/widgets/toggle/images/index.html d41d8cd98f00b204e9800998ecf8427e
193
+ admin/widgets/toggle/images/toggle.png d37ed69e34fa3f0f08ee4a86df94701d
194
+ admin/widgets/toggle/js/touch.js 9b50493d5598356e483f33abd9dd9661
195
+ admin/widgets/toggle/js/toggle.js a9adaa0f51947bbbb2ca048c1647b0a4
196
+ admin/widgets/toggle/js/index.html d41d8cd98f00b204e9800998ecf8427e
197
+ admin/widgets/positions/index.html d41d8cd98f00b204e9800998ecf8427e
198
+ admin/widgets/positions/js/positions-utils.js a1fcbf725ac202872824521b4418606d
199
+ admin/widgets/positions/js/index.html d41d8cd98f00b204e9800998ecf8427e
200
+ admin/widgets/selectbox/images/dropdown-right.png 6903ccefb5b245b90740e79da18838f7
201
+ admin/widgets/selectbox/images/select2-right.png 037712d90da7c877780c356bbef9e743
202
+ admin/widgets/selectbox/images/dropdown-left.png 45418fe9c9c60bc4e594a744a2e4cc7f
203
+ admin/widgets/selectbox/images/select2-left.png b9b783b18bec3af74c6a4f127f11e581
204
+ admin/widgets/selectbox/images/index.html d41d8cd98f00b204e9800998ecf8427e
205
+ admin/widgets/selectbox/images/selection.png 5106d3449195fae5a8a478b1e88022f1
206
+ admin/widgets/selectbox/images/select-left.png 185c5ba6f10bce3f77f3281cbad6e45f
207
+ admin/widgets/selectbox/images/select-right.png 81ed8606c7b77d4768ef8a6b295937b2
208
+ admin/widgets/selectbox/index.html d41d8cd98f00b204e9800998ecf8427e
209
+ admin/widgets/selectbox/js/index.html d41d8cd98f00b204e9800998ecf8427e
210
+ admin/widgets/selectbox/js/selectbox.js 8606b3ba5865f0bfe4dd50f1b71a16e4
211
+ admin/widgets/slider/images/slider.png 4193eedbae6279942578f503e0ec49fc
212
+ admin/widgets/slider/images/slider-tip.png 84e346c5f36fac48c71d7fc55b92d3c6
213
+ admin/widgets/slider/images/index.html d41d8cd98f00b204e9800998ecf8427e
214
+ admin/widgets/slider/index.html d41d8cd98f00b204e9800998ecf8427e
215
+ admin/widgets/slider/js/slider.js a958aa0ae6eb44e75eecded733d03911
216
+ admin/widgets/slider/js/index.html d41d8cd98f00b204e9800998ecf8427e
217
+ admin/widgets/slider/js/unserialize.js 3a193431a6be09d8a9e7eba84abf1529
218
+ admin/widgets/slider/js/slider-utils.js 4cf34c78db862ae5208c8a427e7cf01a
219
+ admin/widgets/checkbox/images/checkbox-small.png 51c41abf8a74c11031a33f0ec0e87dac
220
+ admin/widgets/checkbox/images/checkbox-large.png 9de3e22a6cb64be6fe5f7ea07f82fe81
221
+ admin/widgets/checkbox/images/index.html d41d8cd98f00b204e9800998ecf8427e
222
+ admin/widgets/checkbox/index.html d41d8cd98f00b204e9800998ecf8427e
223
+ admin/widgets/bootstrap-multiselect.css f9d97852b22a7f1afeca10434862eb25
224
+ admin/widgets/imagepicker/images/button.png efcbbbb748b2702bfa7c5996149cc480
225
+ admin/widgets/imagepicker/images/no-image.png a0fdd581cff9f7cefee2027d37a557e9
226
+ admin/widgets/imagepicker/css/imagepicker.css 64054dbcf55a9e517d51cea66fabe87c
227
+ admin/admin_presets.php 7d38e74e5dffe8dd16a6eca43c430888
228
+ admin/cache/9.cache.txt b0a09f577af05fb451c33c50c223b802
229
+ admin/cache/index.html d41d8cd98f00b204e9800998ecf8427e
230
+ admin/cache/16.cache.txt 2c913df369f84d867cbda579c531c298
231
+ admin/cache/12.cache.txt 50d8fcf9b2d9b65ad68d5643ca2ca819
232
+ assets/jui/fonts/IcoMoon.eot 26bae2d7fa9f1165f10eaf95087b7c1b
233
+ assets/jui/fonts/IcoMoon.svg 1568c7591fee07d1255c30f029c7498d
234
+ assets/jui/fonts/fontawesome-webfont.woff b683029bafe0305ac2234038a03e1541
235
+ assets/jui/fonts/IcoMoon.woff f118aa4b80d2a416b3b8e7af4ab7541b
236
+ assets/jui/fonts/fontawesome-webfont.ttf 8cca2f02b0af2da365ff4d1755f29146
237
+ assets/jui/fonts/font-awesome4/fontawesome-webfont.woff2 db812d8a70a4e88e888744c1c9a27e89
238
+ assets/jui/fonts/font-awesome4/fontawesome-webfont.woff a35720c2fed2c7f043bc7e4ffb45e073
239
+ assets/jui/fonts/font-awesome4/fontawesome-webfont.ttf a3de2170e4e9df77161ea5d3f31b2668
240
+ assets/jui/fonts/font-awesome4/FontAwesome.otf 87d8ca3ddc57e7d2da6226e480f90457
241
+ assets/jui/fonts/font-awesome4/fontawesome-webfont.eot 32400f4e08932a94d8bfd2422702c446
242
+ assets/jui/fonts/font-awesome4/fontawesome-webfont.svg f775f9cca88e21d45bebe185b27c0e5b
243
+ assets/jui/fonts/IcoMoon.ttf f4e1bac45450adad203345436ea0784a
244
+ assets/jui/fonts/index.html 8a3edb0428f11a404535d9134c90063f
245
+ assets/jui/fonts/icomoon-license.txt f72f47241976883c19d65b5eb98309a5
246
+ assets/jui/fonts/fontawesome-webfont.eot 5ae23ad29b67289a1375d2043e289c52
247
+ assets/jui/fonts/fontawesome-webfont.svg f99a231ed57ee113b50b1c3e9f9fcdc3
248
+ assets/jui/img/glyphicons-halflings-white.png 9bbc6e9602998a385c2ea13df56470fd
249
+ assets/jui/img/glyphicons-halflings.png 90233c9067e91fc860cacaa1e5e2b696
250
+ assets/jui/img/index.html 8a3edb0428f11a404535d9134c90063f
251
+ assets/jui/less/responsive-utilities.less 6d8fb590b3ecef69c87777b2c87a4a4e
252
+ assets/jui/less/reset.less cc3c68f5504306a94423df7395ebe121
253
+ assets/jui/less/navs.less c5ea92ead7f8ae0670f81a465d2ea8f2
254
+ assets/jui/less/bootstrap-overrides.less f03490c11edbae4cd295468b3d8f8163
255
+ assets/jui/less/dropdowns.less 862b57e068b39b7efdea6f24bc2ca542
256
+ assets/jui/less/bootstrap-extended.less 1e13b27174d047bc4246e34aefcc2b69
257
+ assets/jui/less/buttons.less fe326b6ae56fba43c8c5726940e83dd4
258
+ assets/jui/less/breadcrumbs.less acf20f273ce580c51d142f2029992a84
259
+ assets/jui/less/variables.less f55679b711defcf6aec4b0795132df6f
260
+ assets/jui/less/alerts.less 736308b94bc020b81475a7696ddc57a6
261
+ assets/jui/less/font-awesome.less a5350d64481f6b562f3a6c7a6ec65e56
262
+ assets/jui/less/responsive-768px-979px.less 30249de0ab74c60a4e1e0730a63c0c1c
263
+ assets/jui/less/grid.less 2d2437fc0a66629c5d69d2eb59931483
264
+ assets/jui/less/tables.less f63ec5ff43b9aa32e9270ad75dee4591
265
+ assets/jui/less/type.less f01554bff6df1f7b17715a2272930c1e
266
+ assets/jui/less/layouts.less 90413797569e34a2b5e10b53d6e61087
267
+ assets/jui/less/bootstrap-rtl.less 568589c1d305c1b441ed721231f96b7a
268
+ assets/jui/less/responsive-1200px-min.less 0cec9870b3de459002ae746379011a6e
269
+ assets/jui/less/hero-unit.less d40d5b66d6a3c1f62596996f1abe9a81
270
+ assets/jui/less/scaffolding.less f2050a8d6672d2fe7cb39a7b6109d93b
271
+ assets/jui/less/accordion.less 317f3dcbff577d991f069df7976efa4f
272
+ assets/jui/less/modals.less 7694c0ec0cce4849f1f1d10b7483888f
273
+ assets/jui/less/font-awesome4/stacked.less 518e2b2d263982d2caa1e6514b4b4eac
274
+ assets/jui/less/font-awesome4/variables.less 9fee729b2f37cf1e234632ed66fa9212
275
+ assets/jui/less/font-awesome4/font-awesome.less 468f606d3d79e0de653ad010c0e24c0d
276
+ assets/jui/less/font-awesome4/icons.less e307cef3a4e7ea676babf6150d0265a7
277
+ assets/jui/less/font-awesome4/path.less 3ae443e0386cc3a69ff47d641aefb74b
278
+ assets/jui/less/font-awesome4/animated.less 08baef05e05301cabc91599a54921081
279
+ assets/jui/less/font-awesome4/larger.less 8cb65280c0f889daf72626c21a7c8628
280
+ assets/jui/less/font-awesome4/fixed-width.less 5e07ec001f8d21bd279c12ee542813f7
281
+ assets/jui/less/font-awesome4/core.less fb4efe4ae63737706875bbbfc7b7e9af
282
+ assets/jui/less/font-awesome4/rotated-flipped.less a8476cdc50c264abd11ff59d6a9dd025
283
+ assets/jui/less/font-awesome4/mixins.less 63afa4054431cd255dd522314d42fe01
284
+ assets/jui/less/font-awesome4/bordered-pulled.less 898f90e40876883214bbd121b0c20e9f
285
+ assets/jui/less/font-awesome4/list.less 975571323cf880a4a30601998236b027
286
+ assets/jui/less/component-animations.less 187f9da4ce323b12c0a84ffa2d736f6c
287
+ assets/jui/less/carousel.less 7eaaa93377aa50d0d5c6761c1c7c8300
288
+ assets/jui/less/labels-badges.less 557d6319e4df1c62c975816fa4f1d94a
289
+ assets/jui/less/font-awesome/variables.less 9a54f737a4aa1a4d295f32c5231560a2
290
+ assets/jui/less/font-awesome/font-awesome.less 65268b3a59ae3407bf8c4c2301a6bddb
291
+ assets/jui/less/font-awesome/icons.less ea55ef71be079e170d2e35ff90dc6e18
292
+ assets/jui/less/font-awesome/path.less 7a24dc675c3839fb770087ccd51b672e
293
+ assets/jui/less/font-awesome/core.less 5238629100d376f16093646cedd6b131
294
+ assets/jui/less/font-awesome/extras.less 9b2371c3290b76986486e2701e1e73ac
295
+ assets/jui/less/font-awesome/bootstrap.less 4bb799ddf661de2fa5d27047c033f3cf
296
+ assets/jui/less/font-awesome/mixins.less 7d79b400c8c3802136bd4f128b83b60e
297
+ assets/jui/less/wells.less 8931d9c0330575884c459e981bdcf329
298
+ assets/jui/less/icomoon.less b868f8f4ce45fcad254f7be690b2039f
299
+ assets/jui/less/responsive-navbar.less 7d9b7a396a71dabfdf80a36d94b60e25
300
+ assets/jui/less/index.html 8a3edb0428f11a404535d9134c90063f
301
+ assets/jui/less/tooltip.less 4a3ae2fcd816d8139bfe1332eb7f6202
302
+ assets/jui/less/navbar.less 5e446619ef5efff44c028c8fc8faff8c
303
+ assets/jui/less/bootstrap.less e94f17de05db3c3dc16434193c62ffda
304
+ assets/jui/less/utilities.less c7a238b720e8ba267c6903a72743e1e4
305
+ assets/jui/less/popovers.less b8224c536a1f353ede9d2d6f6ed0ebac
306
+ assets/jui/less/sprites.less dd92cfadfeeec04bbc83616cc603e18d
307
+ assets/jui/less/code.less 8b12e84f9081c066da8ae26bba58a3b7
308
+ assets/jui/less/forms.less f7a18c315b7e416faf95b11429ceab70
309
+ assets/jui/less/pagination.less f1098282022d3110d7391af8b13a4f48
310
+ assets/jui/less/responsive-767px-max.less 39173ba455b0d3f8dddeb4e7edf26f8d
311
+ assets/jui/less/button-groups.less 235d3b2429273a4c7250c683e7b02fce
312
+ assets/jui/less/mixins.less 34f9bcbfc8f75b6cc9d0b0935d8cf922
313
+ assets/jui/less/thumbnails.less 8d294c8bbf63d4863436e53a2bd933de
314
+ assets/jui/less/pager.less 6894467becde50b42d587848ba08f77b
315
+ assets/jui/less/close.less 6608ed8ae3052306e0e7a3c97e4aa2fd
316
+ assets/jui/less/progress-bars.less 1e45e136314d5c3b99f73b9b7866a74d
317
+ assets/jui/less/responsive.less 02ee9155ddbbc5fd2e3b2568b13ba380
318
+ assets/jui/js/jquery.ui.core.min.js 133fb19b0eeab67f872d759eb106db82
319
+ assets/jui/js/cms.js 77f3f34b18c237e80f18b31ad6a8bd05
320
+ assets/jui/js/jquery.ui.core.js df0322eba55cabce1277472b3975b87a
321
+ assets/jui/js/treeselectmenu.jquery.min.js e1892dab9a7de69871973804572c0ba3
322
+ assets/jui/js/jquery.min.js c20812cc1b958ac1222f87d791bb3613
323
+ assets/jui/js/treeselectmenu.jquery.js 2896fd9a6cde90afdf55609c8bd653da
324
+ assets/jui/js/icomoon-lte-ie7.js 6795cf92dbde5174f9ea732db454f642
325
+ assets/jui/js/bootstrap.js a97f010010c4f186b6fdd507b64dd7c0
326
+ assets/jui/js/bootstrap.min.js 450c9472f4afb0a2d33acb52b378c820
327
+ assets/jui/js/chosen.jquery.js 4bf32091e3e36e6a9bf58fe18f0e5851
328
+ assets/jui/js/sortablelist.js 27d36762f19a58f8200cc14b090bae9c
329
+ assets/jui/js/index.html 8a3edb0428f11a404535d9134c90063f
330
+ assets/jui/js/jquery-noconflict.js e2060c4e5e5955c824723b13a212d3ec
331
+ assets/jui/js/jquery.js 41ca0b5d474117281973aeb249b944c8
332
+ assets/jui/js/chosen.jquery.min.js c7e1d3cd9d4466e5f24252f8c6d40ded
333
+ assets/jui/js/jquery.ui.sortable.js 97ab77008384cfe74f23461929fb783f
334
+ assets/jui/js/jquery.ui.sortable.min.js 43c85e35d4e1a5823f9fa4514bdd32cd
335
+ assets/jui/js/html5.js 69431f1ec831bacf31013dff2872cba0
336
+ images/bg-3-6-3.png ab95c77bee438263e6848daaeb6216d9
337
+ images/blank.gif f58783577b00e764e743e1ebd1b1d68c
338
+ images/typography.png 7e4dbff2b6fc9a0a07856e79eb2e4cf0
339
+ images/iphone/branding.png 9d21509b2b950bee367ae0606b91b174
340
+ images/iphone/buttons.png 0f4eb557557fd8c46a16efdae8bef856
341
+ images/iphone/forward.png 1bf1b8a7047eac3bd5d63f7d733ed3a3
342
+ images/iphone/index.html d41d8cd98f00b204e9800998ecf8427e
343
+ images/iphone/menu-bg.png 52085ede5a4d4e96c35ac0e9a7477337
344
+ images/iphone/forward.gif 38aee8b0ca60da174b570c6eb1e4de0f
345
+ images/iphone/back.png 570282bb42d986fea2a12a5339b49cc9
346
+ images/iphone/header-assets-iphone.png 464eeaa87bad23be42151071b187949b
347
+ images/iphone/menu-scroller.png 9b5293aac0e936fe814e01ee43bda012
348
+ images/iphone/switcher.png 58476fd8accd91223d753cf6b775a896
349
+ images/iphone/scrollbar.png ff566cfadad1bcbf91bc833213950cc2
350
+ images/blank.png 05e8d1ff9dc55aad50ad54c57e99d188
351
+ images/error.png 498184d2519e96f3f2b7067491fe2cbf
352
+ images/header-assets.png 0af41557bbcb5a2fec3dfc4c292e1405
353
+ images/list-arrow.png f29dbbbeeae13356b202dffc5eab5059
354
+ images/home.png 71749742d113a2f4ffeceb874c2dfbe4
355
+ images/index.html d41d8cd98f00b204e9800998ecf8427e
356
+ images/spinner.gif 117a2ea3fe0fa5ffcb104eca058111c7
357
+ images/close.png bc78dfad86cb326991c3dcc37f849be9
358
+ images/close_hover.png 830b06cf015bf4f9505e1dde9db0cf87
359
+ images/rocket.png 5069154cc0e54fd066bda96cd3285f8b
360
+ images/speach-bubble.png 3c80cb07d9d6a57d87e751da41efa59e
361
+ gizmos/fontawesomepaths.php 295cc83773124565cd97d25aae081897
362
+ gizmos/searchhighlight.php 953a1c1116e2cf014abde174c80d7c75
363
+ gizmos/commentreply.php aa8c2d7adb9e859e699be5ed0651a060
364
+ gizmos/iphonegradients.php b79fe44dcfaabdc9c4133f5cb85a6c79
365
+ gizmos/webfonts.php 7f128a74248ec28b289df6f81727b2b9
366
+ gizmos/mshelper.php c65cf0711232713ab16581163e2ad0cc
367
+ gizmos/iphoneimages.php c5397881ebd02b8de925460106b8255e
368
+ gizmos/title.php 35cff7aa0183b4b7f8e3e108dcba9451
369
+ gizmos/maintenancemode.php 03d076449624e57c3ea5a60a546e9116
370
+ gizmos/wpml.php d8d01d2932cae829071bcce58c83dd34
371
+ gizmos/compatibility.php 52db2f33be0f062bda5e7685452383db
372
+ gizmos/rtl.php 42ee13ead196d03b8841437af68e5b07
373
+ gizmos/childcss.php f944c21de556ede001b1edf2b976c033
374
+ gizmos/rokstyle.php 4053a939c0ce7a7f5afc38227fc3a6c9
375
+ gizmos/feedlinks.php f20848b5f5630806bfc9bdf9522af91b
376
+ gizmos/ie6.php 8d7f6996bca4fc34fc54f9bba5112068
377
+ gizmos/ie6warn.php 2342ecbc7f0a58fe876d4263265fdb3e
378
+ gizmos/woocommerce.php 33bc85d6fe3c4bc9a5c44d5a792253c0
379
+ gizmos/pagesuffix.php da4da6b6ed41b72d96770260a6e36ebf
380
+ gizmos/texturize.php 7bbd7f4b8f329ddd9cdc0f9e0347d0ce
381
+ gizmos/index.html d41d8cd98f00b204e9800998ecf8427e
382
+ gizmos/styledeclaration.php 92b3a8a51fc84eb612100e36936ae95a
383
+ gizmos/buddypress.php 094a567bbb0073f3ec3c0e4b7bb509e7
384
+ gizmos/autoparagraphs.php b935bd1810cc95387b611974a562fa32
385
+ gizmos/widgetshortcodes.php baa5165c685c9f40583f0d79f7efc440
386
+ gizmos/belatedpng.php 70bfc775c5a6e784a60fbc235bb60359
387
+ gizmos/bbpress.php eabd76fbb39dc6a9d82f9be429115da8
388
+ gizmos/smartload.php 5ab96ebaef8566511d64aeb5896b00ec
389
+ gizmos/loadposition.php 8b8fafb97df551eabea1f58906c89a63
390
+ gizmos/analytics.php b4bf1f9b2cef0556cb83b3c191187079
391
+ gizmos/font.php f811b5e765f980ff8360dceed12bb7ef
392
+ gizmos/wpmenucart.php 7a47814ea693ea53222d446e7ab316fb
393
+ gizmos/thumbnails.php 63e3062bbdbb04abf732edaf2ad776ed
394
+ gizmos/jstools.php 489383e038715313641aa98dd174e0b8
395
+ classes/Gantry/FileResolver.php 0d12b9b3cbd4303c5a69dde3d06846d5
396
+ classes/Gantry/Uri.php aca97f24a811bee2770f3b4dce62d247
397
+ classes/Gantry/Uri/Components.php 6a333b51adcf5a5d9fa97e9c89733af2
398
+ classes/Gantry/Uri/Util.php 6bcc9e84820e682e27baf4061d7fcf39
399
+ classes/Gantry/Uri/Builder.php b6a4e38f63ca8dc83ee30ad2568b3aa3
400
+ classes/Gantry/Loader.php ab98babcabb4a0ce86878949fea054c8
401
+ classes/Gantry/CssFileResolver.php 85f535b654c4898dc40cd15130bb0fc1
402
+ core/gantryflatfile.class.php 44dc590a714c6b21fe4dd3e1a16bb158
403
+ core/config/gantryformgroup.class.php 78b78150ed8636a23e0b9fcfcf614809
404
+ core/config/gantryformfield.class.php 1002033a82de68344344c5325531a9e6
405
+ core/config/gantryformhelper.class.php 8ef4594ce6c8358fb4a09e34656dc1ae
406
+ core/config/gantryselect.class.php f5f5876b99a9fe2092da0271319061c7
407
+ core/config/gantryelement.class.php 47fa06b06dafb2ae2106238fd86c54ef
408
+ core/config/gantryhtmlselect.class.php 270d02b3f4080de8c3107fee2f54d0f0
409
+ core/config/gantryform.class.php c8211f94ebbd11f19da3a2921b38761a
410
+ core/config/index.html d41d8cd98f00b204e9800998ecf8427e
411
+ core/config/gantryformnaminghelper.class.php aec3667aefb4424eee8b93ac86285b9a
412
+ core/config/gantryformfieldhelper.class.php fe96f17ae445bb87386ed0fd1351e802
413
+ core/config/gantryparameters.class.php f2ea3eb4607193810b81e74d629f6ef1
414
+ core/config/gantryformitem.class.php d82179063c2e26a3991a4360fd499241
415
+ core/gantrybodylayout.class.php 42636cbecd49811943840120bf0130e7
416
+ core/gantry.class.php 8806fbf058607f3e994fd9e37a20efca
417
+ core/gantrycommentstempllayout.class.php af10a703f2ccde84403dba0fa0646a52
418
+ core/gantrygizmo.class.php 8875b68927d9b9ab2257114949531ecd
419
+ core/gantrygzipper.class.php 32cd05d1198786f5c7b74c722a46b772
420
+ core/utilities/gantryxml.class.php 7b75e07708b907a37be839cb135cd34d
421
+ core/utilities/gantrycache.class.php 1ba126b0aebf285fd5489bb13a65ca17
422
+ core/utilities/gantrylesscompiler.class.php 82d9009ff946c9276cf072fdc76acc9c
423
+ core/utilities/gantryregistry.class.php 5b8dc9df5b07d1039085c0b75684222b
424
+ core/utilities/registry/index.html d41d8cd98f00b204e9800998ecf8427e
425
+ core/utilities/registry/format/php.php 7de51a528756788cb76906f92bcd9dc3
426
+ core/utilities/registry/format/index.html e33782263166ab59da260384f21fd4fb
427
+ core/utilities/registry/format/xml.php 0e4418361f580dfaffe1098241332826
428
+ core/utilities/registry/format/ini.php 2f458253d6d90baabac46178c3f84bb9
429
+ core/utilities/registry/format/json.php c68eec90308a803b36f13ff01d3fa115
430
+ core/utilities/registry/gantryregistryformat.class.php a678537bcf6e42be55995bbcce8c4c10
431
+ core/utilities/gantryurl.class.php 132f6cdb97ac1a3ac8c301f2ea865b4a
432
+ core/utilities/gantryarrayhelper.class.php d86f3308d2fc9ded15792dcb5b3bd807
433
+ core/utilities/gantryfilterinput.class.php 07c080a54eb9b650a0d9686d63d3dc6f
434
+ core/utilities/gantryfolder.class.php ea8b083244885bda951e2a4a0e618620
435
+ core/utilities/index.html d41d8cd98f00b204e9800998ecf8427e
436
+ core/utilities/gantryfile.class.php 573fde9e466cf8430f39943345deddbc
437
+ core/utilities/gantrydate.class.php d0f285d602923f3761faba13f7e9f42f
438
+ core/utilities/gantrysimplexmlelement.class.php cee451dc9c59e55cacd6274f01a2d437
439
+ core/utilities/gantrypath.class.php aa31da95e467954cce3af8e099373736
440
+ core/utilities/gantrymobiledetect.class.php 34425384fa8e98d6b2e8b6def12e203e
441
+ core/utilities/gantrytemplateinfo.class.php b0ddba3a91d204cf849793ec03538137
442
+ core/utilities/cache/index.html d41d8cd98f00b204e9800998ecf8427e
443
+ core/utilities/cache/wpTransientCacheDriver.class.php 0bedb2c9a1cd7f3fc602d02a5cd2d253
444
+ core/utilities/cache/cache.class.php 1d15552ca7278a02737c94ef10a93009
445
+ core/utilities/cache/cacheDriver.interface.php f85269b1435867c94c01cec73442c4da
446
+ core/utilities/cache/fileCacheDriver.class.php 2449d36968ed9c4236db0712948f50c5
447
+ core/gantryparams.class.php 4465944287490b7a16b1d6e66c895ebc
448
+ core/gantrytemplate.class.php 303cf991aba454a696461cd281ac4593
449
+ core/gantryjson.class.php a53550be49294132092f72c77539b3ac
450
+ core/gantryini.class.php 81b0d5039cca445c1e13b79fbc927e52
451
+ core/params/gantryparamprocessor.class.php 61609a69bf9b5b0e59a8229bda1e0312
452
+ core/params/overrides/gantryurlparamoverride.class.php 6c91077f8d6984f9d1e7007fab8869b1
453
+ core/params/overrides/gantryoverrideparamoverride.class.php 6968de732b67983244dc0c3cf505368a
454
+ core/params/overrides/gantrysessionparamoverride.class.php 419f912d377ad4bbfd9fabe9b43afd17
455
+ core/params/overrides/gantrycookieparamoverride.class.php 6d4cdd1b41dcb4eb8fc0bfa242a212e9
456
+ core/params/processors/alias.php ef424cc1ff9bd0f318f7cbf35c1a65e3
457
+ core/params/index.html d41d8cd98f00b204e9800998ecf8427e
458
+ core/params/gantryparamoverride.class.php 2880ef5aeafafa29911b6752ef398292
459
+ core/index.html d41d8cd98f00b204e9800998ecf8427e
460
+ core/gantrypositions.class.php 9a60743b377c124a0354acd2090079e2
461
+ core/gantrybrowser.class.php 68b7ec078220e538e34379744822d7aa
462
+ core/gantryloader.class.php 8840a96ad0f2cb4ef78d6d7d18dcf6f8
463
+ core/rules/gantrypagecallfact.class.php b63876daf3e9135a33c11239ec5dff60
464
+ core/rules/stylerules.srl 9bfa3989975fe44c67249aa506ce8b83
465
+ core/rules/phprules/RuleSession.class.php 48d93214db002f19f9f6109e63147d8d
466
+ core/rules/phprules/Rule.class.php dd0100265b0d53b807878a545fae24ec
467
+ core/rules/phprules/RuleBase.class.php ca3482368607b4f337971f00723f171a
468
+ core/rules/phprules/index.html d41d8cd98f00b204e9800998ecf8427e
469
+ core/rules/phprules/Fact.class.php 2e7a0b9374d658cf1b4d278242f8c230
470
+ core/rules/phprules/RuleReader.class.php e7f2e70d7c29c5380713c5f326441749
471
+ core/rules/phprules/ActionFassade.class.php dcb07f28333d45bcf868a890d78aaf4f
472
+ core/rules/phprules/WorkingMemory.class.php 57273a3fe11ef694739e7d3d0f733deb
473
+ core/rules/phprules/phprules.php d8db7525a5bdb29701dace8a035b55a6
474
+ core/rules/index.html d41d8cd98f00b204e9800998ecf8427e
475
+ core/rules/gantryoverridefact.class.php 0256ec9df7e1d3115c7794ea7c03436d
476
+ core/rules/gantryoverridesengine.class.php aabe42e5c63dda7c08a96df4808a6cac
477
+ core/rules/facttypes/post_type.class.php 0259263ad2d51556db63b12946299441
478
+ core/rules/facttypes/menu.class.php d9258c70b3f1926683c47ed9de53d183
479
+ core/rules/facttypes/taxonomy.class.php 68548e30cca37bdd66c14b2b5dbfd87c
480
+ core/rules/facttypes/templatepage.class.php 86943c34dc8816cfad95697399f0500f
481
+ core/rules/facttypes/index.html d41d8cd98f00b204e9800998ecf8427e
482
+ core/rules/facttypes/wpmllang.class.php 128e6f03a924a29763a50da54c6e55d3
483
+ core/rules/facttypes/archive.class.php e0da185b8adfab07a427177ee0d65ca5
484
+ core/rules/gantryoverrides.class.php b5fdda9d4ab63e0febe3e081d79c3250
485
+ core/renderers/gantrymainbodyrenderer.class.php 2d22b562abc09148a4834dd708dad152
486
+ core/renderers/index.html d41d8cd98f00b204e9800998ecf8427e
487
+ core/renderers/gantryorderedmainbodyrenderer.class.php 9dde3a14d51e03ea45258ef8b03505c3
488
+ core/renderers/gantrycommentsrenderer.class.php 07b456dda4b32587c811ecdfab9fac98
489
+ core/renderers/gantrywidgetsrenderer.class.php a95d9f043095b13c7f4b02a2135da3fa
490
+ core/renderers/gantrydebugmainbodyrenderer.class.php b5158892c9bfdce72617f026a39581de
491
+ core/gantrywidget.class.php efc08a520072ede87fc222d87b60a9e5
492
+ core/gantrylayout.class.php b5611f845f2db4bd619bdf12fd9fb168
493
+ core/gantryplatform.class.php d5347a7ac8707ebbcab5f709c5c66c23
494
+ core/gantrystylelink.class.php 3c705b5675100f210f3431b9b45af38c
495
+ core/gantrydiagnostic.class.php 19597b1873dae2a2cb653a1d635510d6
496
+ ajax-models/example.php 7630ab7d092bc8d4f2fc3bd9383279a9
497
+ ajax-models/index.html d41d8cd98f00b204e9800998ecf8427e
498
+ autoload.php b4c32fa1208fbbcdcbc76c0f1f10c3d1
499
+ admin_functions.php 68d09c1e20d1ac74edae20f9cb85cb2c
500
+ gantry.config.php fd835728fba7169a0c5e41d000ac1c47
501
+ libs/google-code-prettify/lang-scala.js d3bd091d7b84099d91e889bc7c0770cb
502
+ libs/google-code-prettify/lang-tcl.js 15d00fba815d6e06576336fb98776c52
503
+ libs/google-code-prettify/lang-hs.js 0a3b4b0987ff5cb251566c7c4f5d1c37
504
+ libs/google-code-prettify/lang-matlab.js 26ee1ce25520c428895329a05c4ed5e5
505
+ libs/google-code-prettify/lang-go.js 82374ff8b73f3e2d8b983954c1e1ca00
506
+ libs/google-code-prettify/lang-n.js 4abe536b16c3646d8c7286e5cfab6121
507
+ libs/google-code-prettify/lang-sql.js 85dc53f8ee26511df07bf70ed75a7b04
508
+ libs/google-code-prettify/lang-r.js f44ab13942e4e056e4d436dd6658f14d
509
+ libs/google-code-prettify/lang-proto.js 873efd03c9897ad38d134f95c6eaaabd
510
+ libs/google-code-prettify/lang-dart.js 319014d37860266041aa2a5a8dbe398e
511
+ libs/google-code-prettify/lang-rd.js ba133221a755660a85a047e7d1ecd3ca
512
+ libs/google-code-prettify/lang-lua.js ae5f4fd51262d4d087f63f4df75e1c7a
513
+ libs/google-code-prettify/lang-tex.js f50e8714d52f12131d79aaa3d8d198c0
514
+ libs/google-code-prettify/prettify.css ecd4a5d6c0cbee10b168f6aa000c64ea
515
+ libs/google-code-prettify/lang-llvm.js e6d841b31a9c7f87f3e547c85db1153f
516
+ libs/google-code-prettify/lang-wiki.js b467f277d32f0728501b439698bc0ecc
517
+ libs/google-code-prettify/lang-yaml.js e0367f932b3ea37ef511ecb4d1d236e1
518
+ libs/google-code-prettify/lang-apollo.js 5812a1d4a952a2a0076148bb4d6fa834
519
+ libs/google-code-prettify/lang-vb.js ec53a1ac8e62fa2bb25ef2ad32900bd4
520
+ libs/google-code-prettify/lang-ml.js be01c39a03de86862f5fe65f687b11c6
521
+ libs/google-code-prettify/lang-basic.js cc31708f1c51c30f23f7a6eb710bc797
522
+ libs/google-code-prettify/lang-pascal.js 5a31d03e01bbb8b7683197e9fb6a7c58
523
+ libs/google-code-prettify/lang-clj.js 3d748a47ed0eed1c0f554d30ff6efa44
524
+ libs/google-code-prettify/prettify.js db158ccd3edb0871ea134eec56a01d13
525
+ libs/google-code-prettify/lang-mumps.js 031899e4c4ab891473f8327b96d860e9
526
+ libs/google-code-prettify/lang-xq.js ebc66642254c40bdd21f56c80e477918
527
+ libs/google-code-prettify/run_prettify.js c9076487b9f637bd858e3d565f3504f4
528
+ libs/google-code-prettify/lang-vhdl.js 1a5853df113e37f58cc5e2f2806c6b5b
529
+ libs/google-code-prettify/lang-lisp.js 71ac79ad50ec3fed97fa82ea945f3551
530
+ libs/google-code-prettify/lang-css.js 96ce256446c4669341f32da15f4787e4
531
+ libs/google-code-prettify/lang-erlang.js 9e367311ee53e21158a8ae7522b35d18
532
+ libs/phpQuery.php 5358b8aef52bc139d630d39b9e7097fa
533
+ gantry.php 83c538d008bf59316391ae08e606eef9
534
+ tmpl/index-iphone.php a6c699ab31f1858848a412ebb7a5684c
535
+ tmpl/index.html d41d8cd98f00b204e9800998ecf8427e
536
+ MD5SUMS d41d8cd98f00b204e9800998ecf8427e
537
+ functions.php 83e0060a8b023e4891875e716d8268d6
538
+ html/comments.php 7a9d141db65e95bfbfbf9178b15b42e1
539
+ html/layouts/chrome_standard.php 785b6f2032cf267d68bc6887a712a42b
540
+ html/layouts/doc_body.php 99fa2491b76d6f2a3ddffc4fd12c623d
541
+ html/layouts/body_debugmainbody.php f70c9618ea6d8086e73b7db6a66c864c
542
+ html/layouts/body_iphonemainbody.php a7dd91894571251097544119f9f4c9a0
543
+ html/layouts/doc_tag.php 57989c003bdf57a640c08e5286c8740d
544
+ html/layouts/index.html d41d8cd98f00b204e9800998ecf8427e
545
+ html/layouts/orderedbody_mainbody.php 3e8631515920d9644698dbe20a3527f0
546
+ html/layouts/commentstempl_basic.php 548ad673920ac12b7292ce1a261a08ae
547
+ html/layouts/widget_basic.php 2e2826ad923cf73802834eec89c42c30
548
+ html/layouts/comment_basic.php 2a004f80ef40aca04705229acb0d22e0
549
+ html/layouts/chrome_basic.php 65885d28ccef565c90676dea7787a576
550
+ html/layouts/widget_sidebar.php f52cc71091b9fc8ad8936021fe7cc5ad
551
+ html/layouts/body_mainbody.php 15db8ac28554bf9ed6fc5afcd11611bb
552
+ html/layouts/widget_standard.php e91bd2395c1beaa991129bb7e9be66f6
553
+ html/index.html d41d8cd98f00b204e9800998ecf8427e
554
+ css/iphone-gantry.css 477c868f22b7c93ff841f6106644b3e9
555
+ css/grid-responsive.css 281eb38735c66cf717a28615d754ddf4
556
+ css/grid-16.css 1899450f711d056937c2dafada66d5c2
557
+ css/wordpress.css 5b4197d9b49d4bd3884ffc469d13bb4d
558
+ css/wordpress-ie7.css c1395842c54cd55d7120403164922dc5
559
+ css/index.html d41d8cd98f00b204e9800998ecf8427e
560
+ css/gantry-ie6.css 682b16452071c60246218d551590cfd0
561
+ css/gantry.css d982b240db17e3169aca44143d665c4f
562
+ css/grid-12.css 797aa48ddbb2299952d4b07e70b0ae69
563
+ css/gantrydivider.css 360b36fcb921a82ea83c38b7baabf67f
564
+ css/wordpress-ie6.css 87828a0f968b0f2b15984038a2b6e9e6
565
+ CREDITS.php 1192c8e13d58a9f6df2f681f210f5c1d
566
+ widgets/overridesmap.php bf675750ab09f6f4fa5053113532c404
567
+ widgets/totop.php d44a8913c7c0a471c21d7a828f86fc55
568
+ widgets/archives.xml 1afd18b493fda6d623614d2701bd0c50
569
+ widgets/archives.php 467944a8527cdd309e1b07a3e48431c7
570
+ widgets/pages.xml 864297ab944f6f6d1683bb0aed4f4ac4
571
+ widgets/recentposts.xml d60f230153a08bba049068ffba7ca15c
572
+ widgets/loginform.xml 26fa1e26d597161f1f33668207926411
573
+ widgets/overridesmap.xml d062edbe62fc8cd15c269d164da74dfc
574
+ widgets/viewswitcher.xml d9158524afde20931b4e3b54417840f7
575
+ widgets/loginform.php 8aa5e9b27c28682a7102413655066ba2
576
+ widgets/copyright.php 5da4bf1f8067937fbbbb254d9077cd50
577
+ widgets/resetsettings.php adae93737b215cf9836550fc44503e18
578
+ widgets/meta.xml f77c2a19fa5fe6b95576704774959eec
579
+ widgets/fontsizer.xml 77afbf9a3700b10ad9a83d262796cf7b
580
+ widgets/breadcrumbs.php 26d8767322e28dec9663a7c92b812e69
581
+ widgets/categories.xml 125aeda3d4d31f8d7cb4af4c914570c8
582
+ widgets/logo.php cb76749e0fd1950337e0b7764bb8c81a
583
+ widgets/totop.xml ce222afe1834fb12e6340143ede72bb2
584
+ widgets/date.php 5753ef220912518bb3df4e11766b0748
585
+ widgets/recentcomments.xml 9560a0123f311b0ea6fb281ca638af44
586
+ widgets/loginbutton.php 1768ac18e3150b8687aec89c482cf3a3
587
+ widgets/pages.php 778c3427151550b227cff03686601123
588
+ widgets/resetsettings.xml 300de5950affc376a9fb46d242478ee6
589
+ widgets/date.xml 47cc13a501097b9d3a002c0929c6b71d
590
+ widgets/logo.xml e522f0b433d5db38004272526143d3ee
591
+ widgets/index.html d41d8cd98f00b204e9800998ecf8427e
592
+ widgets/menu.xml d2504c9219892ff32caea0f2140e3d3d
593
+ widgets/viewswitcher.php 40d1f5f32016a20de857c788d1f676e5
594
+ widgets/meta.php a12082649ea62085aa7532e09ab93455
595
+ widgets/iphonemenu.xml 3efd5c36610ff90d601081683365bc22
596
+ widgets/recentposts.php b83d59af439339e7c2baaa7f049822fd
597
+ widgets/iphonemenu.php 90f95227f1c27d67b28e34b80251233f
598
+ widgets/recentcomments.php afcdd6a1c0e5ccd6008dd7fb00044eae
599
+ widgets/gantrymenu/admin/fields/index.html d41d8cd98f00b204e9800998ecf8427e
600
+ widgets/gantrymenu/admin/fields/themelist.php ff5f17891f0ec3b17b3827e560602781
601
+ widgets/gantrymenu/admin/index.html d41d8cd98f00b204e9800998ecf8427e
602
+ widgets/gantrymenu/admin/RokMenuWalkerNavMenuEdit.php 66abb5c94480b05af88dfbb100847df4
603
+ widgets/gantrymenu/libs/common/RokBrowserCheck.php 8e6f0549edca0b6118a961b8d31a79a8
604
+ widgets/gantrymenu/libs/common/includes.php d0306a10880cc9c64878f206d075f634
605
+ widgets/gantrymenu/libs/common/index.html d41d8cd98f00b204e9800998ecf8427e
606
+ widgets/gantrymenu/libs/includes.php 7f42289c1cfe6f58994bc4de5d5e9263
607
+ widgets/gantrymenu/libs/GantryMenu.php 20b0c272558cf20e774b0507a32c92b0
608
+ widgets/gantrymenu/libs/index.html d41d8cd98f00b204e9800998ecf8427e
609
+ widgets/gantrymenu/libs/librokmenu/RokMenuIterator.php c620a9e59ad7d2967723771ce30e9ebf
610
+ widgets/gantrymenu/libs/librokmenu/RokMenuLayout.php 3f387e0a7eab8cc009f553c28021165a
611
+ widgets/gantrymenu/libs/librokmenu/AbstractRokMenuProvider.php 5fdbcd546bd8d4f1130f00251e245204
612
+ widgets/gantrymenu/libs/librokmenu/AbstractRokMenuFormatter.php d5cfbbe6be08c1ba995e58e3d3926396
613
+ widgets/gantrymenu/libs/librokmenu/RokMenuNodeBase.php 54df2896679a3609c69fcb0f223ee6bd
614
+ widgets/gantrymenu/libs/librokmenu/RokMenuDefaultRenderer.php 1b9bfa0269e7875737c6d64f59149cea
615
+ widgets/gantrymenu/libs/librokmenu/RokMenuNode.php 6a6113c6462f758b9e0fe650d3a95af3
616
+ widgets/gantrymenu/libs/librokmenu/includes.php 2fc85864ff4647b64801c8b4322495dc
617
+ widgets/gantrymenu/libs/librokmenu/RokMenuNotOnActiveTreeFilter.php c4689e5ca36c4629255763da31dbf53c
618
+ widgets/gantrymenu/libs/librokmenu/RokMenuHeader.php 3b3c62848f1484e9554e655bcbfd8b5b
619
+ widgets/gantrymenu/libs/librokmenu/AbstractRokMenuTheme.php 838464c60fb900d111b56c89c1b8a2e4
620
+ widgets/gantrymenu/libs/librokmenu/RokMenuGreaterThenLevelFilter.php e7fa0968ce809ee1d6d66b363df715b3
621
+ widgets/gantrymenu/libs/librokmenu/RokMenu.php d27551d23755ccd3778c1e529a468738
622
+ widgets/gantrymenu/libs/librokmenu/RokMenuRenderer.php 86b42adcb7c8cff2e33a67b4dc280028
623
+ widgets/gantrymenu/libs/librokmenu/RokMenuIdFilter.php 08162b12781f7ac0e8780bd64da066bd
624
+ widgets/gantrymenu/libs/librokmenu/index.html 010c2899cae19aa8ee502f624c039485
625
+ widgets/gantrymenu/libs/librokmenu/RokMenuNodeTree.php fb9f69b5a5dd10a08467c528a5862c94
626
+ widgets/gantrymenu/libs/librokmenu/RokMenuTheme.php e4e963977c2a56d93bbbf212fb740d71
627
+ widgets/gantrymenu/libs/librokmenu/RokMenuProvider.php 2db082454433e323a646b84c15bb9f54
628
+ widgets/gantrymenu/libs/librokmenu/AbstractRokMenuLayout.php 0e0d5b2ccdfd6e95a0b7966af8d6974d
629
+ widgets/gantrymenu/libs/librokmenu/RokMenuFormatter.php 7646747181065e462630c628a09dbbae
630
+ widgets/gantrymenu/libs/providers/index.html d41d8cd98f00b204e9800998ecf8427e
631
+ widgets/gantrymenu/libs/providers/GantryMenuProviderWordpress.php d4e7d9c8e8ddbc944c1bd612e722b7c7
632
+ widgets/gantrymenu/libs/renderers/GantryMenuRendererWordpress.php 4fdbc63b119c913790340d9bcf5e514c
633
+ widgets/gantrymenu/libs/renderers/index.html d41d8cd98f00b204e9800998ecf8427e
634
+ widgets/gantrymenu/index.html d41d8cd98f00b204e9800998ecf8427e
635
+ widgets/gantrymenu/css/widget_admin.css eb5284aae6aa91846e669a6f46ebf2b1
636
+ widgets/gantrymenu/css/index.html d41d8cd98f00b204e9800998ecf8427e
637
+ widgets/gantrymenu/themes/default/js/responsive-selectbox.js 4c4ce5d2c4e8b7636285adeed9243306
638
+ widgets/gantrymenu/themes/default/js/responsive.js 2409f9e949b0244beffc8a9fc344fda6
639
+ widgets/gantrymenu/themes/default/js/sidemenu.js 85370d055b85cc8d8a1d64e498b37009
640
+ widgets/gantrymenu/themes/default/js/index.html 8a3edb0428f11a404535d9134c90063f
641
+ widgets/gantrymenu/themes/default/js/rokmediaqueries.js ea27eceb4345bfa9691f33ff1f86ed24
642
+ widgets/gantrymenu/js/mootools.js b8dc790de19c7b95e92315aae057a497
643
+ widgets/gantrymenu/js/index.html d41d8cd98f00b204e9800998ecf8427e
644
+ widgets/categories.php 39a425b5488529e872189e08feec94c2
645
+ widgets/fontsizer.php 19dd3560e54784c153e2d0d3e1994581
646
+ widgets/links.php 0d2bb1fdfc426fd6ca89c281b6a23eac
647
+ widgets/copyright.xml 7520cb5052b11948ccd4607d60cdea98
648
+ widgets/links.xml 983ec8c136c84f9dcdccf2494b5f6298
649
+ widgets/menu.php 3fbb9e719137e904b73fdde9f34cc6e9
650
+ widgets/breadcrumbs.xml 25a46c0a7b1c1c129c91d34cc44be439
651
+ widgets/divider.php 56fcd2b4bb795c235f4ae5b6ad424e64
652
+ widgets/loginbutton.xml 6747ca3b33dc84874e5cfb560753e554
653
+ readme.txt 1137325141955c67219bc455ea3b9183
654
+ plugin-updater/.gitkeep d41d8cd98f00b204e9800998ecf8427e
655
+ CHANGELOG.php 22a3b7590d705f7aa2778c433baa00bd
656
+ bugfixes.php d8b02eee01734d82e245a63ea05db714
657
+ js/gantry-smartload.js f632487614321b62f5c226073958a8f8
658
+ js/mootools.js 956d496170193c81e2ce6feb62e2b9a1
659
+ js/gantry-ie6menu.js 60ebb92f68a6b25bd5d19b781f6cca91
660
+ js/iscroll.js f836c8e510f6d079f3a6f7f3c7df5f8d
661
+ js/imenu.js db395dd5cc9147d042ea731be36af07e
662
+ js/sfhover.js db5bf2883c3ef3bb6d4102f56e3deab6
663
+ js/gantry-ie6warn.js 6eb8d01ce918ff7df8e1999e66893bad
664
+ js/gantry-date.js 177dcf20d23a0a472f755752c3848182
665
+ js/gantrydivider.js fd4c78fb8370af37286dc4dc40b0967e
666
+ js/fusion.js 27ec023f2c953bb69cc78cc1487c05df
667
+ js/gantry-inputs.js 51f7eefd94f273c8dab14299f1260312
668
+ js/index.html d41d8cd98f00b204e9800998ecf8427e
669
+ js/gantry-totop.js c4e19605e02b0ce5770545e3e05ec721
670
+ js/belated-png.js 00a0e6adf93f2cde824a24d30696afb0
671
+ js/gantry-search-highlight.js 747e7df140150c16d657b9ed88a935d8
672
+ js/gantry-buildspans.js e6a4e1385ee457aff2ca9b6629bd367b
673
+ js/browser-engines.js de5d2c047074141f55c5ee4bfc10f232
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -42,5 +42,3 @@ if ($action == 'add') {
42
  } else {
43
  return "error";
44
  }
45
-
46
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
42
  } else {
43
  return "error";
44
  }
 
 
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -56,6 +56,9 @@ class GantryFormFieldAlias extends GantryFormFieldSelectBox
56
 
57
  foreach ($positions as $position) {
58
  $positionInfo = $gantry->getPositionInfo($position);
 
 
 
59
  if ($hide_mobile && $positionInfo->mobile) {
60
  continue;
61
  }
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
56
 
57
  foreach ($positions as $position) {
58
  $positionInfo = $gantry->getPositionInfo($position);
59
+ if (!$positionInfo) {
60
+ continue;
61
+ }
62
  if ($hide_mobile && $positionInfo->mobile) {
63
  continue;
64
  }
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -56,5 +56,3 @@ class GantryFormFieldDateFormats extends GantryFormFieldSelectBox
56
  return $options;
57
  }
58
  }
59
-
60
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
56
  return $options;
57
  }
58
  }
 
 
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -51,5 +51,3 @@ class GantryFormFieldGradient extends GantryFormField
51
  return "";
52
  }
53
  }
54
-
55
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
51
  return "";
52
  }
53
  }
 
 
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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.11 November 21, 2016
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('ABSPATH') or die();
@@ -185,5 +185,3 @@ class GantryFormFieldImagePicker extends GantryFormField {
185
  }
186
 
187
  }
188
-
189
- ?>
1
  <?php
2
  /**
3
+ * @version 4.1.12 June 29, 2017
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('ABSPATH') or die();
185
  }
186
 
187
  }
 
 
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -310,5 +310,3 @@ class GantryFormFieldOverlays extends GantryFormField
310
  return $js;
311
  }
312
  }
313
-
314
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
310
  return $js;
311
  }
312
  }
 
 
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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
@@ -43,6 +43,9 @@ class GantryFormFieldPosition extends GantryFormFieldSelectBox
43
  $options = array();
44
  foreach ($positions as $position) {
45
  $positionInfo = $gantry->getPositionInfo($position);
 
 
 
46
  if ($hide_mobile && $positionInfo->mobile) {
47
  continue;
48
  }
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
43
  $options = array();
44
  foreach ($positions as $position) {
45
  $positionInfo = $gantry->getPositionInfo($position);
46
+ if (!$positionInfo) {
47
+ continue;
48
+ }
49
  if ($hide_mobile && $positionInfo->mobile) {
50
  continue;
51
  }
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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -406,5 +406,3 @@ class GantryFormFieldPositions extends GantryFormField
406
  return "GantryPositionsTools.showMax('" . $name . "', '" . $name2 . "');";
407
  }
408
  }
409
-
410
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
406
  return "GantryPositionsTools.showMax('" . $name . "', '" . $name2 . "');";
407
  }
408
  }
 
 
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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -30,7 +30,6 @@ class GantryFormFieldPositionsList extends GantryFormFieldSelectBox
30
  {
31
  /** @global $gantry Gantry */
32
  global $gantry;
33
- $options = array();
34
  $options = parent::getOptions();
35
 
36
  $hide_mobile = ('true' == (string)$this->element['hide_mobile']) ? true : false;
@@ -39,6 +38,9 @@ class GantryFormFieldPositionsList extends GantryFormFieldSelectBox
39
 
40
  foreach ($positions as $position) {
41
  $positionInfo = $gantry->getPositionInfo($position);
 
 
 
42
  if ($hide_mobile && $positionInfo->mobile) {
43
  continue;
44
  }
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
30
  {
31
  /** @global $gantry Gantry */
32
  global $gantry;
 
33
  $options = parent::getOptions();
34
 
35
  $hide_mobile = ('true' == (string)$this->element['hide_mobile']) ? true : false;
38
 
39
  foreach ($positions as $position) {
40
  $positionInfo = $gantry->getPositionInfo($position);
41
+ if (!$positionInfo) {
42
+ continue;
43
+ }
44
  if ($hide_mobile && $positionInfo->mobile) {
45
  continue;
46
  }
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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -162,5 +162,3 @@ class GantryFormFieldPreset extends GantryFormField
162
  return $html;
163
  }
164
  }
165
-
166
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
162
  return $html;
163
  }
164
  }
 
 
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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -162,5 +162,3 @@ class GantryFormFieldSelectBox extends GantryFormField
162
  $this->options = $options;
163
  }
164
  }
165
-
166
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
162
  $this->options = $options;
163
  }
164
  }
 
 
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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -82,5 +82,3 @@ class GantryFormFieldSlider extends GantryFormField
82
  return "GantrySliders.add('" . $this->id . "', " . $children . ", " . $steps . ", " . $current . ");";
83
  }
84
  }
85
-
86
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
82
  return "GantrySliders.add('" . $this->id . "', " . $children . ", " . $steps . ", " . $current . ");";
83
  }
84
  }
 
 
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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
@@ -49,7 +49,6 @@ class GantryFormFieldSpacer extends GantryFormField
49
  } else {
50
  return parent::getLabel();
51
  }
52
- echo '<div class="clr"></div>';
53
  }
54
 
55
  }
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die;
49
  } else {
50
  return parent::getLabel();
51
  }
 
52
  }
53
 
54
  }
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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.11") $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 - 2017 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.12") $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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -22,11 +22,11 @@ class GantryFormGroupPosition extends GantryFormGroup
22
  global $gantry;
23
  $clean_name = (string)$this->element['name'];
24
  $position_info = $gantry->getPositionInfo($clean_name);
 
 
 
25
 
26
-
27
- $buffer = '';
28
-
29
- $buffer .= "<div class='wrapper'>\n";
30
  foreach ($this->fields as $field) {
31
 
32
  if (!empty($position_info) && array_key_exists('position_info',get_object_vars($field)))
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
22
  global $gantry;
23
  $clean_name = (string)$this->element['name'];
24
  $position_info = $gantry->getPositionInfo($clean_name);
25
+ if (!$position_info) {
26
+ return '';
27
+ }
28
 
29
+ $buffer = "<div class='wrapper'>\n";
 
 
 
30
  foreach ($this->fields as $field) {
31
 
32
  if (!empty($position_info) && array_key_exists('position_info',get_object_vars($field)))
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
admin/screen-meta-links.php CHANGED
@@ -1,220 +1,220 @@
1
- <?php
2
- /**
3
- * @author Janis Elsts
4
- * @copyright 2010
5
- */
6
-
7
-
8
- if (!class_exists('wsScreenMetaLinks10')):
9
-
10
- //Load JSON functions for PHP < 5.2
11
- if (get_bloginfo('version') < '3.2' && !class_exists('Services_JSON')) {
12
- require ABSPATH . WPINC . '/class-json.php';
13
- }
14
-
15
- class wsScreenMetaLinks10
16
- {
17
- var $registered_links; //List of meta links registered for each page.
18
-
19
- /**
20
- * Class constructor.
21
- *
22
- * @return void
23
- */
24
- function wsScreenMetaLinks10()
25
- {
26
- $this->registered_links = array();
27
-
28
- add_action('admin_notices', array(&$this, 'append_meta_links'));
29
- }
30
-
31
- /**
32
- * Add a new link to the screen meta area.
33
- *
34
- * Do not call this method directly. Instead, use the global add_screen_meta_link() function.
35
- *
36
- * @param string $id Link ID. Should be unique and a valid value for a HTML ID attribute.
37
- * @param string $text Link text.
38
- * @param string $href Link URL.
39
- * @param string|array $page The page(s) where you want to add the link.
40
- * @param array $attributes Optional. Additional attributes for the link tag.
41
- *
42
- * @return void
43
- */
44
- function add_screen_meta_link($id, $text, $href, $page, $attributes = null)
45
- {
46
- if (!is_array($page)) {
47
- $page = array($page);
48
- }
49
- if (is_null($attributes)) {
50
- $attributes = array();
51
- }
52
-
53
- //Basically a list of props for a jQuery() call
54
- $link = compact('id', 'text', 'href');
55
- $link = array_merge($link, $attributes);
56
-
57
- //Add the CSS classes that will make the look like a proper meta link
58
- if (empty($link['class'])) {
59
- $link['class'] = '';
60
- }
61
- $link['class'] = 'show-settings custom-screen-meta-link ' . $link['class'];
62
-
63
- //Save the link in each relevant page's list
64
- foreach ($page as $page_id) {
65
- if (!isset($this->registered_links[$page_id])) {
66
- $this->registered_links[$page_id] = array();
67
- }
68
- $this->registered_links[$page_id][] = $link;
69
- }
70
- }
71
-
72
- /**
73
- * Output the JS that appends the custom meta links to the page.
74
- * Callback for the 'admin_notices' action.
75
- *
76
- * @access private
77
- * @return void
78
- */
79
- function append_meta_links()
80
- {
81
- global $hook_suffix;
82
-
83
- //Find links registered for this page
84
- $links = $this->get_links_for_page($hook_suffix);
85
-
86
- if (empty($links)) {
87
- return;
88
- }
89
-
90
- global $wp_db_version;
91
-
92
- if ($wp_db_version < 18715) { // If this is less than Wordpress 3.3 Beta 1
93
- $screenmeta = '#screen-meta-links';
94
- }
95
- if ($wp_db_version >= 18715) { // If this is equal to or greater than Wordpress 3.3 Beta 1
96
- echo '<div id="screen-meta-links-wpsc"></div>';
97
- $screenmeta = '#screen-meta-links-wpsc';
98
- }
99
-
100
- ?>
101
-
102
- <script type="text/javascript">
103
- (function ($, links) {
104
- var container = $("<?PHP echo $screenmeta;?>");
105
- for (var i = 0; i < links.length; i++) {
106
- container.append(
107
- $('<div/>')
108
- .attr({
109
- 'id': links[i].id + '-wrap',
110
- 'class': 'hide-if-no-js screen-meta-toggle custom-screen-meta-link-wrap'
111
- })
112
- .append($('<a/>', links[i]))
113
- );
114
- }
115
- })(jQuery, <?php echo $this->json_encode($links); ?>);
116
- </script>
117
- <?php
118
- }
119
-
120
- /**
121
- * Get a list of custom screen meta links registered for a specific page.
122
- *
123
- * @param string $page
124
- *
125
- * @return array
126
- */
127
- function get_links_for_page($page)
128
- {
129
- $links = array();
130
-
131
- if (isset($this->registered_links[$page])) {
132
- $links = array_merge($links, $this->registered_links[$page]);
133
- }
134
- $page_as_screen = $this->page_to_screen_id($page);
135
- if (($page_as_screen != $page) && isset($this->registered_links[$page_as_screen])) {
136
- $links = array_merge($links, $this->registered_links[$page_as_screen]);
137
- }
138
-
139
- return $links;
140
- }
141
-
142
- /**
143
- * Convert a page hook name to a screen ID.
144
- *
145
- * @uses convert_to_screen()
146
- * @access private
147
- *
148
- * @param string $page
149
- *
150
- * @return string
151
- */
152
- function page_to_screen_id($page)
153
- {
154
- if (function_exists('convert_to_screen')) {
155
- $screen = convert_to_screen($page);
156
- if (isset($screen->id)) {
157
- return $screen->id;
158
- } else {
159
- return '';
160
- }
161
- } else {
162
- return str_replace(array('.php', '-new', '-add'), '', $page);
163
- }
164
- }
165
-
166
- /**
167
- * Back-wards compatible json_encode(). Used to encode link data before
168
- * passing it to the JavaScript that actually creates the links.
169
- *
170
- * @param mixed $data
171
- *
172
- * @return string
173
- */
174
- function json_encode($data)
175
- {
176
- if (function_exists('json_encode')) {
177
- return json_encode($data);
178
- } else {
179
- $json = new Services_JSON();
180
- return ($json->encodeUnsafe($data));
181
- }
182
- }
183
-
184
- }
185
-
186
- global $ws_screen_meta_links_versions;
187
- if (!isset($ws_screen_meta_links_versions)) {
188
- $ws_screen_meta_links_versions = array();
189
- }
190
- $ws_screen_meta_links_versions['1.0'] = 'wsScreenMetaLinks10';
191
-
192
- endif;
193
-
194
- /**
195
- * Add a new link to the screen meta area.
196
- *
197
- * @param string $id Link ID. Should be unique and a valid value for a HTML ID attribute.
198
- * @param string $text Link text.
199
- * @param string $href Link URL.
200
- * @param string|array $page The page(s) where you want to add the link.
201
- * @param array $attributes Optional. Additional attributes for the link tag.
202
- *
203
- * @return void
204
- */
205
- function add_screen_meta_link($id, $text, $href, $page, $attributes = null)
206
- {
207
- global $ws_screen_meta_links_versions;
208
-
209
- static $instance = null;
210
- if (is_null($instance)) {
211
- //Instantiate the latest version of the wsScreenMetaLinks class
212
- uksort($ws_screen_meta_links_versions, 'version_compare');
213
- $className = end($ws_screen_meta_links_versions);
214
- $instance = new $className;
215
- }
216
-
217
- return $instance->add_screen_meta_link($id, $text, $href, $page, $attributes);
218
- }
219
-
220
  ?>
1
+ <?php
2
+ /**
3
+ * @author Janis Elsts
4
+ * @copyright 2010
5
+ */
6
+
7
+
8
+ if (!class_exists('wsScreenMetaLinks10')):
9
+
10
+ //Load JSON functions for PHP < 5.2
11
+ if (get_bloginfo('version') < '3.2' && !class_exists('Services_JSON')) {
12
+ require ABSPATH . WPINC . '/class-json.php';
13
+ }
14
+
15
+ class wsScreenMetaLinks10
16
+ {
17
+ var $registered_links; //List of meta links registered for each page.
18
+
19
+ /**
20
+ * Class constructor.
21
+ *
22
+ * @return void
23
+ */
24
+ function __construct()
25
+ {
26
+ $this->registered_links = array();
27
+
28
+ add_action('admin_notices', array(&$this, 'append_meta_links'));
29
+ }
30
+
31
+ /**
32
+ * Add a new link to the screen meta area.
33
+ *
34
+ * Do not call this method directly. Instead, use the global add_screen_meta_link() function.
35
+ *
36
+ * @param string $id Link ID. Should be unique and a valid value for a HTML ID attribute.
37
+ * @param string $text Link text.
38
+ * @param string $href Link URL.
39
+ * @param string|array $page The page(s) where you want to add the link.
40
+ * @param array $attributes Optional. Additional attributes for the link tag.
41
+ *
42
+ * @return void
43
+ */
44
+ function add_screen_meta_link($id, $text, $href, $page, $attributes = null)
45
+ {
46
+ if (!is_array($page)) {
47
+ $page = array($page);
48
+ }
49
+ if (is_null($attributes)) {
50
+ $attributes = array();
51
+ }
52
+
53
+ //Basically a list of props for a jQuery() call
54
+ $link = compact('id', 'text', 'href');
55
+ $link = array_merge($link, $attributes);
56
+
57
+ //Add the CSS classes that will make the look like a proper meta link
58
+ if (empty($link['class'])) {
59
+ $link['class'] = '';
60
+ }
61
+ $link['class'] = 'show-settings custom-screen-meta-link ' . $link['class'];
62
+
63
+ //Save the link in each relevant page's list
64
+ foreach ($page as $page_id) {
65
+ if (!isset($this->registered_links[$page_id])) {
66
+ $this->registered_links[$page_id] = array();
67
+ }
68
+ $this->registered_links[$page_id][] = $link;
69
+ }
70
+ }
71
+
72
+ /**
73
+ * Output the JS that appends the custom meta links to the page.
74
+ * Callback for the 'admin_notices' action.
75
+ *
76
+ * @access private
77
+ * @return void
78
+ */
79
+ function append_meta_links()
80
+ {
81
+ global $hook_suffix;
82
+
83
+ //Find links registered for this page
84
+ $links = $this->get_links_for_page($hook_suffix);
85
+
86
+ if (empty($links)) {
87
+ return;
88
+ }
89
+
90
+ global $wp_db_version;
91
+
92
+ if ($wp_db_version < 18715) { // If this is less than Wordpress 3.3 Beta 1
93
+ $screenmeta = '#screen-meta-links';
94
+ }
95
+ if ($wp_db_version >= 18715) { // If this is equal to or greater than Wordpress 3.3 Beta 1
96
+ echo '<div id="screen-meta-links-wpsc"></div>';
97
+ $screenmeta = '#screen-meta-links-wpsc';
98
+ }
99
+
100
+ ?>
101
+
102
+ <script type="text/javascript">
103
+ (function ($, links) {
104
+ var container = $("<?PHP echo $screenmeta;?>");
105
+ for (var i = 0; i < links.length; i++) {
106
+ container.append(
107
+ $('<div/>')
108
+ .attr({
109
+ 'id': links[i].id + '-wrap',
110
+ 'class': 'hide-if-no-js screen-meta-toggle custom-screen-meta-link-wrap'
111
+ })
112
+ .append($('<a/>', links[i]))
113
+ );
114
+ }
115
+ })(jQuery, <?php echo $this->json_encode($links); ?>);
116
+ </script>
117
+ <?php
118
+ }
119
+
120
+ /**
121
+ * Get a list of custom screen meta links registered for a specific page.
122
+ *
123
+ * @param string $page
124
+ *
125
+ * @return array
126
+ */
127
+ function get_links_for_page($page)
128
+ {
129
+ $links = array();
130
+
131
+ if (isset($this->registered_links[$page])) {
132
+ $links = array_merge($links, $this->registered_links[$page]);
133
+ }
134
+ $page_as_screen = $this->page_to_screen_id($page);
135
+ if (($page_as_screen != $page) && isset($this->registered_links[$page_as_screen])) {
136
+ $links = array_merge($links, $this->registered_links[$page_as_screen]);
137
+ }
138
+
139
+ return $links;
140
+ }
141
+
142
+ /**
143
+ * Convert a page hook name to a screen ID.
144
+ *
145
+ * @uses convert_to_screen()
146
+ * @access private
147
+ *
148
+ * @param string $page
149
+ *
150
+ * @return string
151
+ */
152
+ function page_to_screen_id($page)
153
+ {
154
+ if (function_exists('convert_to_screen')) {
155
+ $screen = convert_to_screen($page);
156
+ if (isset($screen->id)) {
157
+ return $screen->id;
158
+ } else {
159
+ return '';
160
+ }
161
+ } else {
162
+ return str_replace(array('.php', '-new', '-add'), '', $page);
163
+ }
164
+ }
165
+
166
+ /**
167
+ * Back-wards compatible json_encode(). Used to encode link data before
168
+ * passing it to the JavaScript that actually creates the links.
169
+ *
170
+ * @param mixed $data
171
+ *
172
+ * @return string
173
+ */
174
+ function json_encode($data)
175
+ {
176
+ if (function_exists('json_encode')) {
177
+ return json_encode($data);
178
+ } else {
179
+ $json = new Services_JSON();
180
+ return ($json->encodeUnsafe($data));
181
+ }
182
+ }
183
+
184
+ }
185
+
186
+ global $ws_screen_meta_links_versions;
187
+ if (!isset($ws_screen_meta_links_versions)) {
188
+ $ws_screen_meta_links_versions = array();
189
+ }
190
+ $ws_screen_meta_links_versions['1.0'] = 'wsScreenMetaLinks10';
191
+
192
+ endif;
193
+
194
+ /**
195
+ * Add a new link to the screen meta area.
196
+ *
197
+ * @param string $id Link ID. Should be unique and a valid value for a HTML ID attribute.
198
+ * @param string $text Link text.
199
+ * @param string $href Link URL.
200
+ * @param string|array $page The page(s) where you want to add the link.
201
+ * @param array $attributes Optional. Additional attributes for the link tag.
202
+ *
203
+ * @return void
204
+ */
205
+ function add_screen_meta_link($id, $text, $href, $page, $attributes = null)
206
+ {
207
+ global $ws_screen_meta_links_versions;
208
+
209
+ static $instance = null;
210
+ if (is_null($instance)) {
211
+ //Instantiate the latest version of the wsScreenMetaLinks class
212
+ uksort($ws_screen_meta_links_versions, 'version_compare');
213
+ $className = end($ws_screen_meta_links_versions);
214
+ $instance = new $className;
215
+ }
216
+
217
+ return $instance->add_screen_meta_link($id, $text, $href, $page, $attributes);
218
+ }
219
+
220
  ?>
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 - 2016 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 - 2017 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,229 +1,229 @@
1
- /**
2
- * @version 4.1.11 November 21, 2016
3
- * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
5
- * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
- */
7
-
8
-
9
- .moor-layout {
10
- position:absolute;
11
- z-index:500;
12
- width:285px;
13
- height:155px;
14
- -webkit-border-radius:4px;
15
- -moz-border-radius:4px;
16
- border-radius:4px;
17
- background-color:rgba(77,77,77,0.18);
18
- background-image:-moz-linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
19
- background-image:-ms-linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
20
- background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(95,95,95,0.9)),to(rgba(51,51,51,0.9)));
21
- background-image:-webkit-linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
22
- background-image:-o-linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
23
- background-image:linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
24
- background-repeat:repeat-x;
25
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(95,95,95,0.9)', endColorstr='rgba(51,51,51,0.9)', GradientType=0);
26
- -webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
27
- -moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
28
- box-shadow:0 0 20px rgba(0,0,0,0.5);
29
- top:100px;
30
- left:200px;
31
- font-size: 0.82em;
32
- visibility:hidden;
33
- }
34
- .moor-layout .rt-arrow {
35
- top:50%;
36
- left:0;
37
- margin-top:-6px;
38
- border-top:6px solid transparent;
39
- border-bottom:6px solid transparent;
40
- border-right:6px solid rgba(95,95,95,0.9);
41
- position:absolute;
42
- left:-6px;
43
- top:15px;
44
- }
45
- .moor-layout .moor-overlay, .moor-layout .moor-slider, .moor-layout .moor-inputs, .moor-layout .moor-colorsbox {
46
- position:absolute;
47
- top:10px;
48
- }
49
- .moor-layout .moor-overlay {
50
- width:132px;
51
- height:132px;
52
- left:10px;
53
- border:1px solid #444444;
54
- overflow:hidden;
55
- }
56
- .moor-layout .moor-overlay .moor-overlay-white, .moor-layout .moor-overlay .moor-overlay-black {
57
- position:absolute;
58
- top:0;
59
- left:0;
60
- width:132px;
61
- height:132px;
62
- -webkit-background-size:100% 100%;
63
- -moz-background-size:100% 100%;
64
- -o-background-size:100% 100%;
65
- background-size:100% 100%;
66
- }
67
- .moor-layout .moor-overlay .moor-overlay-white { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKSSURBVHja7NQ7DoAgEEDB1fufef20GgWC0DiTEAUTC5S3bIeIOEcUrqW1633N/Gmt5tnMkR3Pc/Ba73zEO3PCPnzxbWaO1v+85SzVntHbdQ3gtwQABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEAAbAFIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgC82QUYAJKU6/4c8sBCAAAAAElFTkSuQmCC); }
68
- .moor-layout .moor-overlay .moor-overlay-black { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKxSURBVHja7NoxCoRAFAXBcfD+ZzYxEkxEDXqqYC9g0Dy/OwawrO38AQuaHgGsa7cAwAIALADAAgAsAMACACwAQAAArwCABQBYAIAFAAgA4BUAsAAAAQC8AgAWACAAgAAAbgCABQAIACAAgBsAYAEAAgAIACAAwDOOgGABAAIACAAgAIAAAAIA5PgMCBYAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAcBeA6TGABQAIACAAgAAAAgAIACAAQCYA/gcAFgAgAIAAAAIACAAgAEAuAD4DggUACAAgAIAAAPEAOAKCBQAIACAAgAAA8QA4AoIFAAgAIACAAADxADgCggUACAAgAIAAAPEAOAKCBQAIACAAgBsAYAEAAgAIAOAGAFgAgAAAAgC4AQAWACAAgAAAbgCABQAIACAAgBsAYAEAAgAIACAAwAcBcAQECwAQAEAAADcAwAIABAAQAMANALAAAAEABABwAwAsAEAAAAEA3AAACwAQAEAAAAEAfg6AIyBYAIAAAAIACAAQD4AjIFgAgAAAAgAIABAPgCMgWACAAAACAAgAEA+AIyBYAIAAAAIACAAgAIAAALkA+AwIFgAgAIAAAAIACAAgAIAAAJ0A+B8AWACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIADA1fQIwAIABAAQAEAAAAEABACo8RkQLABAAAABAAQAiHMEBAsAEABAAAA3AMACAAQAEADADQCwAAABALwCABYAIACAVwDAAgAsAMACAAQA8AoAWACABQBYAIAFAFgAgAUAvOkQYABehQTISkChWgAAAABJRU5ErkJggg==); }
69
- .moor-layout .moor-overlay .moor-overlay-cursor {
70
- width:12px;
71
- height:12px;
72
- position:absolute;
73
- left:-6px;
74
- top:-6px;
75
- background-image:url(data:image/gif;base64,R0lGODlhDAAMAJECAOzp2AAAAP///wAAACH5BAEAAAIALAAAAAAMAAwAAAIhlINpG+AfGFgLxEapxdns2QlfKCJgN4aWwGnR8UBZohgFADs=);
76
- }
77
- .moor-layout .moor-slider {
78
- left:152px;
79
- border:1px solid #444444;
80
- }
81
- .moor-layout .moor-slider .moor-slider-colors {
82
- background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAEACAIAAADeB9oaAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHgSURBVHja7Nshs7JAFAZgmGFIJBKJRCKRSCaTyWQyme6vuslkMplMJpOJRCKRSCTCHe/4+RuecOcbZ7c/7eycs+/uxq8IV/yKUpYZy5xlwbJkWbGsWTYsW5YrlmuWG5ZbljuWe5YHk0mk+zPIz5LvGvpmeWR5YnlmeWF5ZXljeWf5YNmx7FkOLEeWE8uZ5cLyF+UzwvktXljOLCeWI8uBZc+yU5n86DQeZJBBBhnk38i45e7QsKxZVixLlgXLnGXGMmUZuUxZZixzlgXLkmXFsmbZsGxZrliuWW5YblnuWO5ZHlh+6RyvUU2Q/6WMo2+uoSPLE8szywvLK8sbyzvLB8uOZc9yYDmynFjOLBeWT5avJ8uF5cxyYjmyHFj2LDuWD5Z3ljeWV5YXlmeWJ5ZHlnh3lUTRT5CfI9+V8MXywHLPcsdyy3LDcs1yxbJl2bCsWVYsS5YFy5xlxjJlqeeylGXGMmdZsCxZVixrlg1LDdCiRI/2QQYZZJBB/pGMO+4OPcuB5chyYjmzXFg+WWqA9pYLy5nlxHJkObDsWXYsHyzvLG8srywvLM8sTyyPLDFAixKNaoL8MBlrgPaWe5Y7lluWG5ZrliuWLcuGZc2yYlmyLFjmLDOW/D6Bf3H+E2AARvYrqdGIYbsAAAAASUVORK5CYII=);
83
- -webkit-background-size:100% 100%;
84
- -moz-background-size:100% 100%;
85
- -o-background-size:100% 100%;
86
- background-size:100% 100%;
87
- width:12px;
88
- height:132px;
89
- }
90
- .moor-layout .moor-slider .moor-slider-cursor {
91
- width:26px;
92
- height:8px;
93
- position:absolute;
94
- top:-4px;
95
- left:-7px;
96
- background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAIBAMAAAAVevJtAAAAA3NCSVQICAjb4U/gAAAAIVBMVEVAQEBiYmKZmZl9fX1LS0uTk5NycnKOjo5QUFBsbGyDg4ONAQ7mAAAAC3RSTlMA/////////////312fdUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzOY1kYDAAAAO0lEQVQImWNgQAFsDnAmhwADUyCMw2I0gYFJaQWUM0kJxFNvgGhRAvFUJ0BVdoF4KXBTxCcwcCCZ3wAAmVoIuWQEk20AAAAASUVORK5CYII=);
97
- }
98
- .moor-layout .moor-colorsbox {
99
- left:174px;
100
- border:1px solid #444444;
101
- -webkit-border-radius:3px;
102
- -moz-border-radius:3px;
103
- border-radius:3px;
104
- height: 23px;
105
- }
106
- .moor-layout .moor-colorsbox div {
107
- width:32px;
108
- height:23px;
109
- display:inline-block;
110
- }
111
- .moor-layout .moor-colorsbox div:first-child {
112
- -webkit-border-radius:2px 0 0 2px;
113
- -moz-border-radius:2px 0 0 2px;
114
- border-radius:2px 0 0 2px;
115
- }
116
- .moor-layout .moor-colorsbox div:last-child {
117
- -webkit-border-radius:0 2px 2px 0;
118
- -moz-border-radius:0 2px 2px 0;
119
- border-radius:0 2px 2px 0;
120
- }
121
- .moor-layout .moor-colorsbox div.moor-colorsbox-selected { cursor:pointer; }
122
- .moor-layout .moor-inputs {
123
- left:174px;
124
- top:44px;
125
- }
126
- .moor-layout .moor-inputs .moor-inputs-block {
127
- margin:2px 0;
128
- display:none;
129
- }
130
- .moor-layout .moor-inputs .moor-inputs-block.moor-inputs-block-active { display:block; }
131
- .moor-layout .moor-inputs .moor-inputs-block span, .moor-layout .moor-inputs .moor-inputs-block input {
132
- display:inline-block;
133
- color:#fefefe;
134
- text-shadow:0 1px 0 #000000;
135
- }
136
- .moor-layout .moor-inputs .moor-inputs-block span { min-width:10px; }
137
- .moor-layout .moor-inputs .moor-inputs-block input {
138
- width:30px;
139
- padding:2px;
140
- background:#777777;
141
- border:1px solid #444444;
142
- margin:0 4px;
143
- -webkit-border-radius:2px;
144
- -moz-border-radius:2px;
145
- border-radius:2px;
146
- font-size: 0.9em;
147
- line-height: 1em;
148
- }
149
- .moor-layout .moor-inputs .moor-inputs-block.moor-inputs-hex { display:block; }
150
- .moor-layout .moor-inputs .moor-inputs-block.moor-inputs-hex input {
151
- width:60px;
152
- display:block;
153
- margin:0;
154
- }
155
- .moor-layout .moor-buttons {
156
- position:absolute;
157
- bottom:6px;
158
- right:0;
159
- }
160
- .moor-layout .moor-buttons .moor-button {
161
- background:#444444;
162
- color:#bbbbbb;
163
- padding:4px 6px;
164
- margin-top:4px;
165
- min-width:25px;
166
- cursor:pointer;
167
- -webkit-border-radius:4px 0 0 4px;
168
- -moz-border-radius:4px 0 0 4px;
169
- border-radius:4px 0 0 4px;
170
- -webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
171
- -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
172
- box-shadow:0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
173
- }
174
- .moor-layout .moor-buttons .moor-button:hover, .moor-layout .moor-buttons .moor-button.moor-button-active {
175
- -webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
176
- -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
177
- box-shadow:0 0 8px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
178
- background:#393939;
179
- color:#ffffff;
180
- }
181
- .moor-layout .moor-buttons .moor-button.moor-button-close {
182
- font-size:20px;
183
- text-align:center;
184
- color:#ffffff;
185
- }
186
- .moor-layout .moor-buttons .moor-button.moor-button-transparent {
187
- height:18px;
188
- background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAA3NCSVQICAjb4U/gAAAAJ1BMVEUzMzP32dnMAADbSUn////RFxfgYmLQFBTeWFj539/OCwv54+PeUlJloNt1AAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABV0RVh0Q3JlYXRpb24gVGltZQA3LzIzLzEwrabRCwAAAElJREFUCJljYIAAFhcXR9MFIEqsKABIObaqGwApiaIwAQYWz1T1RgcGls1FESIODIzp6okuDgwcQcVTgBS7arYLkGKqEAFREAAAc9wPIewa6b4AAAAASUVORK5CYII=);
189
- background-repeat:no-repeat;
190
- background-position:50% 50%;
191
- }
192
- .moor-layout .moor-buttons .moor-button.moor-button-rgb { margin-top:30px; }
193
- .moor-layout .moor-buttons .moor-button.moor-button-active { color:#ff9c48; }
194
- input.picker-input {
195
- float:left;
196
- margin-top:0px;
197
- margin-right:5px;
198
- }
199
- div.picker {
200
- width:30px;
201
- height:31px;
202
- float:left;
203
- }
204
- div.picker .overlay {
205
- width:30px;
206
- height:31px;
207
- background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANy8xNC8xMpnf8k4AAAFkSURBVEiJ7ddPagIxFMfxb7ROopuMLmRw5w16A3uEXqYUeqoeoT2BO7fuHN1MoqBOZsDXhRVK6R8pE6HgbxVCyIeXQHhRzjkpy5KiKKiqiphJkoTBYIAxBpXnuaxWK3q9HtZaOp0OSqnG0bquKYqC/X5PlmWo2Wwm7Xab4XDogfs0TV8bVwHv/UREnpfLZQrQCiFgrSUmCpCm6atS6r7f7xNCoAXHs4+JfsSNMQBHOMad/pbWxcUrfIWv8BX+t/BNE5uc+9Y7525P44tV/I6+XBT+gNqLwV+h0eHv0KjwT2g0+DP6+PAUH/6t0lNuAEQkCvpVpaeo6XQqWZZhjLn7a6eplDq70hACeZ7T0lqzXq8RkWfv/eQv8Lno+1q01ijvvcznc7rdLtba42TD7e7hcKCua7bbLZvNhvF4jNrtdlJVFYvFghBCo+DnaK0ZjUYkSYJyzonW+viDi9zYiwhlWRJC4A3cB6lbL5JlLQAAAABJRU5ErkJggg==);
208
- }
209
- div.picker .overlay div { background:none; }
210
- div.picker .overlay-transparent {
211
- background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXBAMAAAASBMmTAAAAA3NCSVQICAjb4U/gAAAAHlBMVEXMAAD////0x8fTISHPERHVLy/1z8/UKSnRGBj31dUqmcWAAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABV0RVh0Q3JlYXRpb24gVGltZQA3LzIzLzEwrabRCwAAAINJREFUGJVF0DEOgzAMBdAv0Yg1zsAeIZQV9SRRB6RuRW12lBNEDJygB64L/ODtDfb/MoTTFaAi4YIrKBUB5kW4BZslerSe6CKyEB80nnARDyF63GZCT01ChP/GCW2VhUiaQWirVYgBZibciE2IN4wntNVdiO+RcSDu4Sf2VhXP+hL7Az+QG3AZBSUrAAAAAElFTkSuQmCC);
212
- background-position:50% 50%;
213
- background-repeat:no-repeat;
214
- }
215
- div.picker .overlay-transparent div {
216
- background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANy8xNC8xMpnf8k4AAAFkSURBVEiJ7ddPagIxFMfxb7ROopuMLmRw5w16A3uEXqYUeqoeoT2BO7fuHN1MoqBOZsDXhRVK6R8pE6HgbxVCyIeXQHhRzjkpy5KiKKiqiphJkoTBYIAxBpXnuaxWK3q9HtZaOp0OSqnG0bquKYqC/X5PlmWo2Wwm7Xab4XDogfs0TV8bVwHv/UREnpfLZQrQCiFgrSUmCpCm6atS6r7f7xNCoAXHs4+JfsSNMQBHOMad/pbWxcUrfIWv8BX+t/BNE5uc+9Y7525P44tV/I6+XBT+gNqLwV+h0eHv0KjwT2g0+DP6+PAUH/6t0lNuAEQkCvpVpaeo6XQqWZZhjLn7a6eplDq70hACeZ7T0lqzXq8RkWfv/eQv8Lno+1q01ijvvcznc7rdLtba42TD7e7hcKCua7bbLZvNhvF4jNrtdlJVFYvFghBCo+DnaK0ZjUYkSYJyzonW+viDi9zYiwhlWRJC4A3cB6lbL5JlLQAAAABJRU5ErkJggg==);
217
- background-repeat:no-repeat;
218
- width:30px;
219
- height:31px;
220
- }
221
-
222
- /** WordPress < 3.8 Compatibility **/
223
-
224
- .gantry-pre-mp6 .moor-layout {
225
- height: 153px;
226
- }
227
- .gantry-pre-mp6 .moor-inputs .moor-inputs-block input {
228
- font-size: 1em;
229
  }
1
+ /**
2
+ * @version 4.1.12 June 29, 2017
3
+ * @author RocketTheme http://www.rockettheme.com
4
+ * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC
5
+ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
+ */
7
+
8
+
9
+ .moor-layout {
10
+ position:absolute;
11
+ z-index:500;
12
+ width:285px;
13
+ height:155px;
14
+ -webkit-border-radius:4px;
15
+ -moz-border-radius:4px;
16
+ border-radius:4px;
17
+ background-color:rgba(77,77,77,0.18);
18
+ background-image:-moz-linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
19
+ background-image:-ms-linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
20
+ background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(95,95,95,0.9)),to(rgba(51,51,51,0.9)));
21
+ background-image:-webkit-linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
22
+ background-image:-o-linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
23
+ background-image:linear-gradient(top,rgba(95,95,95,0.9),rgba(51,51,51,0.9));
24
+ background-repeat:repeat-x;
25
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(95,95,95,0.9)', endColorstr='rgba(51,51,51,0.9)', GradientType=0);
26
+ -webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
27
+ -moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
28
+ box-shadow:0 0 20px rgba(0,0,0,0.5);
29
+ top:100px;
30
+ left:200px;
31
+ font-size: 0.82em;
32
+ visibility:hidden;
33
+ }
34
+ .moor-layout .rt-arrow {
35
+ top:50%;
36
+ left:0;
37
+ margin-top:-6px;
38
+ border-top:6px solid transparent;
39
+ border-bottom:6px solid transparent;
40
+ border-right:6px solid rgba(95,95,95,0.9);
41
+ position:absolute;
42
+ left:-6px;
43
+ top:15px;
44
+ }
45
+ .moor-layout .moor-overlay, .moor-layout .moor-slider, .moor-layout .moor-inputs, .moor-layout .moor-colorsbox {
46
+ position:absolute;
47
+ top:10px;
48
+ }
49
+ .moor-layout .moor-overlay {
50
+ width:132px;
51
+ height:132px;
52
+ left:10px;
53
+ border:1px solid #444444;
54
+ overflow:hidden;
55
+ }
56
+ .moor-layout .moor-overlay .moor-overlay-white, .moor-layout .moor-overlay .moor-overlay-black {
57
+ position:absolute;
58
+ top:0;
59
+ left:0;
60
+ width:132px;
61
+ height:132px;
62
+ -webkit-background-size:100% 100%;
63
+ -moz-background-size:100% 100%;
64
+ -o-background-size:100% 100%;
65
+ background-size:100% 100%;
66
+ }
67
+ .moor-layout .moor-overlay .moor-overlay-white { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKSSURBVHja7NQ7DoAgEEDB1fufef20GgWC0DiTEAUTC5S3bIeIOEcUrqW1633N/Gmt5tnMkR3Pc/Ba73zEO3PCPnzxbWaO1v+85SzVntHbdQ3gtwQABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEABAAQAEAAAAEAAbAFIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAgAIAAAAIACAAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgAIACAAgAAAAgC82QUYAJKU6/4c8sBCAAAAAElFTkSuQmCC); }
68
+ .moor-layout .moor-overlay .moor-overlay-black { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKxSURBVHja7NoxCoRAFAXBcfD+ZzYxEkxEDXqqYC9g0Dy/OwawrO38AQuaHgGsa7cAwAIALADAAgAsAMACACwAQAAArwCABQBYAIAFAAgA4BUAsAAAAQC8AgAWACAAgAAAbgCABQAIACAAgBsAYAEAAgAIACAAwDOOgGABAAIACAAgAIAAAAIA5PgMCBYAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAcBeA6TGABQAIACAAgAAAAgAIACAAQCYA/gcAFgAgAIAAAAIACAAgAEAuAD4DggUACAAgAIAAAPEAOAKCBQAIACAAgAAA8QA4AoIFAAgAIACAAADxADgCggUACAAgAIAAAPEAOAKCBQAIACAAgBsAYAEAAgAIAOAGAFgAgAAAAgC4AQAWACAAgAAAbgCABQAIACAAgBsAYAEAAgAIACAAwAcBcAQECwAQAEAAADcAwAIABAAQAMANALAAAAEABABwAwAsAEAAAAEA3AAACwAQAEAAAAEAfg6AIyBYAIAAAAIACAAQD4AjIFgAgAAAAgAIABAPgCMgWACAAAACAAgAEA+AIyBYAIAAAAIACAAgAIAAALkA+AwIFgAgAIAAAAIACAAgAIAAAJ0A+B8AWACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIACAAAACAAgAIADA1fQIwAIABAAQAEAAAAEABACo8RkQLABAAAABAAQAiHMEBAsAEABAAAA3AMACAAQAEADADQCwAAABALwCABYAIACAVwDAAgAsAMACAAQA8AoAWACABQBYAIAFAFgAgAUAvOkQYABehQTISkChWgAAAABJRU5ErkJggg==); }
69
+ .moor-layout .moor-overlay .moor-overlay-cursor {
70
+ width:12px;
71
+ height:12px;
72
+ position:absolute;
73
+ left:-6px;
74
+ top:-6px;
75
+ background-image:url(data:image/gif;base64,R0lGODlhDAAMAJECAOzp2AAAAP///wAAACH5BAEAAAIALAAAAAAMAAwAAAIhlINpG+AfGFgLxEapxdns2QlfKCJgN4aWwGnR8UBZohgFADs=);
76
+ }
77
+ .moor-layout .moor-slider {
78
+ left:152px;
79
+ border:1px solid #444444;
80
+ }
81
+ .moor-layout .moor-slider .moor-slider-colors {
82
+ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAEACAIAAADeB9oaAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHgSURBVHja7Nshs7JAFAZgmGFIJBKJRCKRSCaTyWQyme6vuslkMplMJpOJRCKRSCTCHe/4+RuecOcbZ7c/7eycs+/uxq8IV/yKUpYZy5xlwbJkWbGsWTYsW5YrlmuWG5ZbljuWe5YHk0mk+zPIz5LvGvpmeWR5YnlmeWF5ZXljeWf5YNmx7FkOLEeWE8uZ5cLyF+UzwvktXljOLCeWI8uBZc+yU5n86DQeZJBBBhnk38i45e7QsKxZVixLlgXLnGXGMmUZuUxZZixzlgXLkmXFsmbZsGxZrliuWW5YblnuWO5ZHlh+6RyvUU2Q/6WMo2+uoSPLE8szywvLK8sbyzvLB8uOZc9yYDmynFjOLBeWT5avJ8uF5cxyYjmyHFj2LDuWD5Z3ljeWV5YXlmeWJ5ZHlnh3lUTRT5CfI9+V8MXywHLPcsdyy3LDcs1yxbJl2bCsWVYsS5YFy5xlxjJlqeeylGXGMmdZsCxZVixrlg1LDdCiRI/2QQYZZJBB/pGMO+4OPcuB5chyYjmzXFg+WWqA9pYLy5nlxHJkObDsWXYsHyzvLG8srywvLM8sTyyPLDFAixKNaoL8MBlrgPaWe5Y7lluWG5ZrliuWLcuGZc2yYlmyLFjmLDOW/D6Bf3H+E2AARvYrqdGIYbsAAAAASUVORK5CYII=);
83
+ -webkit-background-size:100% 100%;
84
+ -moz-background-size:100% 100%;
85
+ -o-background-size:100% 100%;
86
+ background-size:100% 100%;
87
+ width:12px;
88
+ height:132px;
89
+ }
90
+ .moor-layout .moor-slider .moor-slider-cursor {
91
+ width:26px;
92
+ height:8px;
93
+ position:absolute;
94
+ top:-4px;
95
+ left:-7px;
96
+ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAIBAMAAAAVevJtAAAAA3NCSVQICAjb4U/gAAAAIVBMVEVAQEBiYmKZmZl9fX1LS0uTk5NycnKOjo5QUFBsbGyDg4ONAQ7mAAAAC3RSTlMA/////////////312fdUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzOY1kYDAAAAO0lEQVQImWNgQAFsDnAmhwADUyCMw2I0gYFJaQWUM0kJxFNvgGhRAvFUJ0BVdoF4KXBTxCcwcCCZ3wAAmVoIuWQEk20AAAAASUVORK5CYII=);
97
+ }
98
+ .moor-layout .moor-colorsbox {
99
+ left:174px;
100
+ border:1px solid #444444;
101
+ -webkit-border-radius:3px;
102
+ -moz-border-radius:3px;
103
+ border-radius:3px;
104
+ height: 23px;
105
+ }
106
+ .moor-layout .moor-colorsbox div {
107
+ width:32px;
108
+ height:23px;
109
+ display:inline-block;
110
+ }
111
+ .moor-layout .moor-colorsbox div:first-child {
112
+ -webkit-border-radius:2px 0 0 2px;
113
+ -moz-border-radius:2px 0 0 2px;
114
+ border-radius:2px 0 0 2px;
115
+ }
116
+ .moor-layout .moor-colorsbox div:last-child {
117
+ -webkit-border-radius:0 2px 2px 0;
118
+ -moz-border-radius:0 2px 2px 0;
119
+ border-radius:0 2px 2px 0;
120
+ }
121
+ .moor-layout .moor-colorsbox div.moor-colorsbox-selected { cursor:pointer; }
122
+ .moor-layout .moor-inputs {
123
+ left:174px;
124
+ top:44px;
125
+ }
126
+ .moor-layout .moor-inputs .moor-inputs-block {
127
+ margin:2px 0;
128
+ display:none;
129
+ }
130
+ .moor-layout .moor-inputs .moor-inputs-block.moor-inputs-block-active { display:block; }
131
+ .moor-layout .moor-inputs .moor-inputs-block span, .moor-layout .moor-inputs .moor-inputs-block input {
132
+ display:inline-block;
133
+ color:#fefefe;
134
+ text-shadow:0 1px 0 #000000;
135
+ }
136
+ .moor-layout .moor-inputs .moor-inputs-block span { min-width:10px; }
137
+ .moor-layout .moor-inputs .moor-inputs-block input {
138
+ width:30px;
139
+ padding:2px;
140
+ background:#777777;
141
+ border:1px solid #444444;
142
+ margin:0 4px;
143
+ -webkit-border-radius:2px;
144
+ -moz-border-radius:2px;
145
+ border-radius:2px;
146
+ font-size: 0.9em;
147
+ line-height: 1em;
148
+ }
149
+ .moor-layout .moor-inputs .moor-inputs-block.moor-inputs-hex { display:block; }
150
+ .moor-layout .moor-inputs .moor-inputs-block.moor-inputs-hex input {
151
+ width:60px;
152
+ display:block;
153
+ margin:0;
154
+ }
155
+ .moor-layout .moor-buttons {
156
+ position:absolute;
157
+ bottom:6px;
158
+ right:0;
159
+ }
160
+ .moor-layout .moor-buttons .moor-button {
161
+ background:#444444;
162
+ color:#bbbbbb;
163
+ padding:4px 6px;
164
+ margin-top:4px;
165
+ min-width:25px;
166
+ cursor:pointer;
167
+ -webkit-border-radius:4px 0 0 4px;
168
+ -moz-border-radius:4px 0 0 4px;
169
+ border-radius:4px 0 0 4px;
170
+ -webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
171
+ -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
172
+ box-shadow:0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
173
+ }
174
+ .moor-layout .moor-buttons .moor-button:hover, .moor-layout .moor-buttons .moor-button.moor-button-active {
175
+ -webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
176
+ -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
177
+ box-shadow:0 0 8px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
178
+ background:#393939;
179
+ color:#ffffff;
180
+ }
181
+ .moor-layout .moor-buttons .moor-button.moor-button-close {
182
+ font-size:20px;
183
+ text-align:center;
184
+ color:#ffffff;
185
+ }
186
+ .moor-layout .moor-buttons .moor-button.moor-button-transparent {
187
+ height:18px;
188
+ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAA3NCSVQICAjb4U/gAAAAJ1BMVEUzMzP32dnMAADbSUn////RFxfgYmLQFBTeWFj539/OCwv54+PeUlJloNt1AAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABV0RVh0Q3JlYXRpb24gVGltZQA3LzIzLzEwrabRCwAAAElJREFUCJljYIAAFhcXR9MFIEqsKABIObaqGwApiaIwAQYWz1T1RgcGls1FESIODIzp6okuDgwcQcVTgBS7arYLkGKqEAFREAAAc9wPIewa6b4AAAAASUVORK5CYII=);
189
+ background-repeat:no-repeat;
190
+ background-position:50% 50%;
191
+ }
192
+ .moor-layout .moor-buttons .moor-button.moor-button-rgb { margin-top:30px; }
193
+ .moor-layout .moor-buttons .moor-button.moor-button-active { color:#ff9c48; }
194
+ input.picker-input {
195
+ float:left;
196
+ margin-top:0px;
197
+ margin-right:5px;
198
+ }
199
+ div.picker {
200
+ width:30px;
201
+ height:31px;
202
+ float:left;
203
+ }
204
+ div.picker .overlay {
205
+ width:30px;
206
+ height:31px;
207
+ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANy8xNC8xMpnf8k4AAAFkSURBVEiJ7ddPagIxFMfxb7ROopuMLmRw5w16A3uEXqYUeqoeoT2BO7fuHN1MoqBOZsDXhRVK6R8pE6HgbxVCyIeXQHhRzjkpy5KiKKiqiphJkoTBYIAxBpXnuaxWK3q9HtZaOp0OSqnG0bquKYqC/X5PlmWo2Wwm7Xab4XDogfs0TV8bVwHv/UREnpfLZQrQCiFgrSUmCpCm6atS6r7f7xNCoAXHs4+JfsSNMQBHOMad/pbWxcUrfIWv8BX+t/BNE5uc+9Y7525P44tV/I6+XBT+gNqLwV+h0eHv0KjwT2g0+DP6+PAUH/6t0lNuAEQkCvpVpaeo6XQqWZZhjLn7a6eplDq70hACeZ7T0lqzXq8RkWfv/eQv8Lno+1q01ijvvcznc7rdLtba42TD7e7hcKCua7bbLZvNhvF4jNrtdlJVFYvFghBCo+DnaK0ZjUYkSYJyzonW+viDi9zYiwhlWRJC4A3cB6lbL5JlLQAAAABJRU5ErkJggg==);
208
+ }
209
+ div.picker .overlay div { background:none; }
210
+ div.picker .overlay-transparent {
211
+ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXBAMAAAASBMmTAAAAA3NCSVQICAjb4U/gAAAAHlBMVEXMAAD////0x8fTISHPERHVLy/1z8/UKSnRGBj31dUqmcWAAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABV0RVh0Q3JlYXRpb24gVGltZQA3LzIzLzEwrabRCwAAAINJREFUGJVF0DEOgzAMBdAv0Yg1zsAeIZQV9SRRB6RuRW12lBNEDJygB64L/ODtDfb/MoTTFaAi4YIrKBUB5kW4BZslerSe6CKyEB80nnARDyF63GZCT01ChP/GCW2VhUiaQWirVYgBZibciE2IN4wntNVdiO+RcSDu4Sf2VhXP+hL7Az+QG3AZBSUrAAAAAElFTkSuQmCC);
212
+ background-position:50% 50%;
213
+ background-repeat:no-repeat;
214
+ }
215
+ div.picker .overlay-transparent div {
216
+ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANy8xNC8xMpnf8k4AAAFkSURBVEiJ7ddPagIxFMfxb7ROopuMLmRw5w16A3uEXqYUeqoeoT2BO7fuHN1MoqBOZsDXhRVK6R8pE6HgbxVCyIeXQHhRzjkpy5KiKKiqiphJkoTBYIAxBpXnuaxWK3q9HtZaOp0OSqnG0bquKYqC/X5PlmWo2Wwm7Xab4XDogfs0TV8bVwHv/UREnpfLZQrQCiFgrSUmCpCm6atS6r7f7xNCoAXHs4+JfsSNMQBHOMad/pbWxcUrfIWv8BX+t/BNE5uc+9Y7525P44tV/I6+XBT+gNqLwV+h0eHv0KjwT2g0+DP6+PAUH/6t0lNuAEQkCvpVpaeo6XQqWZZhjLn7a6eplDq70hACeZ7T0lqzXq8RkWfv/eQv8Lno+1q01ijvvcznc7rdLtba42TD7e7hcKCua7bbLZvNhvF4jNrtdlJVFYvFghBCo+DnaK0ZjUYkSYJyzonW+viDi9zYiwhlWRJC4A3cB6lbL5JlLQAAAABJRU5ErkJggg==);
217
+ background-repeat:no-repeat;
218
+ width:30px;
219
+ height:31px;
220
+ }
221
+
222
+ /** WordPress < 3.8 Compatibility **/
223
+
224
+ .gantry-pre-mp6 .moor-layout {
225
+ height: 153px;
226
+ }
227
+ .gantry-pre-mp6 .moor-inputs .moor-inputs-block input {
228
+ font-size: 1em;
229
  }
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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
- #gantry-panel .gantry-field > label/**
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -11,5 +11,3 @@ defined('GANTRY_VERSION') or die();
11
  global $gantry;
12
 
13
  print $_GET;
14
-
15
- ?>
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
11
  global $gantry;
12
 
13
  print $_GET;
 
 
assets/jui/fonts/font-awesome4/FontAwesome.otf CHANGED
Binary file
assets/jui/fonts/font-awesome4/fontawesome-webfont.woff2 CHANGED
Binary file
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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
@@ -1435,8 +1435,6 @@ class GantryForm
1435
  if (substr(trim($data), 0, 1) == '<') {
1436
  if ($forms[$name]->load($data, $replace, $xpath) == false) {
1437
  throw new Exception(_g( 'JLIB_FORM_ERROR_XML_FILE_DID_NOT_LOAD'));
1438
-
1439
- return false;
1440
  }
1441
  } else {
1442
  if ($forms[$name]->loadFile($data, $replace, $xpath) == false) {
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 - 2017 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
1435
  if (substr(trim($data), 0, 1) == '<') {
1436
  if ($forms[$name]->load($data, $replace, $xpath) == false) {
1437
  throw new Exception(_g( 'JLIB_FORM_ERROR_XML_FILE_DID_NOT_LOAD'));
 
 
1438
  }
1439
  } else {
1440
  if ($forms[$name]->loadFile($data, $replace, $xpath) == false) {
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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
@@ -47,7 +47,7 @@ class GantryParameters
47
  *
48
  * @return void
49
  */
50
- function GantryParameters(&$xml, &$values = array(), $paths = array())
51
  {
52
  /** @global $gantry Gantry */
53
  global $gantry;
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 - 2017 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
47
  *
48
  * @return void
49
  */
50
+ function __construct(&$xml, &$values = array(), $paths = array())
51
  {
52
  /** @global $gantry Gantry */
53
  global $gantry;
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 - 2016 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 - 2017 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
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * @version $Id: gantry.class.php 61659 2016-03-08 17:22:12Z matias $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -240,7 +240,7 @@ class Gantry
240
  */
241
  public function __sleep()
242
  {
243
- return $this->__cacheables;
244
  }
245
 
246
  /**
@@ -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.11');
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.11');
1073
  $deps[] = $path;
1074
  }
1075
  foreach ($this->_header_full_scripts as $strSrc) {
1076
- wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.11');
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.11', true);
1117
  $deps[] = $path;
1118
  }
1119
  foreach ($this->_footer_full_scripts as $strSrc) {
1120
- wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.11', 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.11');
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.11', $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.11', $in_footer);
1921
  }
1922
  break(2);
1923
  }
@@ -2149,6 +2149,7 @@ class Gantry
2149
  if (function_exists('register_sidebars')) {
2150
  foreach ($positions as $position) {
2151
  $positionInfo = $this->getPositionInfo($position);
 
2152
  register_sidebars(1, array(
2153
  'name' => _g($positionInfo->name),
2154
  'id' => $positionInfo->id,
1
  <?php
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
240
  */
241
  public function __sleep()
242
  {
243
+ return array_unique($this->__cacheables);
244
  }
245
 
246
  /**
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.12');
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.12');
1073
  $deps[] = $path;
1074
  }
1075
  foreach ($this->_header_full_scripts as $strSrc) {
1076
+ wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.12');
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.12', true);
1117
  $deps[] = $path;
1118
  }
1119
  foreach ($this->_footer_full_scripts as $strSrc) {
1120
+ wp_enqueue_script($strSrc, $strSrc, $deps, '4.1.12', 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.12');
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.12', $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.12', $in_footer);
1921
  }
1922
  break(2);
1923
  }
2149
  if (function_exists('register_sidebars')) {
2150
  foreach ($positions as $position) {
2151
  $positionInfo = $this->getPositionInfo($position);
2152
+ if (!$positionInfo) continue;
2153
  register_sidebars(1, array(
2154
  'name' => _g($positionInfo->name),
2155
  'id' => $positionInfo->id,
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  */
9
  /*
@@ -56,7 +56,7 @@ if (!defined('GANTRY_FLATFILE')) {
56
  /**
57
  * Create a new column object
58
  */
59
- function Column($index, $type)
60
  {
61
  $this->index = $index;
62
  $this->type = $type;
@@ -66,7 +66,7 @@ if (!defined('GANTRY_FLATFILE')) {
66
  /** EXPERIMENTAL: Represent a column that is a foreign key. Used for temporarily building tables array */
67
  class JoinColumn
68
  {
69
- function JoinColumn($index, $tablename, $columnname)
70
  {
71
  $this->index = $index;
72
  $this->tablename = $tablename;
@@ -191,7 +191,7 @@ if (!defined('GANTRY_FLATFILE')) {
191
  */
192
  var $datadir;
193
 
194
- function Flatfile()
195
  {
196
  $this->schemata = array();
197
  }
@@ -559,7 +559,7 @@ if (!defined('GANTRY_FLATFILE')) {
559
  *
560
  * @param WhereClause $whereclause The WhereClause object to negate
561
  */
562
- function NotWhere($whereclause)
563
  {
564
  $this->clause = $whereclause;
565
  }
@@ -615,7 +615,7 @@ if (!defined('GANTRY_FLATFILE')) {
615
  * STRING_COMPARISON (default), NUMERIC COMPARISON or INTEGER_COMPARISON
616
  *
617
  */
618
- function SimpleWhereClause($field, $operator, $value, $compare_type = DEFAULT_COMPARISON)
619
  {
620
  $this->field = $field;
621
  $this->operator = $operator;
@@ -662,7 +662,7 @@ if (!defined('GANTRY_FLATFILE')) {
662
  * wildcard, and is case insensitve. e.g. 'test%' will match 'TESTS' and 'Testing'
663
  */
664
 
665
- function LikeWhereClause($field, $value)
666
  {
667
  $this->field = $field;
668
  $this->regexp = '/^' . str_replace('%', '.*', preg_quote($value)) . '$/i';
@@ -699,7 +699,7 @@ if (!defined('GANTRY_FLATFILE')) {
699
  * @param array $list List of items
700
  * @param string $compare_type Comparison type, string by default.
701
  */
702
- function ListWhereClause($field, $list, $compare_type = DEFAULT_COMPARISON)
703
  {
704
  $this->list = $list;
705
  $this->field = (int)$field;
@@ -774,7 +774,7 @@ if (!defined('GANTRY_FLATFILE')) {
774
  *
775
  * @param WhereClause $whereClause,... optional unlimited list of WhereClause objects to be added
776
  */
777
- function OrWhereClause()
778
  {
779
  $this->clauses = func_get_args();
780
  }
@@ -805,7 +805,7 @@ if (!defined('GANTRY_FLATFILE')) {
805
  *
806
  * @param WhereClause $whereClause,... optional unlimited list of WhereClause objects to be added
807
  */
808
- function AndWhereClause()
809
  {
810
  $this->clauses = func_get_args();
811
  }
@@ -842,7 +842,7 @@ if (!defined('GANTRY_FLATFILE')) {
842
  * @param int $compareAs Comparison type: DEFAULT_COMPARISON, STRING_COMPARISON, INTEGER_COMPARISION,
843
  * or NUMERIC_COMPARISON, or the name of a user defined function that you want to use for doing the comparison.
844
  */
845
- function OrderBy($field, $orderType, $compareAs = DEFAULT_COMPARISON)
846
  {
847
  $this->field = $field;
848
  $this->orderType = $orderType;
@@ -870,7 +870,7 @@ if (!defined('GANTRY_FLATFILE')) {
870
  * @param mixed $orderBy An OrderBy object or an array of them
871
  * @param array $rowSchema Option row schema
872
  */
873
- function Orderer($orderBy, $rowSchema = null)
874
  {
875
  if (!is_array($orderBy)) $orderBy = array($orderBy);
876
  if ($rowSchema) {
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 - 2017 RocketTheme, LLC
7
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
8
  */
9
  /*
56
  /**
57
  * Create a new column object
58
  */
59
+ function __construct($index, $type)
60
  {
61
  $this->index = $index;
62
  $this->type = $type;
66
  /** EXPERIMENTAL: Represent a column that is a foreign key. Used for temporarily building tables array */
67
  class JoinColumn
68
  {
69
+ function __construct($index, $tablename, $columnname)
70
  {
71
  $this->index = $index;
72
  $this->tablename = $tablename;
191
  */
192
  var $datadir;
193
 
194
+ function __construct()
195
  {
196
  $this->schemata = array();
197
  }
559
  *
560
  * @param WhereClause $whereclause The WhereClause object to negate
561
  */
562
+ function __construct($whereclause)
563
  {
564
  $this->clause = $whereclause;
565
  }
615
  * STRING_COMPARISON (default), NUMERIC COMPARISON or INTEGER_COMPARISON
616
  *
617
  */
618
+ function __construct($field, $operator, $value, $compare_type = DEFAULT_COMPARISON)
619
  {
620
  $this->field = $field;
621
  $this->operator = $operator;
662
  * wildcard, and is case insensitve. e.g. 'test%' will match 'TESTS' and 'Testing'
663
  */
664
 
665
+ function __construct($field, $value)
666
  {
667
  $this->field = $field;
668
  $this->regexp = '/^' . str_replace('%', '.*', preg_quote($value)) . '$/i';
699
  * @param array $list List of items
700
  * @param string $compare_type Comparison type, string by default.
701
  */
702
+ function __construct($field, $list, $compare_type = DEFAULT_COMPARISON)
703
  {
704
  $this->list = $list;
705
  $this->field = (int)$field;
774
  *
775
  * @param WhereClause $whereClause,... optional unlimited list of WhereClause objects to be added
776
  */
777
+ function __construct()
778
  {
779
  $this->clauses = func_get_args();
780
  }
805
  *
806
  * @param WhereClause $whereClause,... optional unlimited list of WhereClause objects to be added
807
  */
808
+ function __construct()
809
  {
810
  $this->clauses = func_get_args();
811
  }
842
  * @param int $compareAs Comparison type: DEFAULT_COMPARISON, STRING_COMPARISON, INTEGER_COMPARISION,
843
  * or NUMERIC_COMPARISON, or the name of a user defined function that you want to use for doing the comparison.
844
  */
845
+ function __construct($field, $orderType, $compareAs = DEFAULT_COMPARISON)
846
  {
847
  $this->field = $field;
848
  $this->orderType = $orderType;
870
  * @param mixed $orderBy An OrderBy object or an array of them
871
  * @param array $rowSchema Option row schema
872
  */
873
+ function __construct($orderBy, $rowSchema = null)
874
  {
875
  if (!is_array($orderBy)) $orderBy = array($orderBy);
876
  if ($rowSchema) {
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
core/gantrytemplate.class.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  `` * @version $Id: gantrytemplate.class.php 59361 2013-03-13 23:10:27Z btowles $
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -260,7 +260,7 @@ class GantryTemplate
260
  */
261
  public function getPositionInfo($position_name)
262
  {
263
- return $this->positions[$position_name];
264
  }
265
 
266
  /**
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
260
  */
261
  public function getPositionInfo($position_name)
262
  {
263
+ return isset($this->positions[$position_name]) ? $this->positions[$position_name] : null;
264
  }
265
 
266
  /**
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
@@ -30,6 +30,10 @@ class GantryWidgetsRenderer
30
  global $wp_registered_sidebars, $wp_registered_widgets;
31
 
32
  $position_info = $gantry->getPositionInfo($positionStub);
 
 
 
 
33
  $max_positions = $position_info->max_positions;
34
 
35
  $output = '';
@@ -201,6 +205,7 @@ class GantryWidgetsRenderer
201
  foreach ($sidebars_widgets as $sidebar => $widgets) {
202
  if ($sidebar == "wp_inactive_widgets" || strpos($sidebar,'orphaned_widgets_') === 0) continue;
203
  $position_info = $gantry->getPositionInfo($sidebar);
 
204
  $max_positions = $position_info->max_positions;
205
  $position_count = 1;
206
  if (count($widgets) > 0) {
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
  defined('GANTRY_VERSION') or die();
30
  global $wp_registered_sidebars, $wp_registered_widgets;
31
 
32
  $position_info = $gantry->getPositionInfo($positionStub);
33
+ if (!$position_info) {
34
+ return "";
35
+ }
36
+
37
  $max_positions = $position_info->max_positions;
38
 
39
  $output = '';
205
  foreach ($sidebars_widgets as $sidebar => $widgets) {
206
  if ($sidebar == "wp_inactive_widgets" || strpos($sidebar,'orphaned_widgets_') === 0) continue;
207
  $position_info = $gantry->getPositionInfo($sidebar);
208
+ if (!$position_info) continue;
209
  $max_positions = $position_info->max_positions;
210
  $position_count = 1;
211
  if (count($widgets) > 0) {
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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/rules/phprules/ActionFassade.class.php CHANGED
@@ -1,7 +1,5 @@
1
- <?php
2
- class ActionFassade
3
- {
4
-
5
- }
6
-
7
- ?>
1
+ <?php
2
+ class ActionFassade
3
+ {
4
+
5
+ }
 
 
core/rules/phprules/Fact.class.php CHANGED
@@ -1,14 +1,12 @@
1
- <?php
2
- class Fact
3
- {
4
- private static $idCounter = 1;
5
- private $objectId = null;
6
-
7
- function getObjectId()
8
- {
9
- if ($this->objectId == null) $this->objectId = self::$idCounter++;
10
- return $this->objectId;
11
- }
12
- }
13
-
14
- ?>
1
+ <?php
2
+ class Fact
3
+ {
4
+ private static $idCounter = 1;
5
+ private $objectId = null;
6
+
7
+ function getObjectId()
8
+ {
9
+ if ($this->objectId == null) $this->objectId = self::$idCounter++;
10
+ return $this->objectId;
11
+ }
12
+ }
 
 
core/rules/phprules/Rule.class.php CHANGED
@@ -50,5 +50,3 @@ class Rule
50
  print_r($this);
51
  }
52
  }
53
-
54
- ?>
50
  print_r($this);
51
  }
52
  }
 
 
core/rules/phprules/RuleBase.class.php CHANGED
@@ -24,5 +24,3 @@ class RuleBase
24
  print_r($this->base);
25
  }
26
  }
27
-
28
- ?>
24
  print_r($this->base);
25
  }
26
  }
 
 
core/rules/phprules/RuleReader.class.php CHANGED
@@ -91,5 +91,3 @@ class RuleReader
91
  }
92
  }
93
  }
94
-
95
- ?>
91
  }
92
  }
93
  }
 
 
core/rules/phprules/RuleSession.class.php CHANGED
@@ -9,7 +9,7 @@ class RuleSession
9
  var $maxRulesFiring = 100;
10
  var $maxFiringPerRule = 0; // 0 is unlimited
11
 
12
- function RuleSession(&$ruleBase, &$workingMemory)
13
  {
14
  $this->ruleBase = & $ruleBase;
15
  $this->workingMemory = & $workingMemory;
@@ -74,5 +74,3 @@ class RuleSession
74
  return true;
75
  }
76
  }
77
-
78
- ?>
9
  var $maxRulesFiring = 100;
10
  var $maxFiringPerRule = 0; // 0 is unlimited
11
 
12
+ function __construct(&$ruleBase, &$workingMemory)
13
  {
14
  $this->ruleBase = & $ruleBase;
15
  $this->workingMemory = & $workingMemory;
74
  return true;
75
  }
76
  }
 
 
core/rules/phprules/WorkingMemory.class.php CHANGED
@@ -77,5 +77,3 @@ class WorkingMemory
77
  print_r($this->action);
78
  }
79
  }
80
-
81
- ?>
77
  print_r($this->action);
78
  }
79
  }
 
 
core/rules/phprules/phprules.php CHANGED
@@ -1,11 +1,10 @@
1
- <?php
2
- define('PHPRULES_VERSION', '0.5.3');
3
-
4
- require_once('phprules/ActionFassade.class.php');
5
- require_once('phprules/Fact.class.php');
6
- require_once('phprules/Rule.class.php');
7
- require_once('phprules/RuleBase.class.php');
8
- require_once('phprules/RuleReader.class.php');
9
- require_once('phprules/RuleSession.class.php');
10
- require_once('phprules/WorkingMemory.class.php');
11
- ?>
1
+ <?php
2
+ define('PHPRULES_VERSION', '0.5.3');
3
+
4
+ require_once('phprules/ActionFassade.class.php');
5
+ require_once('phprules/Fact.class.php');
6
+ require_once('phprules/Rule.class.php');
7
+ require_once('phprules/RuleBase.class.php');
8
+ require_once('phprules/RuleReader.class.php');
9
+ require_once('phprules/RuleSession.class.php');
10
+ require_once('phprules/WorkingMemory.class.php');
 
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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.11';
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.11';
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 - 2017 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.12';
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.12';
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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
@@ -1,774 +1,773 @@
1
- <?php
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 - 2016 RocketTheme, LLC
6
- * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
- *
8
- * original license:
9
- *
10
- * MIT License
11
- * ===========
12
- *
13
- * Permission is hereby granted, free of charge, to any person obtaining
14
- * a copy of this software and associated documentation files (the
15
- * "Software"), to deal in the Software without restriction, including
16
- * without limitation the rights to use, copy, modify, merge, publish,
17
- * distribute, sublicense, and/or sell copies of the Software, and to
18
- * permit persons to whom the Software is furnished to do so, subject to
19
- * the following conditions:
20
- *
21
- * The above copyright notice and this permission notice shall be included
22
- * in all copies or substantial portions of the Software.
23
- *
24
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
27
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
28
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31
- *
32
- *
33
- * @author Serban Ghita <serbanghita@gmail.com>
34
- * Victor Stanciu <vic.stanciu@gmail.com> (until v.1.0)
35
- * @license MIT License https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
36
- * @link Official page: http://mobiledetect.net
37
- * GitHub Repository: https://github.com/serbanghita/Mobile-Detect
38
- * Google Code Old Page: http://code.google.com/p/php-mobile-detect/
39
- */
40
-
41
- class GantryMobileDetect {
42
-
43
- protected $scriptVersion = '2.5.4';
44
-
45
- // External info.
46
- protected $userAgent = null;
47
- protected $httpHeaders;
48
-
49
- // Arrays holding all detection rules.
50
- protected $mobileDetectionRules = null;
51
- protected $mobileDetectionRulesExtended = null;
52
- // Type of detection to use.
53
- protected $detectionType = 'mobile'; // mobile, extended @todo: refactor this.
54
-
55
- // List of mobile devices (phones)
56
- protected $phoneDevices = array(
57
- 'iPhone' => '(iPhone.*Mobile|iPod|iTunes)',
58
- 'BlackBerry' => 'BlackBerry|rim[0-9]+',
59
- 'HTC' => 'HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6425|001HT|Inspire 4G',
60
- 'Nexus' => 'Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile',
61
- // @todo: Is 'Dell Streak' a tablet or a phone? ;)
62
- 'Dell' => 'Dell.*Streak|Dell.*Aero|Dell.*Venue|DELL.*Venue Pro|Dell Flash|Dell Smoke|Dell Mini 3iX|XCD28|XCD35|\b001DL\b|\b101DL\b|\bGS01\b',
63
- 'Motorola' => 'Motorola|\bDroid\b.*Build|DROIDX|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT909|XT910|XT912|XT928',
64
- 'Samsung' => 'Samsung|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9300 |GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-P6810|GT-P7100|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N8010',
65
- 'Sony' => 'sony|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i',
66
- 'Asus' => 'Asus.*Galaxy',
67
- 'Palm' => 'PalmSource|Palm', // avantgo|blazer|elaine|hiptop|plucker|xiino ; @todo - complete the regex.
68
- 'Vertu' => 'Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature', // Just for fun ;)
69
- // @ref: http://www.pantech.co.kr/en/prod/prodList.do?gbrand=VEGA (PANTECH)
70
- // Most of the VEGA devices are legacy. PANTECH seem to be newer devices based on Android.
71
- 'Pantech' => 'PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790',
72
- // @ref: http://www.fly-phone.com/devices/smartphones/ ; Included only smartphones.
73
- 'Fly' => 'IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250',
74
- 'GenericPhone' => 'PDA;|PPC;|SAGEM|mmp|pocket|psp|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|wap|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser|LG-P500'
75
- );
76
- // List of tablet devices.
77
- protected $tabletDevices = array(
78
- 'BlackBerryTablet' => 'PlayBook|RIM Tablet',
79
- 'iPad' => 'iPad|iPad.*Mobile', // @todo: check for mobile friendly emails topic.
80
- 'NexusTablet' => '^.*Android.*Nexus(((?:(?!Mobile))|(?:(\s(7|10).+))).)*$',
81
- // @reference: http://www.labnol.org/software/kindle-user-agent-string/20378/
82
- 'Kindle' => 'Kindle|Silk.*Accelerated',
83
- 'SamsungTablet' => 'SAMSUNG.*Tablet|Galaxy.*Tab|GT-P1000|GT-P1010|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P6810|GT-P7501',
84
- 'HTCtablet' => 'HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200',
85
- 'MotorolaTablet' => 'xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617',
86
- 'AsusTablet' => 'Transformer|TF101',
87
- 'NookTablet' => 'Android.*Nook|NookColor|nook browser|BNTV250A|LogicPD Zoom2',
88
- // @ref: http://www.acer.ro/ac/ro/RO/content/drivers
89
- // @ref: http://www.packardbell.co.uk/pb/en/GB/content/download (Packard Bell is part of Acer)
90
- 'AcerTablet' => 'Android.*\b(A100|A101|A200|A500|A501|A510|A700|A701|W500|W500P|W501|W501P|G100|G100W)\b',
91
- // @ref: http://eu.computers.toshiba-europe.com/innovation/family/Tablets/1098744/banner_id/tablet_footerlink/
92
- // @ref: http://us.toshiba.com/tablets/tablet-finder
93
- // @ref: http://www.toshiba.co.jp/regza/tablet/
94
- 'ToshibaTablet' => 'Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)',
95
- 'YarvikTablet' => 'Android.*(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468)',
96
- 'MedionTablet' => 'Android.*\bOYO\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB',
97
- 'ArnovaTablet' => 'AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT',
98
- // @reference: http://wiki.archosfans.com/index.php?title=Main_Page
99
- 'ArchosTablet' => 'Android.*ARCHOS|101G9|80G9',
100
- // @reference: http://en.wikipedia.org/wiki/NOVO7
101
- 'AinolTablet' => 'NOVO7|Novo7Aurora|Novo7Basic|NOVO7PALADIN',
102
- // @todo: inspect http://esupport.sony.com/US/p/select-system.pl?DIRECTOR=DRIVER
103
- 'SonyTablet' => 'Sony Tablet|Sony Tablet S',
104
- // @ref: db + http://www.cube-tablet.com/buy-products.html
105
- 'CubeTablet' => 'Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)',
106
- // @ref: http://www.cobyusa.com/?p=pcat&pcat_id=3001
107
- 'CobyTablet' => 'MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010',
108
- // @ref: http://pdadb.net/index.php?m=pdalist&list=SMiT (NoName Chinese Tablets)
109
- // @ref: http://www.imp3.net/14/show.php?itemid=20454
110
- 'SMiTTablet' => 'Android.*(\bMID\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)',
111
- // @ref: http://www.rock-chips.com/index.php?do=prod&pid=2
112
- 'RockChipTablet' => 'Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A',
113
- // @ref: http://www.telstra.com.au/home-phone/thub-2/
114
- 'TelstraTablet' => 'T-Hub2',
115
- // @ref: http://www.fly-phone.com/devices/tablets/ ; http://www.fly-phone.com/service/
116
- 'FlyTablet' => 'IQ310|Fly Vision',
117
- // @ref: http://www.bqreaders.com/gb/tablets-prices-sale.html
118
- 'bqTablet' => 'bq.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant)',
119
- // @ref: http://www.huaweidevice.com/worldwide/productFamily.do?method=index&directoryId=5011&treeId=3290
120
- // @ref: http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index&directoryId=3372&treeId=0&tb=1&type=software (including legacy tablets)
121
- 'HuaweiTablet' => 'MediaPad|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim',
122
- 'GenericTablet' => 'Android.*\b97D\b|Tablet(?!.*PC)|ViewPad7|LG-V909|MID7015|BNTV250A|LogicPD Zoom2|\bA7EB\b|CatNova8|A1_07|CT704|CT1002|\bM721\b|hp-tablet',
123
- );
124
- // List of mobile Operating Systems.
125
- protected $operatingSystems = array(
126
- 'AndroidOS' => 'Android',
127
- 'BlackBerryOS' => 'blackberry|rim tablet os',
128
- 'PalmOS' => 'PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino',
129
- 'SymbianOS' => 'Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\bS60\b',
130
- // @reference: http://en.wikipedia.org/wiki/Windows_Mobile
131
- 'WindowsMobileOS' => 'Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Window Mobile|Windows Phone [0-9.]+|WCE;',
132
- // @reference: http://en.wikipedia.org/wiki/Windows_Phone
133
- // http://wifeng.cn/?r=blog&a=view&id=106
134
- // http://nicksnettravels.builttoroam.com/post/2011/01/10/Bogus-Windows-Phone-7-User-Agent-String.aspx
135
- 'WindowsPhoneOS' => 'Windows Phone OS|XBLWP7|ZuneWP7',
136
- 'iOS' => 'iphone|ipod|ipad',
137
- 'FlashLiteOS' => '',
138
- // http://en.wikipedia.org/wiki/MeeGo
139
- // @todo: research MeeGo in UAs
140
- 'MeeGoOS' => 'MeeGo',
141
- // http://en.wikipedia.org/wiki/Maemo
142
- // @todo: research Maemo in UAs
143
- 'MaemoOS' => 'Maemo',
144
- 'JavaOS' => 'J2ME/MIDP|Java/',
145
- 'webOS' => 'webOS|hpwOS',
146
- 'badaOS' => '\bBada\b',
147
- 'BREWOS' => 'BREW',
148
- );
149
- // List of mobile User Agents.
150
- protected $userAgents = array(
151
- // @reference: https://developers.google.com/chrome/mobile/docs/user-agent
152
- 'Chrome' => '\bCrMo\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?',
153
- 'Dolfin' => '\bDolfin\b',
154
- 'Opera' => 'Opera.*Mini|Opera.*Mobi|Android.*Opera',
155
- 'Skyfire' => 'Skyfire',
156
- 'IE' => 'IEMobile|MSIEMobile',
157
- 'Firefox' => 'fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile',
158
- 'Bolt' => 'bolt',
159
- 'TeaShark' => 'teashark',
160
- 'Blazer' => 'Blazer',
161
- // @reference: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/OptimizingforSafarioniPhone/OptimizingforSafarioniPhone.html#//apple_ref/doc/uid/TP40006517-SW3
162
- 'Safari' => 'Version.*Mobile.*Safari|Safari.*Mobile',
163
- // @ref: http://en.wikipedia.org/wiki/Midori_(web_browser)
164
- //'Midori' => 'midori',
165
- 'Tizen' => 'Tizen',
166
- 'UCBrowser' => 'UC.*Browser|UCWEB',
167
- // @ref: https://github.com/serbanghita/Mobile-Detect/issues/7
168
- 'DiigoBrowser' => 'DiigoBrowser',
169
- // http://www.puffinbrowser.com/index.php
170
- 'Puffin' => 'Puffin',
171
- // @reference: http://en.wikipedia.org/wiki/Minimo
172
- // http://en.wikipedia.org/wiki/Vision_Mobile_Browser
173
- 'GenericBrowser' => 'NokiaBrowser|OviBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision'
174
- );
175
- // Utilities.
176
- protected $utilities = array(
177
- 'WebKit' => '(webkit)[ /]([\w.]+)',
178
- 'Bot' => 'Googlebot|DoCoMo|YandexBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|facebookexternalhit',
179
- 'MobileBot' => 'Googlebot-Mobile|DoCoMo|YahooSeeker/M1A1-R2D2',
180
- );
181
- // Properties list.
182
- // @reference: http://user-agent-string.info/list-of-ua#Mobile Browser
183
- const VER = '([\w._]+)';
184
- protected $properties = array(
185
-
186
- // Build
187
- 'Mobile' => 'Mobile/[VER]',
188
- 'Build' => 'Build/[VER]',
189
- 'Version' => 'Version/[VER]',
190
- 'VendorID' => 'VendorID/[VER]',
191
-
192
- // Devices
193
- 'iPad' => 'iPad.*CPU[a-z ]+[VER]',
194
- 'iPhone' => 'iPhone.*CPU[a-z ]+[VER]',
195
- 'iPod' => 'iPod.*CPU[a-z ]+[VER]',
196
- //'BlackBerry' => array('BlackBerry[VER]', 'BlackBerry [VER];'),
197
- 'Kindle' => 'Kindle/[VER]',
198
-
199
- // Browser
200
- 'Chrome' => 'Chrome/[VER]',
201
- 'CriOS' => 'CriOS/[VER]',
202
- 'Dolfin' => 'Dolfin/[VER]',
203
- // @reference: https://developer.mozilla.org/en-US/docs/User_Agent_Strings_Reference
204
- 'Firefox' => 'Firefox/[VER]',
205
- 'Fennec' => 'Fennec/[VER]',
206
- // @reference: http://msdn.microsoft.com/en-us/library/ms537503(v=vs.85).aspx
207
- 'IEMobile' => array('IEMobile/[VER];', 'IEMobile [VER]'),
208
- 'MSIE' => 'MSIE [VER];',
209
- // http://en.wikipedia.org/wiki/NetFront
210
- 'NetFront' => 'NetFront/[VER]',
211
- 'NokiaBrowser' => 'NokiaBrowser/[VER]',
212
- 'NokiaBrowser' => 'NokiaBrowser/[VER]',
213
- 'Opera' => 'Version/[VER]',
214
- 'Opera Mini' => 'Opera Mini/[VER]',
215
- 'Opera Mobi' => 'Version/[VER]',
216
- 'UC Browser' => 'UC Browser[VER]',
217
- 'Safari' => 'Version/[VER]',
218
- 'Skyfire' => 'Skyfire/[VER]',
219
- 'Tizen' => 'Tizen/[VER]',
220
- 'Webkit' => 'webkit[ /][VER]',
221
-
222
- // Engine
223
- 'Gecko' => 'Gecko/[VER]',
224
- 'Trident' => 'Trident/[VER]',
225
- 'Presto' => 'Presto/[VER]',
226
-
227
- // OS
228
- 'Android' => 'Android [VER]',
229
- 'BlackBerry' => array('BlackBerry[\w]+/[VER]', 'BlackBerry.*Version/[VER]'),
230
- 'BREW' => 'BREW [VER]',
231
- 'Java' => 'Java/[VER]',
232
- // @reference: http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/08/29/introducing-the-ie9-on-windows-phone-mango-user-agent-string.aspx
233
- // @reference: http://en.wikipedia.org/wiki/Windows_NT#Releases
234
- 'Windows Phone OS' => 'Windows Phone OS [VER]',
235
- 'Windows Phone' => 'Windows Phone [VER]',
236
- 'Windows CE' => 'Windows CE/[VER]',
237
- // http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/6be392da-4d2f-41b4-8354-8dcee20c85cd
238
- 'Windows NT' => 'Windows NT [VER]',
239
- 'Symbian' => array('SymbianOS/[VER]', 'Symbian/[VER]'),
240
- 'webOS' => array('webOS/[VER]', 'hpwOS/[VER];'),
241
-
242
-
243
- );
244
-
245
- function __construct(){
246
-
247
- $this->setHttpHeaders();
248
- $this->setUserAgent();
249
-
250
- $this->setMobileDetectionRules();
251
- $this->setMobileDetectionRulesExtended();
252
-
253
- }
254
-
255
-
256
- /**
257
- * Get the current script version.
258
- * This is useful for the demo.php file,
259
- * so people can check on what version they are testing
260
- * for mobile devices.
261
- */
262
- public function getScriptVersion(){
263
-
264
- return $this->scriptVersion;
265
-
266
- }
267
-
268
- public function setHttpHeaders($httpHeaders = null){
269
-
270
- if(!empty($httpHeaders)){
271
- $this->httpHeaders = $httpHeaders;
272
- } else {
273
- foreach($_SERVER as $key => $value){
274
- if(substr($key,0,5)=='HTTP_'){
275
- $this->httpHeaders[$key] = $value;
276
- }
277
- }
278
- }
279
-
280
- }
281
-
282
- public function getHttpHeaders(){
283
-
284
- return $this->httpHeaders;
285
-
286
- }
287
-
288
- public function setUserAgent($userAgent = null){
289
-
290
- if(!empty($userAgent)){
291
- $this->userAgent = $userAgent;
292
- } else {
293
- $this->userAgent = isset($this->httpHeaders['HTTP_USER_AGENT']) ? $this->httpHeaders['HTTP_USER_AGENT'] : null;
294
-
295
- if(empty($this->userAgent)){
296
- $this->userAgent = isset($this->httpHeaders['HTTP_X_DEVICE_USER_AGENT']) ? $this->httpHeaders['HTTP_X_DEVICE_USER_AGENT'] : null;
297
- }
298
- // Header can occur on devices using Opera Mini (can expose the real device type). Let's concatenate it (we need this extra info in the regexes).
299
- if(!empty($this->httpHeaders['HTTP_X_OPERAMINI_PHONE_UA'])){
300
- $this->userAgent .= ' '.$this->httpHeaders['HTTP_X_OPERAMINI_PHONE_UA'];
301
- }
302
- }
303
-
304
- }
305
-
306
- public function getUserAgent(){
307
-
308
- return $this->userAgent;
309
-
310
- }
311
-
312
- function setDetectionType($type = null){
313
-
314
- $this->detectionType = (!empty($type) ? $type : 'mobile');
315
-
316
- }
317
-
318
- public function getPhoneDevices(){
319
-
320
- return $this->phoneDevices;
321
-
322
- }
323
-
324
- public function getTabletDevices(){
325
-
326
- return $this->tabletDevices;
327
-
328
- }
329
-
330
- /**
331
- * Method sets the mobile detection rules.
332
- *
333
- * This method is used for the magic methods $detect->is*()
334
- */
335
- public function setMobileDetectionRules(){
336
- // Merge all rules together.
337
- $this->mobileDetectionRules = array_merge(
338
- $this->phoneDevices,
339
- $this->tabletDevices,
340
- $this->operatingSystems,
341
- $this->userAgents
342
- );
343
-
344
- }
345
-
346
- /**
347
- * Method sets the mobile detection rules + utilities.
348
- * The reason this is separate is because utilities rules
349
- * don't necessary imply mobile.
350
- *
351
- * This method is used inside the new $detect->is('stuff') method.
352
- *
353
- * @return bool
354
- */
355
- public function setMobileDetectionRulesExtended(){
356
-
357
- // Merge all rules together.
358
- $this->mobileDetectionRulesExtended = array_merge(
359
- $this->phoneDevices,
360
- $this->tabletDevices,
361
- $this->operatingSystems,
362
- $this->userAgents,
363
- $this->utilities
364
- );
365
-
366
- }
367
-
368
- /**
369
- * @return array
370
- */
371
- public function getRules()
372
- {
373
-
374
- if($this->detectionType=='extended'){
375
- return $this->mobileDetectionRulesExtended;
376
- } else {
377
- return $this->mobileDetectionRules;
378
- }
379
-
380
- }
381
-
382
- /**
383
- * Check the HTTP headers for signs of mobile.
384
- * This is the fastest mobile check possible; it's used
385
- * inside isMobile() method.
386
- * @return boolean
387
- */
388
- public function checkHttpHeadersForMobile(){
389
-
390
- if(
391
- isset($this->httpHeaders['HTTP_ACCEPT']) &&
392
- (strpos($this->httpHeaders['HTTP_ACCEPT'], 'application/x-obml2d') !== false || // Opera Mini; @reference: http://dev.opera.com/articles/view/opera-binary-markup-language/
393
- strpos($this->httpHeaders['HTTP_ACCEPT'], 'application/vnd.rim.html') !== false || // BlackBerry devices.
394
- strpos($this->httpHeaders['HTTP_ACCEPT'], 'text/vnd.wap.wml') !== false ||
395
- strpos($this->httpHeaders['HTTP_ACCEPT'], 'application/vnd.wap.xhtml+xml') !== false) ||
396
- isset($this->httpHeaders['HTTP_X_WAP_PROFILE']) || // @todo: validate
397
- isset($this->httpHeaders['HTTP_X_WAP_CLIENTID']) ||
398
- isset($this->httpHeaders['HTTP_WAP_CONNECTION']) ||
399
- isset($this->httpHeaders['HTTP_PROFILE']) ||
400
- isset($this->httpHeaders['HTTP_X_OPERAMINI_PHONE_UA']) || // Reported by Nokia devices (eg. C3)
401
- isset($this->httpHeaders['HTTP_X_NOKIA_IPADDRESS']) ||
402
- isset($this->httpHeaders['HTTP_X_NOKIA_GATEWAY_ID']) ||
403
- isset($this->httpHeaders['HTTP_X_ORANGE_ID']) ||
404
- isset($this->httpHeaders['HTTP_X_VODAFONE_3GPDPCONTEXT']) ||
405
- isset($this->httpHeaders['HTTP_X_HUAWEI_USERID']) ||
406
- isset($this->httpHeaders['HTTP_UA_OS']) || // Reported by Windows Smartphones.
407
- isset($this->httpHeaders['HTTP_X_MOBILE_GATEWAY']) || // Reported by Verizon, Vodafone proxy system.
408
- isset($this->httpHeaders['HTTP_X_ATT_DEVICEID']) || // Seend this on HTC Sensation. @ref: SensationXE_Beats_Z715e
409
- //HTTP_X_NETWORK_TYPE = WIFI
410
- ( isset($this->httpHeaders['HTTP_UA_CPU']) &&
411
- $this->httpHeaders['HTTP_UA_CPU'] == 'ARM' // Seen this on a HTC.
412
- )
413
- ){
414
-
415
- return true;
416
-
417
- }
418
-
419
- return false;
420
-
421
- }
422
-
423
- /**
424
- * Magic overloading method.
425
- *
426
- * @method boolean is[...]()
427
- * @param string $name
428
- * @param array $arguments
429
- * @return mixed
430
- */
431
- public function __call($name, $arguments)
432
- {
433
-
434
- $this->setDetectionType('mobile');
435
-
436
- $key = substr($name, 2);
437
- return $this->matchUAAgainstKey($key);
438
-
439
- }
440
-
441
- /**
442
- * Find a detection rule that matches the current User-agent.
443
- *
444
- * @param null $userAgent deprecated
445
- * @return boolean
446
- */
447
- private function matchDetectionRulesAgainstUA($userAgent = null){
448
-
449
- // Begin general search.
450
- foreach($this->getRules() as $_regex){
451
- if(empty($_regex)){ continue; }
452
- if( $this->match($_regex, $userAgent) ){
453
- //var_dump( $_regex );
454
- return true;
455
- }
456
- }
457
-
458
- return false;
459
-
460
- }
461
-
462
- /**
463
- * Search for a certain key in the rules array.
464
- * If the key is found the try to match the corresponding
465
- * regex agains the User-agent.
466
- *
467
- * @param string $key
468
- * @param null $userAgent deprecated
469
- * @return mixed
470
- */
471
- private function matchUAAgainstKey($key, $userAgent = null){
472
-
473
- // Make the keys lowercase so we can match: isIphone(), isiPhone(), isiphone(), etc.
474
- $key = strtolower($key);
475
- $_rules = array_change_key_case($this->getRules());
476
-
477
- if(array_key_exists($key, $_rules)){
478
- if(empty($_rules[$key])){ return null; }
479
- return $this->match($_rules[$key], $userAgent);
480
- }
481
-
482
- return false;
483
-
484
- }
485
-
486
- /**
487
- * Check if the device is mobile.
488
- * Returns true if any type of mobile device detected, including special ones
489
- * @param null $userAgent deprecated
490
- * @param null $httpHeaders deprecated
491
- * @return bool
492
- */
493
- public function isMobile($userAgent = null, $httpHeaders = null) {
494
-
495
- if($httpHeaders){ $this->setHttpHeaders($httpHeaders); }
496
- if($userAgent){ $this->setUserAgent($userAgent); }
497
-
498
- $this->setDetectionType('mobile');
499
-
500
- if ($this->checkHttpHeadersForMobile()) {
501
- return true;
502
- } else {
503
- return $this->matchDetectionRulesAgainstUA();
504
- }
505
-
506
- }
507
-
508
- /**
509
- * Check if the device is a tablet.
510
- * Return true if any type of tablet device is detected.
511
- *
512
- * @param null $userAgent deprecated
513
- * @param null $httpHeaders deprecated
514
- * @return bool
515
- */
516
- public function isTablet($userAgent = null, $httpHeaders = null) {
517
-
518
- $this->setDetectionType('mobile');
519
-
520
- foreach($this->tabletDevices as $_regex){
521
- if($this->match($_regex, $userAgent)){
522
- return true;
523
- }
524
- }
525
-
526
- return false;
527
-
528
- }
529
-
530
- /**
531
- * This method checks for a certain property in the
532
- * userAgent.
533
- * @todo: The httpHeaders part is not yet used.
534
- *
535
- * @param $key
536
- * @param string $userAgent deprecated
537
- * @param string $httpHeaders deprecated
538
- * @return bool|int|null
539
- */
540
- public function is($key, $userAgent = null, $httpHeaders = null){
541
-
542
-
543
- // Set the UA and HTTP headers only if needed (eg. batch mode).
544
- if($httpHeaders) $this->setHttpHeaders($httpHeaders);
545
- if($userAgent) $this->setUserAgent($userAgent);
546
-
547
- $this->setDetectionType('extended');
548
-
549
- return $this->matchUAAgainstKey($key);
550
-
551
- }
552
-
553
- public function getOperatingSystems(){
554
-
555
- return $this->operatingSystems;
556
-
557
- }
558
-
559
- /**
560
- * Some detection rules are relative (not standard),
561
- * because of the diversity of devices, vendors and
562
- * their conventions in representing the User-Agent or
563
- * the HTTP headers.
564
- *
565
- * This method will be used to check custom regexes against
566
- * the User-Agent string.
567
- *
568
- * @param $regex
569
- * @param string $userAgent
570
- * @return bool
571
- *
572
- * @todo: search in the HTTP headers too.
573
- */
574
- function match($regex, $userAgent=null){
575
-
576
- // Escape the special character which is the delimiter.
577
- $regex = str_replace('/', '\/', $regex);
578
-
579
- return (bool)preg_match('/'.$regex.'/is', (!empty($userAgent) ? $userAgent : $this->userAgent));
580
-
581
- }
582
-
583
- /**
584
- * Get the properties array.
585
- * @return array
586
- */
587
- function getProperties(){
588
-
589
- return $this->properties;
590
-
591
- }
592
-
593
- /**
594
- * Prepare the version number.
595
- *
596
- * @param $ver
597
- * @return int
598
- */
599
- function prepareVersionNo($ver){
600
-
601
- $ver = str_replace(array('_', ' ', '/'), array('.', '.', '.'), $ver);
602
- $arrVer = explode('.', $ver, 2);
603
- $arrVer[1] = @str_replace('.', '', $arrVer[1]); // @todo: treat strings versions.
604
- $ver = (float)implode('.', $arrVer);
605
-
606
- return $ver;
607
-
608
- }
609
-
610
- /**
611
- * Check the version of the given property in the User-Agent.
612
- * Will return a float number. (eg. 2_0 will return 2.0, 4.3.1 will return 4.31)
613
- *
614
- * @param string $propertyName
615
- * @return mixed $version
616
- */
617
- function version($propertyName){
618
-
619
- $properties = $this->getProperties();
620
-
621
- // If the property is found in the User-Agent then move to the next step.
622
- if(stripos($this->userAgent, $propertyName)!==false){
623
-
624
- // Prepare the pattern to be matched.
625
- // Make sure we always deal with an array (string is converted).
626
- $properties[$propertyName] = (array)$properties[$propertyName];
627
-
628
- foreach($properties[$propertyName] as $propertyMatchString){
629
-
630
- $propertyPattern = str_replace('[VER]', self::VER, $propertyMatchString);
631
-
632
- // Escape the special character which is the delimiter.
633
- $propertyPattern = str_replace('/', '\/', $propertyPattern);
634
-
635
- // Identify and extract the version.
636
- preg_match('/'.$propertyPattern.'/is', $this->userAgent, $match);
637
-
638
- if(!empty($match[1])){
639
- $version = $this->prepareVersionNo($match[1]);
640
- return $version;
641
- }
642
-
643
- }
644
-
645
- return 0;
646
-
647
- }
648
-
649
- return false;
650
-
651
- }
652
-
653
- function mobileGrade(){
654
-
655
- $isMobile = $this->isMobile();
656
-
657
- if(
658
- // Apple iOS 3.2-5.1 - Tested on the original iPad (4.3 / 5.0), iPad 2 (4.3), iPad 3 (5.1), original iPhone (3.1), iPhone 3 (3.2), 3GS (4.3), 4 (4.3 / 5.0), and 4S (5.1)
659
- $this->version('iPad')>=4.3 ||
660
- $this->version('iPhone')>=3.1 ||
661
- $this->version('iPod')>=3.1 ||
662
-
663
- // Android 2.1-2.3 - Tested on the HTC Incredible (2.2), original Droid (2.2), HTC Aria (2.1), Google Nexus S (2.3). Functional on 1.5 & 1.6 but performance may be sluggish, tested on Google G1 (1.5)
664
- // Android 3.1 (Honeycomb) - Tested on the Samsung Galaxy Tab 10.1 and Motorola XOOM
665
- // Android 4.0 (ICS) - Tested on a Galaxy Nexus. Note: transition performance can be poor on upgraded devices
666
- // Android 4.1 (Jelly Bean) - Tested on a Galaxy Nexus and Galaxy 7
667
- ( $this->version('Android')>2.1 && $this->is('Webkit') ) ||
668
-
669
- // Windows Phone 7-7.5 - Tested on the HTC Surround (7.0) HTC Trophy (7.5), LG-E900 (7.5), Nokia Lumia 800
670
- $this->version('Windows Phone OS')>=7.0 ||
671
-
672
- // Blackberry 7 - Tested on BlackBerry® Torch 9810
673
- // Blackberry 6.0 - Tested on the Torch 9800 and Style 9670
674
- $this->version('BlackBerry')>=6.0 ||
675
- // Blackberry Playbook (1.0-2.0) - Tested on PlayBook
676
- $this->match('Playbook.*Tablet') ||
677
-
678
- // Palm WebOS (1.4-2.0) - Tested on the Palm Pixi (1.4), Pre (1.4), Pre 2 (2.0)
679
- ( $this->version('webOS')>=1.4 && $this->match('Palm|Pre|Pixi') ) ||
680
- // Palm WebOS 3.0 - Tested on HP TouchPad
681
- $this->match('hp.*TouchPad') ||
682
-
683
- // Firefox Mobile (12 Beta) - Tested on Android 2.3 device
684
- ( $this->is('Firefox') && $this->version('Firefox')>=12 ) ||
685
-
686
- // Chrome for Android - Tested on Android 4.0, 4.1 device
687
- ( $this->is('Chrome') && $this->is('AndroidOS') && $this->version('Android')>=4.0 ) ||
688
-
689
- // Skyfire 4.1 - Tested on Android 2.3 device
690
- ( $this->is('Skyfire') && $this->version('Skyfire')>=4.1 && $this->is('AndroidOS') && $this->version('Android')>=2.3 ) ||
691
-
692
- // Opera Mobile 11.5-12: Tested on Android 2.3
693
- ( $this->is('Opera') && $this->version('Opera Mobi')>11 && $this->is('AndroidOS') ) ||
694
-
695
- // Meego 1.2 - Tested on Nokia 950 and N9
696
- $this->is('MeeGoOS') ||
697
-
698
- // Tizen (pre-release) - Tested on early hardware
699
- $this->is('Tizen') ||
700
-
701
- // Samsung Bada 2.0 - Tested on a Samsung Wave 3, Dolphin browser
702
- // @todo: more tests here!
703
- $this->is('Dolfin') && $this->version('Bada')>=2.0 ||
704
-
705
- // UC Browser - Tested on Android 2.3 device
706
- ( ($this->is('UC Browser') || $this->is('Dolfin')) && $this->version('Android')>=2.3 ) ||
707
-
708
- // Kindle 3 and Fire - Tested on the built-in WebKit browser for each
709
- ( $this->match('Kindle Fire') ||
710
- $this->is('Kindle') && $this->version('Kindle')>=3.0 ) ||
711
-
712
- // Nook Color 1.4.1 - Tested on original Nook Color, not Nook Tablet
713
- $this->is('AndroidOS') && $this->is('NookTablet') ||
714
-
715
- // Chrome Desktop 11-21 - Tested on OS X 10.7 and Windows 7
716
- $this->version('Chrome')>=11 && !$isMobile ||
717
-
718
- // Safari Desktop 4-5 - Tested on OS X 10.7 and Windows 7
719
- $this->version('Safari')>=5.0 && !$isMobile ||
720
-
721
- // Firefox Desktop 4-13 - Tested on OS X 10.7 and Windows 7
722
- $this->version('Firefox')>=4.0 && !$isMobile ||
723
-
724
- // Internet Explorer 7-9 - Tested on Windows XP, Vista and 7
725
- $this->version('MSIE')>=7.0 && !$isMobile ||
726
-
727
- // Opera Desktop 10-12 - Tested on OS X 10.7 and Windows 7
728
- // @reference: http://my.opera.com/community/openweb/idopera/
729
- $this->version('Opera')>=10 && !$isMobile
730
-
731
-
732
- ){
733
- return 'A';
734
- }
735
-
736
- if(
737
- // Blackberry 5.0: Tested on the Storm 2 9550, Bold 9770
738
- $this->version('BlackBerry')>=5 && $this->version('BlackBerry')<6 ||
739
-
740
- //Opera Mini (5.0-6.5) - Tested on iOS 3.2/4.3 and Android 2.3
741
- ( $this->version('Opera Mini')>=5.0 && $this->version('Opera Mini')<=6.5 &&
742
- ($this->version('Android')>=2.3 || $this->is('iOS')) ) ||
743
-
744
- // Nokia Symbian^3 - Tested on Nokia N8 (Symbian^3), C7 (Symbian^3), also works on N97 (Symbian^1)
745
- $this->match('NokiaN8|NokiaC7|N97.*Series60|Symbian/3') ||
746
-
747
- // @todo: report this (tested on Nokia N71)
748
- $this->version('Opera Mobi')>=11 && $this->is('SymbianOS')
749
-
750
- ){
751
- return 'B';
752
- }
753
-
754
- if(
755
- // Blackberry 4.x - Tested on the Curve 8330
756
- $this->version('BlackBerry')<5.0 ||
757
- // Windows Mobile - Tested on the HTC Leo (WinMo 5.2)
758
- $this->match('MSIEMobile|Windows CE.*Mobile') || $this->version('Windows Mobile')<=5.2
759
-
760
-
761
- ){
762
-
763
- return 'C';
764
-
765
- }
766
-
767
- // All older smartphone platforms and featurephones - Any device that doesn't support media queries will receive the basic, C grade experience
768
- return 'C';
769
-
770
-
771
- }
772
-
773
-
774
  }
1
+ <?php
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 - 2017 RocketTheme, LLC
6
+ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
+ *
8
+ * original license:
9
+ *
10
+ * MIT License
11
+ * ===========
12
+ *
13
+ * Permission is hereby granted, free of charge, to any person obtaining
14
+ * a copy of this software and associated documentation files (the
15
+ * "Software"), to deal in the Software without restriction, including
16
+ * without limitation the rights to use, copy, modify, merge, publish,
17
+ * distribute, sublicense, and/or sell copies of the Software, and to
18
+ * permit persons to whom the Software is furnished to do so, subject to
19
+ * the following conditions:
20
+ *
21
+ * The above copyright notice and this permission notice shall be included
22
+ * in all copies or substantial portions of the Software.
23
+ *
24
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
27
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
28
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31
+ *
32
+ *
33
+ * @author Serban Ghita <serbanghita@gmail.com>
34
+ * Victor Stanciu <vic.stanciu@gmail.com> (until v.1.0)
35
+ * @license MIT License https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
36
+ * @link Official page: http://mobiledetect.net
37
+ * GitHub Repository: https://github.com/serbanghita/Mobile-Detect
38
+ * Google Code Old Page: http://code.google.com/p/php-mobile-detect/
39
+ */
40
+
41
+ class GantryMobileDetect {
42
+
43
+ protected $scriptVersion = '2.5.4';
44
+
45
+ // External info.
46
+ protected $userAgent = null;
47
+ protected $httpHeaders;
48
+
49
+ // Arrays holding all detection rules.
50
+ protected $mobileDetectionRules = null;
51
+ protected $mobileDetectionRulesExtended = null;
52
+ // Type of detection to use.
53
+ protected $detectionType = 'mobile'; // mobile, extended @todo: refactor this.
54
+
55
+ // List of mobile devices (phones)
56
+ protected $phoneDevices = array(
57
+ 'iPhone' => '(iPhone.*Mobile|iPod|iTunes)',
58
+ 'BlackBerry' => 'BlackBerry|rim[0-9]+',
59
+ 'HTC' => 'HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6425|001HT|Inspire 4G',
60
+ 'Nexus' => 'Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile',
61
+ // @todo: Is 'Dell Streak' a tablet or a phone? ;)
62
+ 'Dell' => 'Dell.*Streak|Dell.*Aero|Dell.*Venue|DELL.*Venue Pro|Dell Flash|Dell Smoke|Dell Mini 3iX|XCD28|XCD35|\b001DL\b|\b101DL\b|\bGS01\b',
63
+ 'Motorola' => 'Motorola|\bDroid\b.*Build|DROIDX|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT909|XT910|XT912|XT928',
64
+ 'Samsung' => 'Samsung|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9300 |GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-P6810|GT-P7100|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N8010',
65
+ 'Sony' => 'sony|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i',
66
+ 'Asus' => 'Asus.*Galaxy',
67
+ 'Palm' => 'PalmSource|Palm', // avantgo|blazer|elaine|hiptop|plucker|xiino ; @todo - complete the regex.
68
+ 'Vertu' => 'Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature', // Just for fun ;)
69
+ // @ref: http://www.pantech.co.kr/en/prod/prodList.do?gbrand=VEGA (PANTECH)
70
+ // Most of the VEGA devices are legacy. PANTECH seem to be newer devices based on Android.
71
+ 'Pantech' => 'PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790',
72
+ // @ref: http://www.fly-phone.com/devices/smartphones/ ; Included only smartphones.
73
+ 'Fly' => 'IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250',
74
+ 'GenericPhone' => 'PDA;|PPC;|SAGEM|mmp|pocket|psp|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|wap|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser|LG-P500'
75
+ );
76
+ // List of tablet devices.
77
+ protected $tabletDevices = array(
78
+ 'BlackBerryTablet' => 'PlayBook|RIM Tablet',
79
+ 'iPad' => 'iPad|iPad.*Mobile', // @todo: check for mobile friendly emails topic.
80
+ 'NexusTablet' => '^.*Android.*Nexus(((?:(?!Mobile))|(?:(\s(7|10).+))).)*$',
81
+ // @reference: http://www.labnol.org/software/kindle-user-agent-string/20378/
82
+ 'Kindle' => 'Kindle|Silk.*Accelerated',
83
+ 'SamsungTablet' => 'SAMSUNG.*Tablet|Galaxy.*Tab|GT-P1000|GT-P1010|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P6810|GT-P7501',
84
+ 'HTCtablet' => 'HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200',
85
+ 'MotorolaTablet' => 'xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617',
86
+ 'AsusTablet' => 'Transformer|TF101',
87
+ 'NookTablet' => 'Android.*Nook|NookColor|nook browser|BNTV250A|LogicPD Zoom2',
88
+ // @ref: http://www.acer.ro/ac/ro/RO/content/drivers
89
+ // @ref: http://www.packardbell.co.uk/pb/en/GB/content/download (Packard Bell is part of Acer)
90
+ 'AcerTablet' => 'Android.*\b(A100|A101|A200|A500|A501|A510|A700|A701|W500|W500P|W501|W501P|G100|G100W)\b',
91
+ // @ref: http://eu.computers.toshiba-europe.com/innovation/family/Tablets/1098744/banner_id/tablet_footerlink/
92
+ // @ref: http://us.toshiba.com/tablets/tablet-finder
93
+ // @ref: http://www.toshiba.co.jp/regza/tablet/
94
+ 'ToshibaTablet' => 'Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)',
95
+ 'YarvikTablet' => 'Android.*(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468)',
96
+ 'MedionTablet' => 'Android.*\bOYO\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB',
97
+ 'ArnovaTablet' => 'AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT',
98
+ // @reference: http://wiki.archosfans.com/index.php?title=Main_Page
99
+ 'ArchosTablet' => 'Android.*ARCHOS|101G9|80G9',
100
+ // @reference: http://en.wikipedia.org/wiki/NOVO7
101
+ 'AinolTablet' => 'NOVO7|Novo7Aurora|Novo7Basic|NOVO7PALADIN',
102
+ // @todo: inspect http://esupport.sony.com/US/p/select-system.pl?DIRECTOR=DRIVER
103
+ 'SonyTablet' => 'Sony Tablet|Sony Tablet S',
104
+ // @ref: db + http://www.cube-tablet.com/buy-products.html
105
+ 'CubeTablet' => 'Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)',
106
+ // @ref: http://www.cobyusa.com/?p=pcat&pcat_id=3001
107
+ 'CobyTablet' => 'MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010',
108
+ // @ref: http://pdadb.net/index.php?m=pdalist&list=SMiT (NoName Chinese Tablets)
109
+ // @ref: http://www.imp3.net/14/show.php?itemid=20454
110
+ 'SMiTTablet' => 'Android.*(\bMID\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)',
111
+ // @ref: http://www.rock-chips.com/index.php?do=prod&pid=2
112
+ 'RockChipTablet' => 'Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A',
113
+ // @ref: http://www.telstra.com.au/home-phone/thub-2/
114
+ 'TelstraTablet' => 'T-Hub2',
115
+ // @ref: http://www.fly-phone.com/devices/tablets/ ; http://www.fly-phone.com/service/
116
+ 'FlyTablet' => 'IQ310|Fly Vision',
117
+ // @ref: http://www.bqreaders.com/gb/tablets-prices-sale.html
118
+ 'bqTablet' => 'bq.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant)',
119
+ // @ref: http://www.huaweidevice.com/worldwide/productFamily.do?method=index&directoryId=5011&treeId=3290
120
+ // @ref: http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index&directoryId=3372&treeId=0&tb=1&type=software (including legacy tablets)
121
+ 'HuaweiTablet' => 'MediaPad|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim',
122
+ 'GenericTablet' => 'Android.*\b97D\b|Tablet(?!.*PC)|ViewPad7|LG-V909|MID7015|BNTV250A|LogicPD Zoom2|\bA7EB\b|CatNova8|A1_07|CT704|CT1002|\bM721\b|hp-tablet',
123
+ );
124
+ // List of mobile Operating Systems.
125
+ protected $operatingSystems = array(
126
+ 'AndroidOS' => 'Android',
127
+ 'BlackBerryOS' => 'blackberry|rim tablet os',
128
+ 'PalmOS' => 'PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino',
129
+ 'SymbianOS' => 'Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\bS60\b',
130
+ // @reference: http://en.wikipedia.org/wiki/Windows_Mobile
131
+ 'WindowsMobileOS' => 'Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Window Mobile|Windows Phone [0-9.]+|WCE;',
132
+ // @reference: http://en.wikipedia.org/wiki/Windows_Phone
133
+ // http://wifeng.cn/?r=blog&a=view&id=106
134
+ // http://nicksnettravels.builttoroam.com/post/2011/01/10/Bogus-Windows-Phone-7-User-Agent-String.aspx
135
+ 'WindowsPhoneOS' => 'Windows Phone OS|XBLWP7|ZuneWP7',
136
+ 'iOS' => 'iphone|ipod|ipad',
137
+ 'FlashLiteOS' => '',
138
+ // http://en.wikipedia.org/wiki/MeeGo
139
+ // @todo: research MeeGo in UAs
140
+ 'MeeGoOS' => 'MeeGo',
141
+ // http://en.wikipedia.org/wiki/Maemo
142
+ // @todo: research Maemo in UAs
143
+ 'MaemoOS' => 'Maemo',
144
+ 'JavaOS' => 'J2ME/MIDP|Java/',
145
+ 'webOS' => 'webOS|hpwOS',
146
+ 'badaOS' => '\bBada\b',
147
+ 'BREWOS' => 'BREW',
148
+ );
149
+ // List of mobile User Agents.
150
+ protected $userAgents = array(
151
+ // @reference: https://developers.google.com/chrome/mobile/docs/user-agent
152
+ 'Chrome' => '\bCrMo\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?',
153
+ 'Dolfin' => '\bDolfin\b',
154
+ 'Opera' => 'Opera.*Mini|Opera.*Mobi|Android.*Opera',
155
+ 'Skyfire' => 'Skyfire',
156
+ 'IE' => 'IEMobile|MSIEMobile',
157
+ 'Firefox' => 'fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile',
158
+ 'Bolt' => 'bolt',
159
+ 'TeaShark' => 'teashark',
160
+ 'Blazer' => 'Blazer',
161
+ // @reference: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/OptimizingforSafarioniPhone/OptimizingforSafarioniPhone.html#//apple_ref/doc/uid/TP40006517-SW3
162
+ 'Safari' => 'Version.*Mobile.*Safari|Safari.*Mobile',
163
+ // @ref: http://en.wikipedia.org/wiki/Midori_(web_browser)
164
+ //'Midori' => 'midori',
165
+ 'Tizen' => 'Tizen',
166
+ 'UCBrowser' => 'UC.*Browser|UCWEB',
167
+ // @ref: https://github.com/serbanghita/Mobile-Detect/issues/7
168
+ 'DiigoBrowser' => 'DiigoBrowser',
169
+ // http://www.puffinbrowser.com/index.php
170
+ 'Puffin' => 'Puffin',
171
+ // @reference: http://en.wikipedia.org/wiki/Minimo
172
+ // http://en.wikipedia.org/wiki/Vision_Mobile_Browser
173
+ 'GenericBrowser' => 'NokiaBrowser|OviBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision'
174
+ );
175
+ // Utilities.
176
+ protected $utilities = array(
177
+ 'WebKit' => '(webkit)[ /]([\w.]+)',
178
+ 'Bot' => 'Googlebot|DoCoMo|YandexBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|facebookexternalhit',
179
+ 'MobileBot' => 'Googlebot-Mobile|DoCoMo|YahooSeeker/M1A1-R2D2',
180
+ );
181
+ // Properties list.
182
+ // @reference: http://user-agent-string.info/list-of-ua#Mobile Browser
183
+ const VER = '([\w._]+)';
184
+ protected $properties = array(
185
+
186
+ // Build
187
+ 'Mobile' => 'Mobile/[VER]',
188
+ 'Build' => 'Build/[VER]',
189
+ 'Version' => 'Version/[VER]',
190
+ 'VendorID' => 'VendorID/[VER]',
191
+
192
+ // Devices
193
+ 'iPad' => 'iPad.*CPU[a-z ]+[VER]',
194
+ 'iPhone' => 'iPhone.*CPU[a-z ]+[VER]',
195
+ 'iPod' => 'iPod.*CPU[a-z ]+[VER]',
196
+ //'BlackBerry' => array('BlackBerry[VER]', 'BlackBerry [VER];'),
197
+ 'Kindle' => 'Kindle/[VER]',
198
+
199
+ // Browser
200
+ 'Chrome' => 'Chrome/[VER]',
201
+ 'CriOS' => 'CriOS/[VER]',
202
+ 'Dolfin' => 'Dolfin/[VER]',
203
+ // @reference: https://developer.mozilla.org/en-US/docs/User_Agent_Strings_Reference
204
+ 'Firefox' => 'Firefox/[VER]',
205
+ 'Fennec' => 'Fennec/[VER]',
206
+ // @reference: http://msdn.microsoft.com/en-us/library/ms537503(v=vs.85).aspx
207
+ 'IEMobile' => array('IEMobile/[VER];', 'IEMobile [VER]'),
208
+ 'MSIE' => 'MSIE [VER];',
209
+ // http://en.wikipedia.org/wiki/NetFront
210
+ 'NetFront' => 'NetFront/[VER]',
211
+ 'NokiaBrowser' => 'NokiaBrowser/[VER]',
212
+ 'Opera' => 'Version/[VER]',
213
+ 'Opera Mini' => 'Opera Mini/[VER]',
214
+ 'Opera Mobi' => 'Version/[VER]',
215
+ 'UC Browser' => 'UC Browser[VER]',
216
+ 'Safari' => 'Version/[VER]',
217
+ 'Skyfire' => 'Skyfire/[VER]',
218
+ 'Tizen' => 'Tizen/[VER]',
219
+ 'Webkit' => 'webkit[ /][VER]',
220
+
221
+ // Engine
222
+ 'Gecko' => 'Gecko/[VER]',
223
+ 'Trident' => 'Trident/[VER]',
224
+ 'Presto' => 'Presto/[VER]',
225
+
226
+ // OS
227
+ 'Android' => 'Android [VER]',
228
+ 'BlackBerry' => array('BlackBerry[\w]+/[VER]', 'BlackBerry.*Version/[VER]'),
229
+ 'BREW' => 'BREW [VER]',
230
+ 'Java' => 'Java/[VER]',
231
+ // @reference: http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/08/29/introducing-the-ie9-on-windows-phone-mango-user-agent-string.aspx
232
+ // @reference: http://en.wikipedia.org/wiki/Windows_NT#Releases
233
+ 'Windows Phone OS' => 'Windows Phone OS [VER]',
234
+ 'Windows Phone' => 'Windows Phone [VER]',
235
+ 'Windows CE' => 'Windows CE/[VER]',
236
+ // http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/6be392da-4d2f-41b4-8354-8dcee20c85cd
237
+ 'Windows NT' => 'Windows NT [VER]',
238
+ 'Symbian' => array('SymbianOS/[VER]', 'Symbian/[VER]'),
239
+ 'webOS' => array('webOS/[VER]', 'hpwOS/[VER];'),
240
+
241
+
242
+ );
243
+
244
+ function __construct(){
245
+
246
+ $this->setHttpHeaders();
247
+ $this->setUserAgent();
248
+
249
+ $this->setMobileDetectionRules();
250
+ $this->setMobileDetectionRulesExtended();
251
+
252
+ }
253
+
254
+
255
+ /**
256
+ * Get the current script version.
257
+ * This is useful for the demo.php file,
258
+ * so people can check on what version they are testing
259
+ * for mobile devices.
260
+ */
261
+ public function getScriptVersion(){
262
+
263
+ return $this->scriptVersion;
264
+
265
+ }
266
+
267
+ public function setHttpHeaders($httpHeaders = null){
268
+
269
+ if(!empty($httpHeaders)){
270
+ $this->httpHeaders = $httpHeaders;
271
+ } else {
272
+ foreach($_SERVER as $key => $value){
273
+ if(substr($key,0,5)=='HTTP_'){
274
+ $this->httpHeaders[$key] = $value;
275
+ }
276
+ }
277
+ }
278
+
279
+ }
280
+
281
+ public function getHttpHeaders(){
282
+
283
+ return $this->httpHeaders;
284
+
285
+ }
286
+
287
+ public function setUserAgent($userAgent = null){
288
+
289
+ if(!empty($userAgent)){
290
+ $this->userAgent = $userAgent;
291
+ } else {
292
+ $this->userAgent = isset($this->httpHeaders['HTTP_USER_AGENT']) ? $this->httpHeaders['HTTP_USER_AGENT'] : null;
293
+
294
+ if(empty($this->userAgent)){
295
+ $this->userAgent = isset($this->httpHeaders['HTTP_X_DEVICE_USER_AGENT']) ? $this->httpHeaders['HTTP_X_DEVICE_USER_AGENT'] : null;
296
+ }
297
+ // Header can occur on devices using Opera Mini (can expose the real device type). Let's concatenate it (we need this extra info in the regexes).
298
+ if(!empty($this->httpHeaders['HTTP_X_OPERAMINI_PHONE_UA'])){
299
+ $this->userAgent .= ' '.$this->httpHeaders['HTTP_X_OPERAMINI_PHONE_UA'];
300
+ }
301
+ }
302
+
303
+ }
304
+
305
+ public function getUserAgent(){
306
+
307
+ return $this->userAgent;
308
+
309
+ }
310
+
311
+ function setDetectionType($type = null){
312
+
313
+ $this->detectionType = (!empty($type) ? $type : 'mobile');
314
+
315
+ }
316
+
317
+ public function getPhoneDevices(){
318
+
319
+ return $this->phoneDevices;
320
+
321
+ }
322
+
323
+ public function getTabletDevices(){
324
+
325
+ return $this->tabletDevices;
326
+
327
+ }
328
+
329
+ /**
330
+ * Method sets the mobile detection rules.
331
+ *
332
+ * This method is used for the magic methods $detect->is*()
333
+ */
334
+ public function setMobileDetectionRules(){
335
+ // Merge all rules together.
336
+ $this->mobileDetectionRules = array_merge(
337
+ $this->phoneDevices,
338
+ $this->tabletDevices,
339
+ $this->operatingSystems,
340
+ $this->userAgents
341
+ );
342
+
343
+ }
344
+
345
+ /**
346
+ * Method sets the mobile detection rules + utilities.
347
+ * The reason this is separate is because utilities rules
348
+ * don't necessary imply mobile.
349
+ *
350
+ * This method is used inside the new $detect->is('stuff') method.
351
+ *
352
+ * @return bool
353
+ */
354
+ public function setMobileDetectionRulesExtended(){
355
+
356
+ // Merge all rules together.
357
+ $this->mobileDetectionRulesExtended = array_merge(
358
+ $this->phoneDevices,
359
+ $this->tabletDevices,
360
+ $this->operatingSystems,
361
+ $this->userAgents,
362
+ $this->utilities
363
+ );
364
+
365
+ }
366
+
367
+ /**
368
+ * @return array
369
+ */
370
+ public function getRules()
371
+ {
372
+
373
+ if($this->detectionType=='extended'){
374
+ return $this->mobileDetectionRulesExtended;
375
+ } else {
376
+ return $this->mobileDetectionRules;
377
+ }
378
+
379
+ }
380
+
381
+ /**
382
+ * Check the HTTP headers for signs of mobile.
383
+ * This is the fastest mobile check possible; it's used
384
+ * inside isMobile() method.
385
+ * @return boolean
386
+ */
387
+ public function checkHttpHeadersForMobile(){
388
+
389
+ if(
390
+ isset($this->httpHeaders['HTTP_ACCEPT']) &&
391
+ (strpos($this->httpHeaders['HTTP_ACCEPT'], 'application/x-obml2d') !== false || // Opera Mini; @reference: http://dev.opera.com/articles/view/opera-binary-markup-language/
392
+ strpos($this->httpHeaders['HTTP_ACCEPT'], 'application/vnd.rim.html') !== false || // BlackBerry devices.
393
+ strpos($this->httpHeaders['HTTP_ACCEPT'], 'text/vnd.wap.wml') !== false ||
394
+ strpos($this->httpHeaders['HTTP_ACCEPT'], 'application/vnd.wap.xhtml+xml') !== false) ||
395
+ isset($this->httpHeaders['HTTP_X_WAP_PROFILE']) || // @todo: validate
396
+ isset($this->httpHeaders['HTTP_X_WAP_CLIENTID']) ||
397
+ isset($this->httpHeaders['HTTP_WAP_CONNECTION']) ||
398
+ isset($this->httpHeaders['HTTP_PROFILE']) ||
399
+ isset($this->httpHeaders['HTTP_X_OPERAMINI_PHONE_UA']) || // Reported by Nokia devices (eg. C3)
400
+ isset($this->httpHeaders['HTTP_X_NOKIA_IPADDRESS']) ||
401
+ isset($this->httpHeaders['HTTP_X_NOKIA_GATEWAY_ID']) ||
402
+ isset($this->httpHeaders['HTTP_X_ORANGE_ID']) ||
403
+ isset($this->httpHeaders['HTTP_X_VODAFONE_3GPDPCONTEXT']) ||
404
+ isset($this->httpHeaders['HTTP_X_HUAWEI_USERID']) ||
405
+ isset($this->httpHeaders['HTTP_UA_OS']) || // Reported by Windows Smartphones.
406
+ isset($this->httpHeaders['HTTP_X_MOBILE_GATEWAY']) || // Reported by Verizon, Vodafone proxy system.
407
+ isset($this->httpHeaders['HTTP_X_ATT_DEVICEID']) || // Seend this on HTC Sensation. @ref: SensationXE_Beats_Z715e
408
+ //HTTP_X_NETWORK_TYPE = WIFI
409
+ ( isset($this->httpHeaders['HTTP_UA_CPU']) &&
410
+ $this->httpHeaders['HTTP_UA_CPU'] == 'ARM' // Seen this on a HTC.
411
+ )
412
+ ){
413
+
414
+ return true;
415
+
416
+ }
417
+
418
+ return false;
419
+
420
+ }
421
+
422
+ /**
423
+ * Magic overloading method.
424
+ *
425
+ * @method boolean is[...]()
426
+ * @param string $name
427
+ * @param array $arguments
428
+ * @return mixed
429
+ */
430
+ public function __call($name, $arguments)
431
+ {
432
+
433
+ $this->setDetectionType('mobile');
434
+
435
+ $key = substr($name, 2);
436
+ return $this->matchUAAgainstKey($key);
437
+
438
+ }
439
+
440
+ /**
441
+ * Find a detection rule that matches the current User-agent.
442
+ *
443
+ * @param null $userAgent deprecated
444
+ * @return boolean
445
+ */
446
+ private function matchDetectionRulesAgainstUA($userAgent = null){
447
+
448
+ // Begin general search.
449
+ foreach($this->getRules() as $_regex){
450
+ if(empty($_regex)){ continue; }
451
+ if( $this->match($_regex, $userAgent) ){
452
+ //var_dump( $_regex );
453
+ return true;
454
+ }
455
+ }
456
+
457
+ return false;
458
+
459
+ }
460
+
461
+ /**
462
+ * Search for a certain key in the rules array.
463
+ * If the key is found the try to match the corresponding
464
+ * regex agains the User-agent.
465
+ *
466
+ * @param string $key
467
+ * @param null $userAgent deprecated
468
+ * @return mixed
469
+ */
470
+ private function matchUAAgainstKey($key, $userAgent = null){
471
+
472
+ // Make the keys lowercase so we can match: isIphone(), isiPhone(), isiphone(), etc.
473
+ $key = strtolower($key);
474
+ $_rules = array_change_key_case($this->getRules());
475
+
476
+ if(array_key_exists($key, $_rules)){
477
+ if(empty($_rules[$key])){ return null; }
478
+ return $this->match($_rules[$key], $userAgent);
479
+ }
480
+
481
+ return false;
482
+
483
+ }
484
+
485
+ /**
486
+ * Check if the device is mobile.
487
+ * Returns true if any type of mobile device detected, including special ones
488
+ * @param null $userAgent deprecated
489
+ * @param null $httpHeaders deprecated
490
+ * @return bool
491
+ */
492
+ public function isMobile($userAgent = null, $httpHeaders = null) {
493
+
494
+ if($httpHeaders){ $this->setHttpHeaders($httpHeaders); }
495
+ if($userAgent){ $this->setUserAgent($userAgent); }
496
+
497
+ $this->setDetectionType('mobile');
498
+
499
+ if ($this->checkHttpHeadersForMobile()) {
500
+ return true;
501
+ } else {
502
+ return $this->matchDetectionRulesAgainstUA();
503
+ }
504
+
505
+ }
506
+
507
+ /**
508
+ * Check if the device is a tablet.
509
+ * Return true if any type of tablet device is detected.
510
+ *
511
+ * @param null $userAgent deprecated
512
+ * @param null $httpHeaders deprecated
513
+ * @return bool
514
+ */
515
+ public function isTablet($userAgent = null, $httpHeaders = null) {
516
+
517
+ $this->setDetectionType('mobile');
518
+
519
+ foreach($this->tabletDevices as $_regex){
520
+ if($this->match($_regex, $userAgent)){
521
+ return true;
522
+ }
523
+ }
524
+
525
+ return false;
526
+
527
+ }
528
+
529
+ /**
530
+ * This method checks for a certain property in the
531
+ * userAgent.
532
+ * @todo: The httpHeaders part is not yet used.
533
+ *
534
+ * @param $key
535
+ * @param string $userAgent deprecated
536
+ * @param string $httpHeaders deprecated
537
+ * @return bool|int|null
538
+ */
539
+ public function is($key, $userAgent = null, $httpHeaders = null){
540
+
541
+
542
+ // Set the UA and HTTP headers only if needed (eg. batch mode).
543
+ if($httpHeaders) $this->setHttpHeaders($httpHeaders);
544
+ if($userAgent) $this->setUserAgent($userAgent);
545
+
546
+ $this->setDetectionType('extended');
547
+
548
+ return $this->matchUAAgainstKey($key);
549
+
550
+ }
551
+
552
+ public function getOperatingSystems(){
553
+
554
+ return $this->operatingSystems;
555
+
556
+ }
557
+
558
+ /**
559
+ * Some detection rules are relative (not standard),
560
+ * because of the diversity of devices, vendors and
561
+ * their conventions in representing the User-Agent or
562
+ * the HTTP headers.
563
+ *
564
+ * This method will be used to check custom regexes against
565
+ * the User-Agent string.
566
+ *
567
+ * @param $regex
568
+ * @param string $userAgent
569
+ * @return bool
570
+ *
571
+ * @todo: search in the HTTP headers too.
572
+ */
573
+ function match($regex, $userAgent=null){
574
+
575
+ // Escape the special character which is the delimiter.
576
+ $regex = str_replace('/', '\/', $regex);
577
+
578
+ return (bool)preg_match('/'.$regex.'/is', (!empty($userAgent) ? $userAgent : $this->userAgent));
579
+
580
+ }
581
+
582
+ /**
583
+ * Get the properties array.
584
+ * @return array
585
+ */
586
+ function getProperties(){
587
+
588
+ return $this->properties;
589
+
590
+ }
591
+
592
+ /**
593
+ * Prepare the version number.
594
+ *
595
+ * @param $ver
596
+ * @return int
597
+ */
598
+ function prepareVersionNo($ver){
599
+
600
+ $ver = str_replace(array('_', ' ', '/'), array('.', '.', '.'), $ver);
601
+ $arrVer = explode('.', $ver, 2);
602
+ $arrVer[1] = @str_replace('.', '', $arrVer[1]); // @todo: treat strings versions.
603
+ $ver = (float)implode('.', $arrVer);
604
+
605
+ return $ver;
606
+
607
+ }
608
+
609
+ /**
610
+ * Check the version of the given property in the User-Agent.
611
+ * Will return a float number. (eg. 2_0 will return 2.0, 4.3.1 will return 4.31)
612
+ *
613
+ * @param string $propertyName
614
+ * @return mixed $version
615
+ */
616
+ function version($propertyName){
617
+
618
+ $properties = $this->getProperties();
619
+
620
+ // If the property is found in the User-Agent then move to the next step.
621
+ if(stripos($this->userAgent, $propertyName)!==false){
622
+
623
+ // Prepare the pattern to be matched.
624
+ // Make sure we always deal with an array (string is converted).
625
+ $properties[$propertyName] = (array)$properties[$propertyName];
626
+
627
+ foreach($properties[$propertyName] as $propertyMatchString){
628
+
629
+ $propertyPattern = str_replace('[VER]', self::VER, $propertyMatchString);
630
+
631
+ // Escape the special character which is the delimiter.
632
+ $propertyPattern = str_replace('/', '\/', $propertyPattern);
633
+
634
+ // Identify and extract the version.
635
+ preg_match('/'.$propertyPattern.'/is', $this->userAgent, $match);
636
+
637
+ if(!empty($match[1])){
638
+ $version = $this->prepareVersionNo($match[1]);
639
+ return $version;
640
+ }
641
+
642
+ }
643
+
644
+ return 0;
645
+
646
+ }
647
+
648
+ return false;
649
+
650
+ }
651
+
652
+ function mobileGrade(){
653
+
654
+ $isMobile = $this->isMobile();
655
+
656
+ if(
657
+ // Apple iOS 3.2-5.1 - Tested on the original iPad (4.3 / 5.0), iPad 2 (4.3), iPad 3 (5.1), original iPhone (3.1), iPhone 3 (3.2), 3GS (4.3), 4 (4.3 / 5.0), and 4S (5.1)
658
+ $this->version('iPad')>=4.3 ||
659
+ $this->version('iPhone')>=3.1 ||
660
+ $this->version('iPod')>=3.1 ||
661
+
662
+ // Android 2.1-2.3 - Tested on the HTC Incredible (2.2), original Droid (2.2), HTC Aria (2.1), Google Nexus S (2.3). Functional on 1.5 & 1.6 but performance may be sluggish, tested on Google G1 (1.5)
663
+ // Android 3.1 (Honeycomb) - Tested on the Samsung Galaxy Tab 10.1 and Motorola XOOM
664
+ // Android 4.0 (ICS) - Tested on a Galaxy Nexus. Note: transition performance can be poor on upgraded devices
665
+ // Android 4.1 (Jelly Bean) - Tested on a Galaxy Nexus and Galaxy 7
666
+ ( $this->version('Android')>2.1 && $this->is('Webkit') ) ||
667
+
668
+ // Windows Phone 7-7.5 - Tested on the HTC Surround (7.0) HTC Trophy (7.5), LG-E900 (7.5), Nokia Lumia 800
669
+ $this->version('Windows Phone OS')>=7.0 ||
670
+
671
+ // Blackberry 7 - Tested on BlackBerry® Torch 9810
672
+ // Blackberry 6.0 - Tested on the Torch 9800 and Style 9670
673
+ $this->version('BlackBerry')>=6.0 ||
674
+ // Blackberry Playbook (1.0-2.0) - Tested on PlayBook
675
+ $this->match('Playbook.*Tablet') ||
676
+
677
+ // Palm WebOS (1.4-2.0) - Tested on the Palm Pixi (1.4), Pre (1.4), Pre 2 (2.0)
678
+ ( $this->version('webOS')>=1.4 && $this->match('Palm|Pre|Pixi') ) ||
679
+ // Palm WebOS 3.0 - Tested on HP TouchPad
680
+ $this->match('hp.*TouchPad') ||
681
+
682
+ // Firefox Mobile (12 Beta) - Tested on Android 2.3 device
683
+ ( $this->is('Firefox') && $this->version('Firefox')>=12 ) ||
684
+
685
+ // Chrome for Android - Tested on Android 4.0, 4.1 device
686
+ ( $this->is('Chrome') && $this->is('AndroidOS') && $this->version('Android')>=4.0 ) ||
687
+
688
+ // Skyfire 4.1 - Tested on Android 2.3 device
689
+ ( $this->is('Skyfire') && $this->version('Skyfire')>=4.1 && $this->is('AndroidOS') && $this->version('Android')>=2.3 ) ||
690
+
691
+ // Opera Mobile 11.5-12: Tested on Android 2.3
692
+ ( $this->is('Opera') && $this->version('Opera Mobi')>11 && $this->is('AndroidOS') ) ||
693
+
694
+ // Meego 1.2 - Tested on Nokia 950 and N9
695
+ $this->is('MeeGoOS') ||
696
+
697
+ // Tizen (pre-release) - Tested on early hardware
698
+ $this->is('Tizen') ||
699
+
700
+ // Samsung Bada 2.0 - Tested on a Samsung Wave 3, Dolphin browser
701
+ // @todo: more tests here!
702
+ $this->is('Dolfin') && $this->version('Bada')>=2.0 ||
703
+
704
+ // UC Browser - Tested on Android 2.3 device
705
+ ( ($this->is('UC Browser') || $this->is('Dolfin')) && $this->version('Android')>=2.3 ) ||
706
+
707
+ // Kindle 3 and Fire - Tested on the built-in WebKit browser for each
708
+ ( $this->match('Kindle Fire') ||
709
+ $this->is('Kindle') && $this->version('Kindle')>=3.0 ) ||
710
+
711
+ // Nook Color 1.4.1 - Tested on original Nook Color, not Nook Tablet
712
+ $this->is('AndroidOS') && $this->is('NookTablet') ||
713
+
714
+ // Chrome Desktop 11-21 - Tested on OS X 10.7 and Windows 7
715
+ $this->version('Chrome')>=11 && !$isMobile ||
716
+
717
+ // Safari Desktop 4-5 - Tested on OS X 10.7 and Windows 7
718
+ $this->version('Safari')>=5.0 && !$isMobile ||
719
+
720
+ // Firefox Desktop 4-13 - Tested on OS X 10.7 and Windows 7
721
+ $this->version('Firefox')>=4.0 && !$isMobile ||
722
+
723
+ // Internet Explorer 7-9 - Tested on Windows XP, Vista and 7
724
+ $this->version('MSIE')>=7.0 && !$isMobile ||
725
+
726
+ // Opera Desktop 10-12 - Tested on OS X 10.7 and Windows 7
727
+ // @reference: http://my.opera.com/community/openweb/idopera/
728
+ $this->version('Opera')>=10 && !$isMobile
729
+
730
+
731
+ ){
732
+ return 'A';
733
+ }
734
+
735
+ if(
736
+ // Blackberry 5.0: Tested on the Storm 2 9550, Bold 9770
737
+ $this->version('BlackBerry')>=5 && $this->version('BlackBerry')<6 ||
738
+
739
+ //Opera Mini (5.0-6.5) - Tested on iOS 3.2/4.3 and Android 2.3
740
+ ( $this->version('Opera Mini')>=5.0 && $this->version('Opera Mini')<=6.5 &&
741
+ ($this->version('Android')>=2.3 || $this->is('iOS')) ) ||
742
+
743
+ // Nokia Symbian^3 - Tested on Nokia N8 (Symbian^3), C7 (Symbian^3), also works on N97 (Symbian^1)
744
+ $this->match('NokiaN8|NokiaC7|N97.*Series60|Symbian/3') ||
745
+
746
+ // @todo: report this (tested on Nokia N71)
747
+ $this->version('Opera Mobi')>=11 && $this->is('SymbianOS')
748
+
749
+ ){
750
+ return 'B';
751
+ }
752
+
753
+ if(
754
+ // Blackberry 4.x - Tested on the Curve 8330
755
+ $this->version('BlackBerry')<5.0 ||
756
+ // Windows Mobile - Tested on the HTC Leo (WinMo 5.2)
757
+ $this->match('MSIEMobile|Windows CE.*Mobile') || $this->version('Windows Mobile')<=5.2
758
+
759
+
760
+ ){
761
+
762
+ return 'C';
763
+
764
+ }
765
+
766
+ // All older smartphone platforms and featurephones - Any device that doesn't support media queries will receive the basic, C grade experience
767
+ return 'C';
768
+
769
+
770
+ }
771
+
772
+
 
773
  }
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
@@ -15,7 +15,7 @@ class GantryTemplateInfo
15
  *
16
  * @return string
17
  */
18
- function get_field_id($fieldId, $group = null)
19
  {
20
  /** @global $gantry Gantry */
21
  global $gantry;
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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8
 
15
  *
16
  * @return string
17
  */
18
+ static function get_field_id($fieldId, $group = null)
19
  {
20
  /** @global $gantry Gantry */
21
  global $gantry;
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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.11');
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.11', '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 - 2017 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.12');
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.12', '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 - 2016 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 - 2017 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 - 2016 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.11
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 - 2017 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.12
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
js/sfhover.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * @version $Id: sfhover.js 58623 2012-12-15 22:01:32Z btowles $
3
  * @author RocketTheme http://www.rockettheme.com
4
- * @copyright Copyright (C) 2007 - 2016 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 - 2017 RocketTheme, LLC
5
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
6
  */
7
 
libs/phpQuery.php CHANGED
@@ -4936,7 +4936,6 @@ abstract class phpQuery {
4936
  continue;
4937
  if (isset(self::$pluginsStaticMethods[$method])) {
4938
  throw new Exception("Duplicate method '{$method}' from plugin '{$c}' conflicts with same method from plugin '".self::$pluginsStaticMethods[$method]."'");
4939
- return;
4940
  }
4941
  self::$pluginsStaticMethods[$method] = $class;
4942
  }
4936
  continue;
4937
  if (isset(self::$pluginsStaticMethods[$method])) {
4938
  throw new Exception("Duplicate method '{$method}' from plugin '{$c}' conflicts with same method from plugin '".self::$pluginsStaticMethods[$method]."'");
 
4939
  }
4940
  self::$pluginsStaticMethods[$method] = $class;
4941
  }
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: 4.6.1
7
- Stable tag: 4.1.11
8
 
9
  Gantry is a comprehensive set of building blocks to enable the rapid development and realization of a design into a flexible and powerful web platform
10
 
@@ -89,6 +89,9 @@ Once you downloaded and installed Gantry 4 Framework plugin, please download als
89
 
90
  == Changelog ==
91
 
 
 
 
92
  = 4.1.11 =
93
  * PHP 7 compatibility fixes
94
 
@@ -434,6 +437,9 @@ Once you downloaded and installed Gantry 4 Framework plugin, please download als
434
 
435
  == Upgrade Notice ==
436
 
 
 
 
437
  = 4.1.11 =
438
  Please remember to create a full site backup (files + database) before performing update.
439
 
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: 4.8
7
+ Stable tag: 4.1.12
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.12 =
93
+ * PHP 7 compatibility fixes
94
+
95
  = 4.1.11 =
96
  * PHP 7 compatibility fixes
97
 
437
 
438
  == Upgrade Notice ==
439
 
440
+ = 4.1.12 =
441
+ Please remember to create a full site backup (files + database) before performing update.
442
+
443
  = 4.1.11 =
444
  Please remember to create a full site backup (files + database) before performing update.
445
 
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 - 2016 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 - 2017 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 - 2016 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 - 2017 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.11 November 21, 2016
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2016 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.12 June 29, 2017
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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.11 November 21, 2016
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2016 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.12 June 29, 2017
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2017 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.11 November 21, 2016
4
  * @author RocketTheme http://www.rockettheme.com
5
- * @copyright Copyright (C) 2007 - 2016 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.12 June 29, 2017
4
  * @author RocketTheme http://www.rockettheme.com
5
+ * @copyright Copyright (C) 2007 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 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 - 2016 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 - 2017 RocketTheme, LLC
6
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
7
  */
8