Changeset 3454578
- Timestamp:
- 02/05/2026 11:47:25 AM (8 weeks ago)
- File:
-
- 1 edited
-
hootkit/trunk/misc/import/include/demopacks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hootkit/trunk/misc/import/include/demopacks.php
r3447348 r3454578 54 54 55 55 'magazine-booster' => array( 56 'demos' => array( 'booster-base', 'booster-byte', 'booster-lucore', 'booster-news' ),56 'demos' => array( 'booster-base', 'booster-byte', 'booster-lucore', 'booster-news', 'booster-bombino' ), 57 57 'demospro' => array( ), 58 'list' => array( 'booster-base', 'booster-byte', 'booster-lucore', 'booster-news' ),58 'list' => array( 'booster-base', 'booster-byte', 'booster-lucore', 'booster-news', 'booster-bombino' ), 59 59 ), 60 60 'magazine-booster-premium' => array( 61 'demos' => array( 'booster-base-premium', 'booster-byte-premium', 'booster-lucore-premium', 'booster-news-premium' )61 'demos' => array( 'booster-base-premium', 'booster-byte-premium', 'booster-lucore-premium', 'booster-news-premium', 'booster-bombino-premium' ) 62 62 ), 63 63 'booster-base' => array( … … 89 89 'plugins' => array( 'hootkit', 'contact-form-7', 'breadcrumb-navxt', 'woocommerce', 'newsletter' ) 90 90 ), 91 'booster-bombino' => array( 92 'name' => __( 'Booster Bombino', 'hootkit' ) . $suffix, 93 'img' => 'booster-bombino.jpg', 94 'thumb' => 'booster-bombino-thumb.jpg', 95 'preview' => 'https://demosites.wphoot.com/booster-bombino/', 96 'plugins' => array( 'hootkit', 'contact-form-7', 'breadcrumb-navxt', 'woocommerce', 'newsletter' ) 97 ), 91 98 92 99 ) );
Note: See TracChangeset
for help on using the changeset viewer.