| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | * @package Automatic_YouTube_Gallery |
| 10 | 10 | */ |
| 11 | 11 | ?> |
| 12 | 12 | |
| 13 | -<div id="ayg-settings" class="wrap ayg-settings ayg-settings-theme-<?php echo esc_attr( $active_theme ); ?>"> | |
| 13 | +<div id="ayg-settings" class="wrap ayg-settings ayg-settings-theme-<?php echo esc_attr( $active_theme ); ?> ayg-settings-pagination_type-<?php echo esc_attr( $pagination_type ); ?>"> | |
| 14 | 14 | <h2 class="nav-tab-wrapper"> |
| 15 | 15 | <?php |
| 16 | 16 | $settings_url = admin_url( 'admin.php?page=automatic-youtube-gallery-settings' ); |
| 17 | 17 | |