Changeset 1273972
- Timestamp:
- 10/27/2015 02:12:32 PM (10 years ago)
- Location:
- subscriptiondna/trunk
- Files:
-
- 58 added
- 1 edited
-
books (added)
-
books/css (added)
-
books/css/handheld.css (added)
-
books/css/preview.css (added)
-
books/css/style.css (added)
-
books/css/wow_book.css (added)
-
books/data (added)
-
books/fonts (added)
-
books/fonts/BebasNeue-webfont.svg (added)
-
books/fonts/BebasNeue-webfont.ttf (added)
-
books/fonts/BebasNeue-webfont.woff (added)
-
books/images (added)
-
books/images/arrow_down.png (added)
-
books/images/arrow_up.png (added)
-
books/images/browser_logos-32.png (added)
-
books/images/click_to_open1.png (added)
-
books/images/cover.jpg (added)
-
books/images/cover_last.png (added)
-
books/images/fold_gradient.png (added)
-
books/images/fold_gradient_flip_h.png (added)
-
books/images/gutter_shadow_left.png (added)
-
books/images/gutter_shadow_right.png (added)
-
books/images/icons (added)
-
books/images/icons/arrow_double_left.png (added)
-
books/images/icons/arrow_double_right.png (added)
-
books/images/icons/arrow_left.png (added)
-
books/images/icons/arrow_right.png (added)
-
books/images/icons/fullscreen_off.png (added)
-
books/images/icons/fullscreen_on.png (added)
-
books/images/icons/slideshow_pause.png (added)
-
books/images/icons/slideshow_play.png (added)
-
books/images/icons/sound_off.png (added)
-
books/images/icons/sound_on.png (added)
-
books/images/icons/thumbs.png (added)
-
books/images/icons/zoom_in.png (added)
-
books/images/icons/zoom_out.png (added)
-
books/images/page_left_background.png (added)
-
books/images/page_right_background.png (added)
-
books/images/shadow_fold.png (added)
-
books/images/shadow_fold_flip_h.png (added)
-
books/images/shadow_internal_fold.png (added)
-
books/images/thickness.png (added)
-
books/images/thickness_left.png (added)
-
books/images/wod.jpg (added)
-
books/images/wood .jpg (added)
-
books/images/wood.jpg (added)
-
books/index.php (added)
-
books/js (added)
-
books/js/dd_belatedpng.js (added)
-
books/js/jquery-1.9.1.min.js (added)
-
books/js/jquery-1.9.min.js (added)
-
books/js/modernizr-1.6.min.js (added)
-
books/js/plugins.js (added)
-
books/js/script.js (added)
-
books/js/turn.min.js (added)
-
books/wow_book.js (added)
-
books/wow_book.min.js (added)
-
dna.php (modified) (4 diffs)
-
type_flipbooks.php (added)
Legend:
- Unmodified
- Added
- Removed
-
subscriptiondna/trunk/dna.php
r1273228 r1273972 51 51 52 52 $GLOBALS['SubscriptionDNA']['Settings']= SubscriptionDNA_Get_Settings () ; 53 if($GLOBALS['SubscriptionDNA']['Settings']["dna_remote"]->allow_flipbook=="1") 54 { 55 include("type_flipbooks.php"); 56 } 53 57 $siteurl=get_option("siteurl"); 54 58 if($_SERVER["SERVER_PORT"]=="443") … … 343 347 $Settings["dna_pages"]=$dna_pages; 344 348 } 345 349 $Settings["dna_remote"]=get_option('SubscriptionDNA_Settings_Remote',new stdClass()); 350 346 351 return $Settings ; 347 352 … … 1040 1045 add_menu_page( 'SubscriptionDNA', 'SubscriptionDNA', 0, __FILE__,'SubscriptionDNA_Options_Edit'); 1041 1046 add_submenu_page(__FILE__,__('Settings','SubscriptionDNA'),__('Configuration','SubscriptionDNA'), 10, __FILE__,'SubscriptionDNA_Options_Edit'); 1047 if($GLOBALS['SubscriptionDNA']['Settings']["dna_remote"]->allow_flipbook=="1") 1048 { 1049 add_submenu_page(__FILE__,__("FlipBook",'SubscriptionDNA'),__("Manage FlipBooks",'SubscriptionDNA'),10,"edit.php?post_type=dna-flipbooks"); 1050 } 1042 1051 return TRUE ; 1043 1052 … … 1282 1291 $GLOBALS['SubscriptionDNA']['Settings'] = SubscriptionDNA_Get_Settings () ; 1283 1292 1293 $client_info = SubscriptionDNA_ProcessRequest(null,"list/client_info"); 1294 if($client_info) 1295 update_option('SubscriptionDNA_Settings_Remote', $client_info); 1284 1296 1285 1297 ?>
Note: See TracChangeset
for help on using the changeset viewer.