<?php

/**
 * @file
 * mathsplain_feature.panels_default.inc
 */

/**
 * Implements hook_default_panels_mini().
 */
function mathsplain_feature_default_panels_mini() {
  $export = array();

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'add_to_cart_term_panel';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Add to cart term panel';
  $mini->admin_description = '';
  $mini->requiredcontexts = array(
    1 => array(
      'entity_id' => '',
      'id' => 1,
      'identifier' => 'Tartalom',
      'keyword' => 'node',
      'name' => 'entity:node',
      'optional' => 0,
    ),
  );
  $mini->contexts = array();
  $mini->relationships = array(
    0 => array(
      'context' => 'requiredcontext_entity:node_1',
      'delta' => '0',
      'id' => 1,
      'identifier' => 'Taxonómia kifejezés from Tartalom (on Tartalom: Category [field_category])',
      'keyword' => 'taxonomy_term',
      'name' => 'entity_from_field:field_category-node-taxonomy_term',
    ),
    1 => array(
      'context' => 'relationship_entity_from_field:field_category-node-taxonomy_term_1',
      'delta' => 0,
      'id' => 1,
      'identifier' => 'Commerce Product from Taxonómia kifejezés (on Taxonómia kifejezés: Product [field_product])',
      'keyword' => 'commerce_product',
      'name' => 'entity_from_field:field_product-taxonomy_term-commerce_product',
    ),
  );
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'c7f0c0c7-bc38-441f-ba7a-69871cf942d4';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'add_to_cart_term_panel';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-718007d9-02b7-4fd9-9f11-90d2928e0b57';
  $pane->panel = 'middle';
  $pane->type = 'panels_mini';
  $pane->subtype = 'add_to_cart_term_panel_left';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => array(
      0 => 'requiredcontext_entity:node_1',
    ),
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '718007d9-02b7-4fd9-9f11-90d2928e0b57';
  $display->content['new-718007d9-02b7-4fd9-9f11-90d2928e0b57'] = $pane;
  $display->panels['middle'][0] = 'new-718007d9-02b7-4fd9-9f11-90d2928e0b57';
  $pane = new stdClass();
  $pane->pid = 'new-9e5b9105-fdfe-4210-9704-d21c47182178';
  $pane->panel = 'middle';
  $pane->type = 'panels_mini';
  $pane->subtype = 'add_to_cart_term_panel_right';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => array(
      0 => 'requiredcontext_entity:node_1',
    ),
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '9e5b9105-fdfe-4210-9704-d21c47182178';
  $display->content['new-9e5b9105-fdfe-4210-9704-d21c47182178'] = $pane;
  $display->panels['middle'][1] = 'new-9e5b9105-fdfe-4210-9704-d21c47182178';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['add_to_cart_term_panel'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'add_to_cart_term_panel_left';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Add to cart term panel left';
  $mini->admin_description = '';
  $mini->requiredcontexts = array(
    0 => array(
      'entity_id' => '',
      'id' => 1,
      'identifier' => 'Tartalom',
      'keyword' => 'node',
      'name' => 'entity:node',
      'optional' => 0,
    ),
  );
  $mini->contexts = array();
  $mini->relationships = array(
    0 => array(
      'context' => 'requiredcontext_entity:node_1',
      'delta' => '0',
      'id' => 1,
      'identifier' => 'Taxonómia kifejezés from Tartalom (on Tartalom: Category [field_category])',
      'keyword' => 'taxonomy_term',
      'name' => 'entity_from_field:field_category-node-taxonomy_term',
    ),
    1 => array(
      'context' => 'relationship_entity_from_field:field_category-node-taxonomy_term_1',
      'delta' => 0,
      'id' => 1,
      'identifier' => 'Commerce Product from Taxonómia kifejezés (on Taxonómia kifejezés: Product [field_product])',
      'keyword' => 'commerce_product',
      'name' => 'entity_from_field:field_product-taxonomy_term-commerce_product',
    ),
  );
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'middle' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'db4309ab-4c2b-4463-bd13-f50ce31cd8e4';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'add_to_cart_term_panel_left';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-594a0fa1-9e67-4c44-a101-8f1c80e0d538';
  $pane->panel = 'middle';
  $pane->type = 'term_name';
  $pane->subtype = 'term_name';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'class' => '',
    'context' => 'requiredcontext_entity:taxonomy_term_1',
    'id' => '',
    'link' => 0,
    'markup' => 'h2',
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '594a0fa1-9e67-4c44-a101-8f1c80e0d538';
  $display->content['new-594a0fa1-9e67-4c44-a101-8f1c80e0d538'] = $pane;
  $display->panels['middle'][0] = 'new-594a0fa1-9e67-4c44-a101-8f1c80e0d538';
  $pane = new stdClass();
  $pane->pid = 'new-f958fcad-4933-4be4-a87b-8cee1509ec8b';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Term name',
    'body' => '<div class="term-%taxonomy_term:tid">%taxonomy_term:i18n-name</div>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = 'f958fcad-4933-4be4-a87b-8cee1509ec8b';
  $display->content['new-f958fcad-4933-4be4-a87b-8cee1509ec8b'] = $pane;
  $display->panels['middle'][1] = 'new-f958fcad-4933-4be4-a87b-8cee1509ec8b';
  $pane = new stdClass();
  $pane->pid = 'new-9eb33ad3-2741-4893-8ca3-70010fbbeb3d';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'short_summary_hu';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '9eb33ad3-2741-4893-8ca3-70010fbbeb3d';
  $display->content['new-9eb33ad3-2741-4893-8ca3-70010fbbeb3d'] = $pane;
  $display->panels['middle'][2] = 'new-9eb33ad3-2741-4893-8ca3-70010fbbeb3d';
  $pane = new stdClass();
  $pane->pid = 'new-da4fb130-8e8b-4ce0-8c11-8474b651a558';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'short_summary_en';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = 'da4fb130-8e8b-4ce0-8c11-8474b651a558';
  $display->content['new-da4fb130-8e8b-4ce0-8c11-8474b651a558'] = $pane;
  $display->panels['middle'][3] = 'new-da4fb130-8e8b-4ce0-8c11-8474b651a558';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['add_to_cart_term_panel_left'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'add_to_cart_term_panel_right';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Add to cart term panel right';
  $mini->admin_description = '';
  $mini->requiredcontexts = array(
    0 => array(
      'entity_id' => '',
      'id' => 1,
      'identifier' => 'Tartalom',
      'keyword' => 'node',
      'name' => 'entity:node',
      'optional' => 0,
    ),
  );
  $mini->contexts = array();
  $mini->relationships = array(
    0 => array(
      'context' => 'requiredcontext_entity:node_1',
      'delta' => '0',
      'id' => 1,
      'identifier' => 'Taxonómia kifejezés from Tartalom (on Tartalom: Category [field_category])',
      'keyword' => 'taxonomy_term',
      'name' => 'entity_from_field:field_category-node-taxonomy_term',
    ),
    1 => array(
      'context' => 'relationship_entity_from_field:field_category-node-taxonomy_term_1',
      'delta' => 0,
      'id' => 1,
      'identifier' => 'Commerce Product from Taxonómia kifejezés (on Taxonómia kifejezés: Product [field_product])',
      'keyword' => 'commerce_product',
      'name' => 'entity_from_field:field_product-taxonomy_term-commerce_product',
    ),
  );
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'middle' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'b1cbe306-9634-4a51-ad4c-200841fa159f';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'add_to_cart_term_panel_right';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-d3b3d4fa-8d85-4bcc-affd-e981c1510888';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Add to cart description (hu)',
    'body' => '<p>Ennek a tantárgynak az összes oktatóanyagát a félév során annyiszor megnézheted, ahányszor csak akarod. A megtekinthetőség lejárati ideje %taxonomy_term:mathsplain-expiration-date. Szóval a teljes tantárgy most csak %commerce_product:commerce_price forint-ért...</p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'd3b3d4fa-8d85-4bcc-affd-e981c1510888';
  $display->content['new-d3b3d4fa-8d85-4bcc-affd-e981c1510888'] = $pane;
  $display->panels['middle'][0] = 'new-d3b3d4fa-8d85-4bcc-affd-e981c1510888';
  $pane = new stdClass();
  $pane->pid = 'new-135ab868-6ae4-4115-a937-38917e78ed08';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Add to cart description (en)',
    'body' => '<p>During the term you can watch all the slides in this course as many times you want. The expiration date is %taxonomy_term:mathsplain-expiration-date. The whole course now just for %commerce_product:commerce_price.</p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '135ab868-6ae4-4115-a937-38917e78ed08';
  $display->content['new-135ab868-6ae4-4115-a937-38917e78ed08'] = $pane;
  $display->panels['middle'][1] = 'new-135ab868-6ae4-4115-a937-38917e78ed08';
  $pane = new stdClass();
  $pane->pid = 'new-1de67381-14c2-4f3d-97e3-f54dfa08974b';
  $pane->panel = 'middle';
  $pane->type = 'entity_field';
  $pane->subtype = 'taxonomy_term:field_product';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => 'requiredcontext_entity:taxonomy_term_1',
    'delta_limit' => 0,
    'delta_offset' => '0',
    'delta_reversed' => FALSE,
    'formatter' => 'commerce_cart_add_to_cart_form',
    'formatter_settings' => array(
      'combine' => 1,
      'default_quantity' => '1',
      'line_item_type' => 'product',
      'show_quantity' => 0,
      'show_single_product_attributes' => 0,
    ),
    'label' => 'hidden',
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '1de67381-14c2-4f3d-97e3-f54dfa08974b';
  $display->content['new-1de67381-14c2-4f3d-97e3-f54dfa08974b'] = $pane;
  $display->panels['middle'][2] = 'new-1de67381-14c2-4f3d-97e3-f54dfa08974b';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['add_to_cart_term_panel_right'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'login_register_pane';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Login/register pane';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'twocol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'left' => NULL,
      'right' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'f5f6bdd4-13a9-49d1-a68d-c2452b32b08c';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'login_register_pane';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-3bb8396c-9373-4e4a-a7d2-7506026101d6';
  $pane->panel = 'left';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Close icon',
    'body' => '<p><a class="jquery_ajax_load jquery_ajax_load_open" href="#" id="mathsplain-login-pane-closer">&nbsp;</a></p>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'close-icon',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '3bb8396c-9373-4e4a-a7d2-7506026101d6';
  $display->content['new-3bb8396c-9373-4e4a-a7d2-7506026101d6'] = $pane;
  $display->panels['left'][0] = 'new-3bb8396c-9373-4e4a-a7d2-7506026101d6';
  $pane = new stdClass();
  $pane->pid = 'new-f69e4c95-d7f2-4ad9-9b7f-7e75dc56225d';
  $pane->panel = 'left';
  $pane->type = 'block';
  $pane->subtype = 'user-login';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'div',
    'override_title_text' => 'Login',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = 'f69e4c95-d7f2-4ad9-9b7f-7e75dc56225d';
  $display->content['new-f69e4c95-d7f2-4ad9-9b7f-7e75dc56225d'] = $pane;
  $display->panels['left'][1] = 'new-f69e4c95-d7f2-4ad9-9b7f-7e75dc56225d';
  $pane = new stdClass();
  $pane->pid = 'new-61c60fa4-1091-43b7-8b9f-810d3637a0fb';
  $pane->panel = 'left';
  $pane->type = 'block';
  $pane->subtype = 'user-login';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'div',
    'override_title_text' => 'Belépés',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '61c60fa4-1091-43b7-8b9f-810d3637a0fb';
  $display->content['new-61c60fa4-1091-43b7-8b9f-810d3637a0fb'] = $pane;
  $display->panels['left'][2] = 'new-61c60fa4-1091-43b7-8b9f-810d3637a0fb';
  $pane = new stdClass();
  $pane->pid = 'new-226639d6-703c-42be-a4c5-04ff287f5534';
  $pane->panel = 'left';
  $pane->type = 'block';
  $pane->subtype = 'user-login';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => 'Login',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = '226639d6-703c-42be-a4c5-04ff287f5534';
  $display->content['new-226639d6-703c-42be-a4c5-04ff287f5534'] = $pane;
  $display->panels['left'][3] = 'new-226639d6-703c-42be-a4c5-04ff287f5534';
  $pane = new stdClass();
  $pane->pid = 'new-a4b668da-2883-44ff-9438-c99ef33a5ddc';
  $pane->panel = 'right';
  $pane->type = 'block';
  $pane->subtype = 'formblock-user_register';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'div',
    'override_title_text' => 'Registration',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'a4b668da-2883-44ff-9438-c99ef33a5ddc';
  $display->content['new-a4b668da-2883-44ff-9438-c99ef33a5ddc'] = $pane;
  $display->panels['right'][0] = 'new-a4b668da-2883-44ff-9438-c99ef33a5ddc';
  $pane = new stdClass();
  $pane->pid = 'new-3ace5e9c-6141-464e-adf2-b2bdef16857b';
  $pane->panel = 'right';
  $pane->type = 'block';
  $pane->subtype = 'formblock-user_register';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'div',
    'override_title_text' => 'Regisztráció',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '3ace5e9c-6141-464e-adf2-b2bdef16857b';
  $display->content['new-3ace5e9c-6141-464e-adf2-b2bdef16857b'] = $pane;
  $display->panels['right'][1] = 'new-3ace5e9c-6141-464e-adf2-b2bdef16857b';
  $pane = new stdClass();
  $pane->pid = 'new-6685705e-3cc6-46e3-9ec8-ba4da8624404';
  $pane->panel = 'right';
  $pane->type = 'block';
  $pane->subtype = 'formblock-user_register';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => 'Registrieren',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '6685705e-3cc6-46e3-9ec8-ba4da8624404';
  $display->content['new-6685705e-3cc6-46e3-9ec8-ba4da8624404'] = $pane;
  $display->panels['right'][2] = 'new-6685705e-3cc6-46e3-9ec8-ba4da8624404';
  $pane = new stdClass();
  $pane->pid = 'new-cb6a2c0a-f39a-43e5-b833-819d057cc95f';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'PHP',
          'php' => '$reg = variable_get(\'user_register\', 1);
if ($reg == 0) {
  return TRUE;
}
else {
  return FALSE;
}',
        ),
      ),
      1 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Szöveg, ha nem lehet regisztrálni',
    'body' => '<p>A mateking most még jobb lesz! Informatikai csapatunk szupersztárjai éppen néhány fejlesztés élesítésén dolgoznak, emiatt jelenleg az oldalon a regisztráció szünetel. Kérjük, térj vissza néhány óra múlva.</p>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => 'Regisztráció',
    'title_heading' => 'div',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = 'cb6a2c0a-f39a-43e5-b833-819d057cc95f';
  $display->content['new-cb6a2c0a-f39a-43e5-b833-819d057cc95f'] = $pane;
  $display->panels['right'][3] = 'new-cb6a2c0a-f39a-43e5-b833-819d057cc95f';
  $pane = new stdClass();
  $pane->pid = 'new-58bd3b5f-f682-41df-a0ee-60830e1e9d5c';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'PHP',
          'php' => '$reg = variable_get(\'user_register\', 1);
if ($reg == 0) {
  return TRUE;
}
else {
  return FALSE;
}',
        ),
      ),
      1 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Text, if visitor can not register',
    'body' => '<p>Site under maintenance. At the moment you can\'t create new account. Please visit our website later.</p>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => 'Registration',
    'title_heading' => 'div',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = '58bd3b5f-f682-41df-a0ee-60830e1e9d5c';
  $display->content['new-58bd3b5f-f682-41df-a0ee-60830e1e9d5c'] = $pane;
  $display->panels['right'][4] = 'new-58bd3b5f-f682-41df-a0ee-60830e1e9d5c';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['login_register_pane'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'main_menu_left';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Main menu left';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'middle' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'c329cb3d-ec70-4a73-b717-33dc985222c9';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'main_menu_left';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-a22087c3-8fef-414b-8441-c0cb8644cc44';
  $pane->panel = 'middle';
  $pane->type = 'block';
  $pane->subtype = 'system-main-menu';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'a22087c3-8fef-414b-8441-c0cb8644cc44';
  $display->content['new-a22087c3-8fef-414b-8441-c0cb8644cc44'] = $pane;
  $display->panels['middle'][0] = 'new-a22087c3-8fef-414b-8441-c0cb8644cc44';
  $pane = new stdClass();
  $pane->pid = 'new-f64d5e7d-77eb-467b-98e1-6fb92fb6f2a4';
  $pane->panel = 'middle';
  $pane->type = 'block';
  $pane->subtype = 'menu-menu-main-menu-hu';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = 'f64d5e7d-77eb-467b-98e1-6fb92fb6f2a4';
  $display->content['new-f64d5e7d-77eb-467b-98e1-6fb92fb6f2a4'] = $pane;
  $display->panels['middle'][1] = 'new-f64d5e7d-77eb-467b-98e1-6fb92fb6f2a4';
  $pane = new stdClass();
  $pane->pid = 'new-09865902-b1ca-4844-b021-548e10bbe438';
  $pane->panel = 'middle';
  $pane->type = 'block';
  $pane->subtype = 'menu-menu-main-menu-at';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '09865902-b1ca-4844-b021-548e10bbe438';
  $display->content['new-09865902-b1ca-4844-b021-548e10bbe438'] = $pane;
  $display->panels['middle'][2] = 'new-09865902-b1ca-4844-b021-548e10bbe438';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = 'new-a22087c3-8fef-414b-8441-c0cb8644cc44';
  $mini->display = $display;
  $export['main_menu_left'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_footer_1_at';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Footer 1 (at)';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'maths_threecol_33_34_33_stacked';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'bottom' => NULL,
      'bottom2' => NULL,
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
      'top' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'f432f639-9aaf-4ff7-a306-79955b8c9072';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_footer_1_at';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-6c9d4b17-a5f8-41d2-92b3-d30855933d4a';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Usage',
    'body' => '<div class="using-the-site"><span class="first"><a href="faq">FAQ</a></span> <span><a href="node/7323">Nutzungsbedingungen</a></span> <span class="last"><a href="node/7323#datenschutz">Datenschutz</a></span></div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'footer-links',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '6c9d4b17-a5f8-41d2-92b3-d30855933d4a';
  $display->content['new-6c9d4b17-a5f8-41d2-92b3-d30855933d4a'] = $pane;
  $display->panels['bottom'][0] = 'new-6c9d4b17-a5f8-41d2-92b3-d30855933d4a';
  $pane = new stdClass();
  $pane->pid = 'new-abea01d7-9952-4990-86b4-6ed3e1fd536e';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Cookie settings',
    'body' => '<p><a href="#">Cookies Einstellungen</a></p>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => '',
    'css_id' => 'change-cookie-settings',
  );
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = 'abea01d7-9952-4990-86b4-6ed3e1fd536e';
  $display->content['new-abea01d7-9952-4990-86b4-6ed3e1fd536e'] = $pane;
  $display->panels['bottom'][1] = 'new-abea01d7-9952-4990-86b4-6ed3e1fd536e';
  $pane = new stdClass();
  $pane->pid = 'new-0dd5934f-267d-4e92-8d56-b0af483c13b8';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_social_links_at';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'social-links',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '0dd5934f-267d-4e92-8d56-b0af483c13b8';
  $display->content['new-0dd5934f-267d-4e92-8d56-b0af483c13b8'] = $pane;
  $display->panels['bottom'][2] = 'new-0dd5934f-267d-4e92-8d56-b0af483c13b8';
  $pane = new stdClass();
  $pane->pid = 'new-cd968d5b-017f-450a-9a04-61279ff0d727';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_copyright_at';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'copyright',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = 'cd968d5b-017f-450a-9a04-61279ff0d727';
  $display->content['new-cd968d5b-017f-450a-9a04-61279ff0d727'] = $pane;
  $display->panels['bottom'][3] = 'new-cd968d5b-017f-450a-9a04-61279ff0d727';
  $pane = new stdClass();
  $pane->pid = 'new-7067b335-8545-4e5b-a568-a8be7fbdfcdf';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_social_links_hu';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'swiffy',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'social-links',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = '7067b335-8545-4e5b-a568-a8be7fbdfcdf';
  $display->content['new-7067b335-8545-4e5b-a568-a8be7fbdfcdf'] = $pane;
  $display->panels['bottom'][4] = 'new-7067b335-8545-4e5b-a568-a8be7fbdfcdf';
  $pane = new stdClass();
  $pane->pid = 'new-f4649b01-fc76-45a9-8ebd-71b6327d3df0';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_copyright_hu';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'swiffy',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'copyright',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 5;
  $pane->locks = array();
  $pane->uuid = 'f4649b01-fc76-45a9-8ebd-71b6327d3df0';
  $display->content['new-f4649b01-fc76-45a9-8ebd-71b6327d3df0'] = $pane;
  $display->panels['bottom'][5] = 'new-f4649b01-fc76-45a9-8ebd-71b6327d3df0';
  $pane = new stdClass();
  $pane->pid = 'new-d5aa714f-99eb-4312-b40e-786f9e07327f';
  $pane->panel = 'bottom2';
  $pane->type = 'panels_mini';
  $pane->subtype = 'mathsplain_footer_logos';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'd5aa714f-99eb-4312-b40e-786f9e07327f';
  $display->content['new-d5aa714f-99eb-4312-b40e-786f9e07327f'] = $pane;
  $display->panels['bottom2'][0] = 'new-d5aa714f-99eb-4312-b40e-786f9e07327f';
  $pane = new stdClass();
  $pane->pid = 'new-f10ef6e6-aa43-430b-982f-41934481974b';
  $pane->panel = 'left';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Contact',
    'body' => '<div class="title">Kontakt</div>

<ul>
	<li><a href="kontakt">Hilfe</a></li>
	<li><a href="kontakt">Fehler melden</a></li>
	<li><a href="kontakt">Kontaktaufnahme</a></li>
	<!-- li><a href="/node/1825">Matheking-Torrents melden</a></li -->
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'f10ef6e6-aa43-430b-982f-41934481974b';
  $display->content['new-f10ef6e6-aa43-430b-982f-41934481974b'] = $pane;
  $display->panels['left'][0] = 'new-f10ef6e6-aa43-430b-982f-41934481974b';
  $pane = new stdClass();
  $pane->pid = 'new-1f38a8d8-124b-4aa7-a532-b787c1a901d7';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'About us',
    'body' => '<div class="title">Über uns</div>

<ul>
	<li><a href="node/7318">Das Projekt</a></li>
	<li><a href="node/7321">Medienauftritte</a></li>
	<!-- li><a href="node/42">Events</a></li -->
	<!-- li><a href="taxonomy/term/211">Wozu Mathe?</a></li -->
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '1f38a8d8-124b-4aa7-a532-b787c1a901d7';
  $display->content['new-1f38a8d8-124b-4aa7-a532-b787c1a901d7'] = $pane;
  $display->panels['middle'][0] = 'new-1f38a8d8-124b-4aa7-a532-b787c1a901d7';
  $pane = new stdClass();
  $pane->pid = 'new-15fd7ccf-91f9-457f-96ac-b959d8fba70f';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'TOC',
    'body' => '<div class="title">Inhalt</div>

<ul>
	<li><a href="/taxonomy/term/206#toc">Mathematik Mittelschule</a></li>
	<li><a href="/taxonomy/term/565#toc">Mathematik Zentralmatura</a></li>
	<li><a href="/taxonomy/term/530#toc">Analysis 1</a></li>
	<li><a href="/taxonomy/term/561#toc">Analysis 2</a></li>
	<li><a href="/taxonomy/term/562#toc">Lineare Algebra</a></li>
	<li><a href="/taxonomy/term/549#toc">Wahrscheinlichkeitstheorie</a></li>
	<li><a href="/taxonomy/term/563#toc">Mathematik 1</a></li>
	<li><a href="/taxonomy/term/564#toc">Mathematik 2</a></li>
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '15fd7ccf-91f9-457f-96ac-b959d8fba70f';
  $display->content['new-15fd7ccf-91f9-457f-96ac-b959d8fba70f'] = $pane;
  $display->panels['right'][0] = 'new-15fd7ccf-91f9-457f-96ac-b959d8fba70f';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_footer_1_at'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_footer_1_en';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Footer 1 (en)';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'maths_threecol_33_34_33_stacked';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'bottom' => NULL,
      'bottom2' => NULL,
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
      'top' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'f432f639-9aaf-4ff7-a306-79955b8c9072';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_footer_1_en';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-d9c8b1db-81c5-4a57-aaa5-4ca692021589';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Usage',
    'body' => '<div class="using-the-site"><span class="first"><a href="faq">FAQ</a></span> <span><a href="node/15">Terms of Use</a></span> <span><a href="node/15#privacy">Privacy Policy</a></span> <span class="last"><a href="node/36">For teachers</a></span></div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'footer-links',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'd9c8b1db-81c5-4a57-aaa5-4ca692021589';
  $display->content['new-d9c8b1db-81c5-4a57-aaa5-4ca692021589'] = $pane;
  $display->panels['bottom'][0] = 'new-d9c8b1db-81c5-4a57-aaa5-4ca692021589';
  $pane = new stdClass();
  $pane->pid = 'new-06ca5709-9a42-4dab-928e-428f00932258';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Cookie settings',
    'body' => '<p><a href="#">Cookie settings</a></p>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => '',
    'css_id' => 'change-cookie-settings',
  );
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '06ca5709-9a42-4dab-928e-428f00932258';
  $display->content['new-06ca5709-9a42-4dab-928e-428f00932258'] = $pane;
  $display->panels['bottom'][1] = 'new-06ca5709-9a42-4dab-928e-428f00932258';
  $pane = new stdClass();
  $pane->pid = 'new-c925d30f-39d8-41b8-b644-b2c45534c6a2';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_social_links_en';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'swiffy',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'social-links',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = 'c925d30f-39d8-41b8-b644-b2c45534c6a2';
  $display->content['new-c925d30f-39d8-41b8-b644-b2c45534c6a2'] = $pane;
  $display->panels['bottom'][2] = 'new-c925d30f-39d8-41b8-b644-b2c45534c6a2';
  $pane = new stdClass();
  $pane->pid = 'new-612d35fc-aeab-4b8e-89f7-57e1ccd9fc61';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_bottom2';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'swiffy',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = '612d35fc-aeab-4b8e-89f7-57e1ccd9fc61';
  $display->content['new-612d35fc-aeab-4b8e-89f7-57e1ccd9fc61'] = $pane;
  $display->panels['bottom'][3] = 'new-612d35fc-aeab-4b8e-89f7-57e1ccd9fc61';
  $pane = new stdClass();
  $pane->pid = 'new-2847e873-9e38-45a8-8252-750215156fb4';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_bottom1';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'swiffy',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = '2847e873-9e38-45a8-8252-750215156fb4';
  $display->content['new-2847e873-9e38-45a8-8252-750215156fb4'] = $pane;
  $display->panels['bottom'][4] = 'new-2847e873-9e38-45a8-8252-750215156fb4';
  $pane = new stdClass();
  $pane->pid = 'new-f802894d-05d9-4a58-9a08-a9e051e58332';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '<p>Copyright © Mathsplain Ltd. All rights reserved.</p><p>The Website is owned and operated by Mathsplain Ltd. The visual interfaces, graphics, design, content, educational materials, and all other elements of the Website are protected by United States and international copyright, patent, and trademark laws, international conventions, and other applicable laws governing intellectual property and proprietary rights. It is Our policy to respond to notices of alleged copyright infringement that comply with the Digital Millennium Copyright Act.</p>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'copyright',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 5;
  $pane->locks = array();
  $pane->uuid = 'f802894d-05d9-4a58-9a08-a9e051e58332';
  $display->content['new-f802894d-05d9-4a58-9a08-a9e051e58332'] = $pane;
  $display->panels['bottom'][5] = 'new-f802894d-05d9-4a58-9a08-a9e051e58332';
  $pane = new stdClass();
  $pane->pid = 'new-7331787d-c9b6-4c88-98b5-a2a6624c3fae';
  $pane->panel = 'left';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Contact',
    'body' => '<div class="title">Contact</div>

<ul>
	<li><a href="contact">Support</a></li>
	<li><a href="contact">Feedback</a></li>
	<li><a href="contact">Contact Us</a></li>
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '7331787d-c9b6-4c88-98b5-a2a6624c3fae';
  $display->content['new-7331787d-c9b6-4c88-98b5-a2a6624c3fae'] = $pane;
  $display->panels['left'][0] = 'new-7331787d-c9b6-4c88-98b5-a2a6624c3fae';
  $pane = new stdClass();
  $pane->pid = 'new-102eabf7-05b9-41dc-ad1e-464f0a4f3a05';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'About us',
    'body' => '<div class="title">About us</div>

<ul>
	<li><a href="node/1368">About the project</a></li>
	<li><a href="node/33">Media Appearances</a></li>
	<li><a href="node/34">Events</a></li>
	<!-- li><a href="taxonomy/term/210">Magic of math</a></li -->
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '102eabf7-05b9-41dc-ad1e-464f0a4f3a05';
  $display->content['new-102eabf7-05b9-41dc-ad1e-464f0a4f3a05'] = $pane;
  $display->panels['middle'][0] = 'new-102eabf7-05b9-41dc-ad1e-464f0a4f3a05';
  $pane = new stdClass();
  $pane->pid = 'new-78b564ed-28ab-4284-8f91-b4504007ed13';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Table of contents',
    'body' => '<div class="title">Courses</div>

<ul>
	<li><a href="/taxonomy/term/173#toc">Precalculus</a></li>
	<li><a href="/taxonomy/term/121#toc">Calculus 1</a></li>
	<li><a href="/taxonomy/term/154#toc">Calculus 2</a></li>
	<li><a href="/taxonomy/term/172#toc">Calculus 3</a></li>
	<li><a href="/taxonomy/term/135#toc">Linear algebra</a></li>
	<li><a href="/taxonomy/term/141#toc">Probability theory</a></li>
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '78b564ed-28ab-4284-8f91-b4504007ed13';
  $display->content['new-78b564ed-28ab-4284-8f91-b4504007ed13'] = $pane;
  $display->panels['right'][0] = 'new-78b564ed-28ab-4284-8f91-b4504007ed13';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_footer_1_en'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_footer_1_hu';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Footer 1 (hu)';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'maths_threecol_33_34_33_stacked';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'bottom' => NULL,
      'bottom2' => NULL,
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
      'top' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'f432f639-9aaf-4ff7-a306-79955b8c9072';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_footer_1_hu';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-6c9d4b17-a5f8-41d2-92b3-d30855933d4a';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Usage',
    'body' => '<div class="using-the-site"><span class="first"><a href="gyik">GYIK</a></span> <span><a href="node/25">Általános szerződési feltételek</a></span> <span><a href="node/25#adatvedelem">Adatkezelési tájékoztató</a></span> <span class="last"><a href="node/44"> Felhasználás oktatási célra</a></span></div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'footer-links',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '6c9d4b17-a5f8-41d2-92b3-d30855933d4a';
  $display->content['new-6c9d4b17-a5f8-41d2-92b3-d30855933d4a'] = $pane;
  $display->panels['bottom'][0] = 'new-6c9d4b17-a5f8-41d2-92b3-d30855933d4a';
  $pane = new stdClass();
  $pane->pid = 'new-43368f98-24bc-433f-acc7-7da563083a52';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Cookie settings',
    'body' => '<p><a href="#">Cookie-használat módosítása</a></p>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => '',
    'css_id' => 'change-cookie-settings',
  );
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '43368f98-24bc-433f-acc7-7da563083a52';
  $display->content['new-43368f98-24bc-433f-acc7-7da563083a52'] = $pane;
  $display->panels['bottom'][1] = 'new-43368f98-24bc-433f-acc7-7da563083a52';
  $pane = new stdClass();
  $pane->pid = 'new-7067b335-8545-4e5b-a568-a8be7fbdfcdf';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_social_links_hu';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'swiffy',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'social-links',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '7067b335-8545-4e5b-a568-a8be7fbdfcdf';
  $display->content['new-7067b335-8545-4e5b-a568-a8be7fbdfcdf'] = $pane;
  $display->panels['bottom'][2] = 'new-7067b335-8545-4e5b-a568-a8be7fbdfcdf';
  $pane = new stdClass();
  $pane->pid = 'new-2847e873-9e38-45a8-8252-750215156fb4';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_bottom1';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'swiffy',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = '2847e873-9e38-45a8-8252-750215156fb4';
  $display->content['new-2847e873-9e38-45a8-8252-750215156fb4'] = $pane;
  $display->panels['bottom'][3] = 'new-2847e873-9e38-45a8-8252-750215156fb4';
  $pane = new stdClass();
  $pane->pid = 'new-f4649b01-fc76-45a9-8ebd-71b6327d3df0';
  $pane->panel = 'bottom';
  $pane->type = 'custom';
  $pane->subtype = 'mathsplain_footer_1_copyright_hu';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'swiffy',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'copyright',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = 'f4649b01-fc76-45a9-8ebd-71b6327d3df0';
  $display->content['new-f4649b01-fc76-45a9-8ebd-71b6327d3df0'] = $pane;
  $display->panels['bottom'][4] = 'new-f4649b01-fc76-45a9-8ebd-71b6327d3df0';
  $pane = new stdClass();
  $pane->pid = 'new-d5aa714f-99eb-4312-b40e-786f9e07327f';
  $pane->panel = 'bottom2';
  $pane->type = 'panels_mini';
  $pane->subtype = 'mathsplain_footer_logos';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'd5aa714f-99eb-4312-b40e-786f9e07327f';
  $display->content['new-d5aa714f-99eb-4312-b40e-786f9e07327f'] = $pane;
  $display->panels['bottom2'][0] = 'new-d5aa714f-99eb-4312-b40e-786f9e07327f';
  $pane = new stdClass();
  $pane->pid = 'new-f10ef6e6-aa43-430b-982f-41934481974b';
  $pane->panel = 'left';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Contact',
    'body' => '<div class="title">Kapcsolatfelvétel</div>

<ul>
	<li><a href="kapcsolat">Segítségnyújtás</a></li>
	<li><a href="kapcsolat">Hibabejelentés</a></li>
	<li><a href="kapcsolat">Kapcsolatfelvétel</a></li>
	<li><a href="/node/1825">Mateking torrent bejelentés</a></li>
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'f10ef6e6-aa43-430b-982f-41934481974b';
  $display->content['new-f10ef6e6-aa43-430b-982f-41934481974b'] = $pane;
  $display->panels['left'][0] = 'new-f10ef6e6-aa43-430b-982f-41934481974b';
  $pane = new stdClass();
  $pane->pid = 'new-1f38a8d8-124b-4aa7-a532-b787c1a901d7';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'About us',
    'body' => '<div class="title">Rólunk</div>

<ul>
	<li><a href="node/40">A projektről</a></li>
	<li><a href="node/41">Médiamegjelenések</a></li>
	<li><a href="node/25876">Legyen élmény a matek</a></li>
	<li><a href="node/7515">Miért tanulunk matekot?</a></li>
	<li><a href="/node/24061">Vélemények</a></li>
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => '',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '1f38a8d8-124b-4aa7-a532-b787c1a901d7';
  $display->content['new-1f38a8d8-124b-4aa7-a532-b787c1a901d7'] = $pane;
  $display->panels['middle'][0] = 'new-1f38a8d8-124b-4aa7-a532-b787c1a901d7';
  $pane = new stdClass();
  $pane->pid = 'new-15fd7ccf-91f9-457f-96ac-b959d8fba70f';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'TOC',
    'body' => '<div class="title">Tartalomjegyzék</div>

<ul>
	<li><a href="/taxonomy/term/235#toc">Középiskolai matek</a></li>
	<li><a href="/taxonomy/term/15#toc">Analízis 1</a></li>
	<li><a href="/taxonomy/term/54#toc">Analízis 2</a></li>
	<li><a href="/taxonomy/term/357#toc">Analízis 3</a></li>
	<li><a href="/taxonomy/term/55#toc">Lineáris algebra</a></li>
	<li><a href="/taxonomy/term/99#toc">Valószínűségszámítás</a></li>
	<li><a href="/taxonomy/term/456#toc">Diszkrét matematika</a></li>
	<li><a href="/taxonomy/term/87#toc">Statisztika</a></li>
	<li><a href="/tantargyak">További tantárgyak</a></li>
	<li><a href="/tematikak">Egyetemi tematikák</a></li>
	<li><a href="/node/7319">Matek érettségi</a></li>
</ul>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '15fd7ccf-91f9-457f-96ac-b959d8fba70f';
  $display->content['new-15fd7ccf-91f9-457f-96ac-b959d8fba70f'] = $pane;
  $display->panels['right'][0] = 'new-15fd7ccf-91f9-457f-96ac-b959d8fba70f';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_footer_1_hu'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_footer_logos';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Footer logos';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'threecol_33_34_33';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = '1cdb010d-d3de-4575-86fc-25fb45457d17';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_footer_logos';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-8f04bf8a-be1c-4c4c-9563-977210b6194d';
  $pane->panel = 'left';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '<div class="barion"><a href="https://www.barion.com/hu/vasarlok/arak-vasarloknak" title="Barion"><img alt="barion" title="Barion" src="/sites/all/themes/mathsplain/images/barion.svg" /></a></div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '8f04bf8a-be1c-4c4c-9563-977210b6194d';
  $display->content['new-8f04bf8a-be1c-4c4c-9563-977210b6194d'] = $pane;
  $display->panels['left'][0] = 'new-8f04bf8a-be1c-4c4c-9563-977210b6194d';
  $pane = new stdClass();
  $pane->pid = 'new-ec709ec2-f284-4b1e-9bf8-1fc41872a9d7';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '<div class="footer-logos-macroweb"><a class="btn" href="https://www.macroweb.hu">macroweb</a></div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'ec709ec2-f284-4b1e-9bf8-1fc41872a9d7';
  $display->content['new-ec709ec2-f284-4b1e-9bf8-1fc41872a9d7'] = $pane;
  $display->panels['middle'][0] = 'new-ec709ec2-f284-4b1e-9bf8-1fc41872a9d7';
  $pane = new stdClass();
  $pane->pid = 'new-21719b4d-e0e9-4757-9fb1-41e227ebbdc7';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '<p><a href="http://mde.hu/"><img src="http://mde.hu/wp-content/themes/mde-vus/images/logo.png" /></a></p>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '21719b4d-e0e9-4757-9fb1-41e227ebbdc7';
  $display->content['new-21719b4d-e0e9-4757-9fb1-41e227ebbdc7'] = $pane;
  $display->panels['right'][0] = 'new-21719b4d-e0e9-4757-9fb1-41e227ebbdc7';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_footer_logos'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_header';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Header';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'middle' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = '529e6649-932e-4df9-a7a5-add286aa0842';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_header';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-9894351c-eb4f-4947-951c-87db13a221d0';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Login/register placeholder',
    'body' => 'x',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'pane-login-register-pane pane-panels-mini',
    'css_id' => 'jquery_ajax_load_target',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '9894351c-eb4f-4947-951c-87db13a221d0';
  $display->content['new-9894351c-eb4f-4947-951c-87db13a221d0'] = $pane;
  $display->panels['middle'][0] = 'new-9894351c-eb4f-4947-951c-87db13a221d0';
  $pane = new stdClass();
  $pane->pid = 'new-1ada609d-a954-4305-a3e7-f51ef599a1b6';
  $pane->panel = 'middle';
  $pane->type = 'panels_mini';
  $pane->subtype = 'login_register_pane';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'empty',
        'name' => 'path_visibility',
        'not' => FALSE,
        'settings' => array(
          'paths' => 'user/register',
          'visibility_setting' => '0',
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 0,
    'override_title_text' => '',
  );
  $pane->cache = array(
    'method' => '0',
    'settings' => array(),
  );
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '1ada609d-a954-4305-a3e7-f51ef599a1b6';
  $display->content['new-1ada609d-a954-4305-a3e7-f51ef599a1b6'] = $pane;
  $display->panels['middle'][1] = 'new-1ada609d-a954-4305-a3e7-f51ef599a1b6';
  $pane = new stdClass();
  $pane->pid = 'new-4d32321b-2d47-4045-b675-2c0f919e2917';
  $pane->panel = 'middle';
  $pane->type = 'panels_mini';
  $pane->subtype = 'mathsplain_header_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '4d32321b-2d47-4045-b675-2c0f919e2917';
  $display->content['new-4d32321b-2d47-4045-b675-2c0f919e2917'] = $pane;
  $display->panels['middle'][2] = 'new-4d32321b-2d47-4045-b675-2c0f919e2917';
  $pane = new stdClass();
  $pane->pid = 'new-89b95452-0241-4a26-8eb7-0262483bde38';
  $pane->panel = 'middle';
  $pane->type = 'panels_mini';
  $pane->subtype = 'mathsplain_header_2';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = '89b95452-0241-4a26-8eb7-0262483bde38';
  $display->content['new-89b95452-0241-4a26-8eb7-0262483bde38'] = $pane;
  $display->panels['middle'][3] = 'new-89b95452-0241-4a26-8eb7-0262483bde38';
  $pane = new stdClass();
  $pane->pid = 'new-c3f19c62-10fb-4971-86e4-f75d3e4d0572';
  $pane->panel = 'middle';
  $pane->type = 'block';
  $pane->subtype = 'mathsplain_promobar-promobar';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = 'c3f19c62-10fb-4971-86e4-f75d3e4d0572';
  $display->content['new-c3f19c62-10fb-4971-86e4-f75d3e4d0572'] = $pane;
  $display->panels['middle'][4] = 'new-c3f19c62-10fb-4971-86e4-f75d3e4d0572';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_header'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_header_1';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Header 1';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array(
    0 => array(
      'id' => 1,
      'identifier' => 'User',
      'keyword' => 'user',
      'name' => 'user',
      'type' => 'current',
      'uid' => '',
    ),
    1 => array(
      'id' => 1,
      'identifier' => 'Token',
      'keyword' => 'token',
      'name' => 'token',
    ),
  );
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'threecol_33_34_33';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = '9bca6f18-b208-46df-bbf7-8cb73905541f';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_header_1';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-0c244c03-6780-4760-9815-da80f1d42159';
  $pane->panel = 'left';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Toggle main menu (hu)',
    'body' => '<button data-menu="toggle-main-menu"><span>Főmenü</span></button><button data-menu="toggle-elementary-menu">Általános iskola</button><button data-menu="toggle-highschool-menu">Középiskola</button><button data-menu="toggle-university-menu">Egyetem</button>

<div class="line">&nbsp;</div>
',
    'format' => 'php_code',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => 'menu-buttons',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '0c244c03-6780-4760-9815-da80f1d42159';
  $display->content['new-0c244c03-6780-4760-9815-da80f1d42159'] = $pane;
  $display->panels['left'][0] = 'new-0c244c03-6780-4760-9815-da80f1d42159';
  $pane = new stdClass();
  $pane->pid = 'new-575d7ea4-dae6-421e-930c-2f7713ebb3b0';
  $pane->panel = 'left';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Toggle main menu (at)',
    'body' => '<button data-menu="toggle-main-menu"><span>Főmenü</span></button><button data-menu="toggle-highschool-menu">Mittelschule</button><button data-menu="toggle-university-menu">Universität</button>

<div class="line">&nbsp;</div>',
    'format' => 'php_code',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => 'menu-buttons',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '575d7ea4-dae6-421e-930c-2f7713ebb3b0';
  $display->content['new-575d7ea4-dae6-421e-930c-2f7713ebb3b0'] = $pane;
  $display->panels['left'][1] = 'new-575d7ea4-dae6-421e-930c-2f7713ebb3b0';
  $pane = new stdClass();
  $pane->pid = 'new-1cefc224-840f-4ff8-ac4c-f34f2ad3b7cf';
  $pane->panel = 'left';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Toggle main menu (en)',
    'body' => '<button data-menu="toggle-main-menu"><span>Főmenü</span></button><button data-menu="toggle-highschool-menu">High school</button><button data-menu="toggle-university-menu">University</button>

<div class="line">&nbsp;</div>',
    'format' => 'php_code',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => 'menu-buttons',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '1cefc224-840f-4ff8-ac4c-f34f2ad3b7cf';
  $display->content['new-1cefc224-840f-4ff8-ac4c-f34f2ad3b7cf'] = $pane;
  $display->panels['left'][2] = 'new-1cefc224-840f-4ff8-ac4c-f34f2ad3b7cf';
  $pane = new stdClass();
  $pane->pid = 'new-63b79fdd-89f0-499c-8cee-e070c53d7906';
  $pane->panel = 'left';
  $pane->type = 'panels_mini';
  $pane->subtype = 'main_menu_left';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => 'main-menu',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = '63b79fdd-89f0-499c-8cee-e070c53d7906';
  $display->content['new-63b79fdd-89f0-499c-8cee-e070c53d7906'] = $pane;
  $display->panels['left'][3] = 'new-63b79fdd-89f0-499c-8cee-e070c53d7906';
  $pane = new stdClass();
  $pane->pid = 'new-33bc47fd-f82c-4ce7-9735-d021b48efbd1';
  $pane->panel = 'left';
  $pane->type = 'views';
  $pane->subtype = 'left_menu';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'args' => '',
    'display' => 'block_2',
    'feed_icons' => 0,
    'link_to_view' => 0,
    'more_link' => 0,
    'nodes_per_page' => '0',
    'offset' => '0',
    'override_pager_settings' => 0,
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
    'pager_id' => '0',
    'panel_args' => 0,
    'url' => '',
    'use_pager' => 0,
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => 'elementary-menu',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = '33bc47fd-f82c-4ce7-9735-d021b48efbd1';
  $display->content['new-33bc47fd-f82c-4ce7-9735-d021b48efbd1'] = $pane;
  $display->panels['left'][4] = 'new-33bc47fd-f82c-4ce7-9735-d021b48efbd1';
  $pane = new stdClass();
  $pane->pid = 'new-3db97f87-9fc4-4655-bdca-92811417310f';
  $pane->panel = 'left';
  $pane->type = 'views';
  $pane->subtype = 'left_menu';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'args' => '',
    'display' => 'block_1',
    'feed_icons' => 0,
    'link_to_view' => 0,
    'more_link' => 0,
    'nodes_per_page' => '0',
    'offset' => '0',
    'override_pager_settings' => 0,
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
    'pager_id' => '0',
    'panel_args' => 0,
    'url' => '',
    'use_pager' => 0,
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => 'highschool-menu',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 5;
  $pane->locks = array();
  $pane->uuid = '3db97f87-9fc4-4655-bdca-92811417310f';
  $display->content['new-3db97f87-9fc4-4655-bdca-92811417310f'] = $pane;
  $display->panels['left'][5] = 'new-3db97f87-9fc4-4655-bdca-92811417310f';
  $pane = new stdClass();
  $pane->pid = 'new-ae5cc4d7-eba7-4901-ba57-80eaaa879287';
  $pane->panel = 'left';
  $pane->type = 'views';
  $pane->subtype = 'left_menu';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'args' => '',
    'display' => 'block',
    'feed_icons' => 0,
    'link_to_view' => 0,
    'more_link' => 0,
    'nodes_per_page' => '0',
    'offset' => '0',
    'override_pager_settings' => 0,
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
    'pager_id' => '0',
    'panel_args' => 0,
    'url' => '',
    'use_pager' => 0,
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => 'university-menu',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 6;
  $pane->locks = array();
  $pane->uuid = 'ae5cc4d7-eba7-4901-ba57-80eaaa879287';
  $display->content['new-ae5cc4d7-eba7-4901-ba57-80eaaa879287'] = $pane;
  $display->panels['left'][6] = 'new-ae5cc4d7-eba7-4901-ba57-80eaaa879287';
  $pane = new stdClass();
  $pane->pid = 'new-fcdcef09-9392-4bb2-adf2-c614fd684e02';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Home link',
    'body' => '<p><a href="%token:site:url" id="logo" rel="home" title="Home">%token:site:name</a></p>',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'site-logo',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'fcdcef09-9392-4bb2-adf2-c614fd684e02';
  $display->content['new-fcdcef09-9392-4bb2-adf2-c614fd684e02'] = $pane;
  $display->panels['middle'][0] = 'new-fcdcef09-9392-4bb2-adf2-c614fd684e02';
  $pane = new stdClass();
  $pane->pid = 'new-833c0574-cd9d-4284-a117-ebb28aff55d7';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Toggle search input',
    'body' => '<div id="mathsplain-toggle-search-input">&nbsp;</div>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => '',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '833c0574-cd9d-4284-a117-ebb28aff55d7';
  $display->content['new-833c0574-cd9d-4284-a117-ebb28aff55d7'] = $pane;
  $display->panels['right'][0] = 'new-833c0574-cd9d-4284-a117-ebb28aff55d7';
  $pane = new stdClass();
  $pane->pid = 'new-5a3584bb-7130-477c-bfa1-203c8555a789';
  $pane->panel = 'right';
  $pane->type = 'block';
  $pane->subtype = 'views--exp-search-page';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'inherit_path' => 0,
    'override_title' => 1,
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '5a3584bb-7130-477c-bfa1-203c8555a789';
  $display->content['new-5a3584bb-7130-477c-bfa1-203c8555a789'] = $pane;
  $display->panels['right'][1] = 'new-5a3584bb-7130-477c-bfa1-203c8555a789';
  $pane = new stdClass();
  $pane->pid = 'new-25ef818c-dfee-47d0-91a5-6d69588c65f8';
  $pane->panel = 'right';
  $pane->type = 'block';
  $pane->subtype = 'views--exp-search-page_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'inherit_path' => 0,
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '25ef818c-dfee-47d0-91a5-6d69588c65f8';
  $display->content['new-25ef818c-dfee-47d0-91a5-6d69588c65f8'] = $pane;
  $display->panels['right'][2] = 'new-25ef818c-dfee-47d0-91a5-6d69588c65f8';
  $pane = new stdClass();
  $pane->pid = 'new-e93974f7-8469-4e3a-bf0a-dc7237cc7466';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'logged-in-user',
        'name' => 'role',
        'not' => FALSE,
        'settings' => array(
          'rids' => array(
            0 => 1,
          ),
        ),
      ),
      1 => array(
        'context' => 'empty',
        'name' => 'path_visibility',
        'not' => FALSE,
        'settings' => array(
          'paths' => 'user/register',
          'visibility_setting' => '0',
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Login',
    'body' => '<a href="#" id="mathsplain-login-pane-opener">Login</a>',
    'format' => 'swiffy',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'ctools-use-ajax',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = 'e93974f7-8469-4e3a-bf0a-dc7237cc7466';
  $display->content['new-e93974f7-8469-4e3a-bf0a-dc7237cc7466'] = $pane;
  $display->panels['right'][3] = 'new-e93974f7-8469-4e3a-bf0a-dc7237cc7466';
  $pane = new stdClass();
  $pane->pid = 'new-4f1b90f9-9b8d-4dd6-86f4-fa56069a2bb7';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Login (ajax)',
    'body' => '<a class="jquery_ajax_load" href="/minipanel/login_register_pane" id="mathsplain-login-pane-opener">Login</a>
',
    'format' => 'swiffy',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = '4f1b90f9-9b8d-4dd6-86f4-fa56069a2bb7';
  $display->content['new-4f1b90f9-9b8d-4dd6-86f4-fa56069a2bb7'] = $pane;
  $display->panels['right'][4] = 'new-4f1b90f9-9b8d-4dd6-86f4-fa56069a2bb7';
  $pane = new stdClass();
  $pane->pid = 'new-3cdfa6a0-2e1b-4e11-b94e-fa636d1419d2';
  $pane->panel = 'right';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'logged-in-user',
        'name' => 'role',
        'not' => TRUE,
        'settings' => array(
          'rids' => array(
            0 => 1,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Logged in my menu pane',
    'body' => '<a href="#" id="mathsplain-user-menu-opener">%user:name</a>',
    'format' => 'swiffy',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 5;
  $pane->locks = array();
  $pane->uuid = '3cdfa6a0-2e1b-4e11-b94e-fa636d1419d2';
  $display->content['new-3cdfa6a0-2e1b-4e11-b94e-fa636d1419d2'] = $pane;
  $display->panels['right'][5] = 'new-3cdfa6a0-2e1b-4e11-b94e-fa636d1419d2';
  $pane = new stdClass();
  $pane->pid = 'new-2ba11c02-bf32-4d80-b712-d7cc1ebcb13a';
  $pane->panel = 'right';
  $pane->type = 'block';
  $pane->subtype = 'system-user-menu';
  $pane->shown = FALSE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'logged-in-user',
        'name' => 'role',
        'not' => TRUE,
        'settings' => array(
          'rids' => array(
            0 => 1,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'override_title' => 1,
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
    'style' => 'default',
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 6;
  $pane->locks = array();
  $pane->uuid = '2ba11c02-bf32-4d80-b712-d7cc1ebcb13a';
  $display->content['new-2ba11c02-bf32-4d80-b712-d7cc1ebcb13a'] = $pane;
  $display->panels['right'][6] = 'new-2ba11c02-bf32-4d80-b712-d7cc1ebcb13a';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_header_1'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_header_3';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Header video';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = '8ee460de-32a9-4f08-8d46-549b52c8fbf2';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_header_3';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-e4ad319b-6d1d-4959-8e66-1a8ee982f972';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'LANGUAGE IS ENGLISH',
          'php' => 'global $language;
if ($language->language == \'en\') {
  return TRUE;
} else {
  return FALSE;
}',
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Text and play button (en)',
    'body' => '<div id="mathsplain-header-video">
<div id="mathsplain-header-video-player">&nbsp;</div>

<div class="text-wrapper">
<div class="limited-wide">
<div id="mathsplain-header-video-left-text">
<h1 class="title">MATH IN PLAIN&nbsp;ENGLISH</h1>

<div class="text">Imagine a world where math is fun, simple and easy to understand. Well, you’ve just arrived.</div>

<div class="button header-video-button start-learning-now"><a href="#subjects">Start learning now</a></div>
</div>

<div id="mathsplain-header-video-play-button">&nbsp;</div>
</div>
</div>
</div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'e4ad319b-6d1d-4959-8e66-1a8ee982f972';
  $display->content['new-e4ad319b-6d1d-4959-8e66-1a8ee982f972'] = $pane;
  $display->panels['middle'][0] = 'new-e4ad319b-6d1d-4959-8e66-1a8ee982f972';
  $pane = new stdClass();
  $pane->pid = 'new-0d57bf2a-58cd-454b-b30d-32b953d3b010';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'Language is hungarian',
          'php' => 'global $language;
if ($language->language == \'hu\') {
  return TRUE;
} else {
  return FALSE;
}',
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Text and play button (hu)',
    'body' => '<div id="mathsplain-header-video">
<div id="mathsplain-header-video-player">&nbsp;</div>

<div class="text-wrapper">
<div class="limited-wide">
<div id="mathsplain-header-video-left-text">
<h1 class="title">MATEK EGYSZERŰEN</h1>

<div class="text">Képzelj el egy világot, ahol a matek<br />
vicces, egyszerű és érthető.</div>

<div>Éppen itt vagy.</div>

<div class="button header-video-button start-learning-now"><a href="#subjects">Kezdjünk el tanulni!</a></div>
</div>

<div id="mathsplain-header-video-play-button">&nbsp;</div>
</div>
</div>
</div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '0d57bf2a-58cd-454b-b30d-32b953d3b010';
  $display->content['new-0d57bf2a-58cd-454b-b30d-32b953d3b010'] = $pane;
  $display->panels['middle'][1] = 'new-0d57bf2a-58cd-454b-b30d-32b953d3b010';
  $pane = new stdClass();
  $pane->pid = 'new-39c32237-37b9-4691-b0ee-6d5785fc390a';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'Langauage is austrian',
          'php' => 'global $language;
if ($language->language == \'de-AT\') {
  return TRUE;
} else {
  return FALSE;
}',
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Text and play button (at)',
    'body' => '<div id="mathsplain-header-video">
<div id="mathsplain-header-video-player">&nbsp;</div>

<div class="text-wrapper">
<div class="limited-wide">
<div id="mathsplain-header-video-left-text">
<h1 class="title">MATHE GANZ EINFACH</h1>

<div class="text">Stell dir eine Welt vor, in der Mathe lustig, einfach und verständlich ist. Genau dort bist du jetzt.</div>

<div class="button header-video-button start-learning-now"><a href="#subjects">Her damit!</a></div>
</div>

<div id="mathsplain-header-video-play-button">&nbsp;</div>
</div>
</div>
</div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '39c32237-37b9-4691-b0ee-6d5785fc390a';
  $display->content['new-39c32237-37b9-4691-b0ee-6d5785fc390a'] = $pane;
  $display->panels['middle'][2] = 'new-39c32237-37b9-4691-b0ee-6d5785fc390a';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_header_3'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_our_video';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Our video';
  $mini->admin_description = '';
  $mini->requiredcontexts = array();
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = '8ee460de-32a9-4f08-8d46-549b52c8fbf2';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_our_video';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-3a4a0612-73fa-4b63-b3fe-79621289a30d';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Text (hu-4)',
    'body' => '<div>
<h2 class="title"><span class="txt-cyan">Csak pörgesd át és BUMM.</span><br />
Többé nem lehet gond a matek.</h2>

<div class="text">Őrülten érthető, rövid epizódokban magyarázunk. És az irányítást teljesen a Te kezedbe adtuk. Minden tananyagot apró atomi lépésekre daraboltunk föl, így bárki megtalálhatja a saját kis atomját ahol elakadt, és pontosan akkor léphet tovább rajta, amikor megértette.<br />
<br />
<strong>Ezért olyan felszabadító érzés a matekinget használni.</strong></div>
</div>

<div class="button"><a href="#subjects">Ez tetszik, kipróbálom</a></div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => '',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '3a4a0612-73fa-4b63-b3fe-79621289a30d';
  $display->content['new-3a4a0612-73fa-4b63-b3fe-79621289a30d'] = $pane;
  $display->panels['middle'][0] = 'new-3a4a0612-73fa-4b63-b3fe-79621289a30d';
  $pane = new stdClass();
  $pane->pid = 'new-1a16c3da-b934-43b1-880f-d754f2018e7b';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Text (en-3)',
    'body' => '<div>
<h2 class="title">YOUR STRUGGLES WITH MATH ARE OVER </h2>

<div class="text">You will love that the math stuff you always thought complicated and difficult suddenly becomes clear and simple. Most things are explained with colors and drawings, so you just look at them and BOOM you understand them right away.</div>
</div>

<div class="button"><a href="#subjects">Let\'s see</a></div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '1a16c3da-b934-43b1-880f-d754f2018e7b';
  $display->content['new-1a16c3da-b934-43b1-880f-d754f2018e7b'] = $pane;
  $display->panels['middle'][1] = 'new-1a16c3da-b934-43b1-880f-d754f2018e7b';
  $pane = new stdClass();
  $pane->pid = 'new-a3cf2180-ec06-4d51-94a2-c72d47de0fa9';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Text (at-2)',
    'body' => '<div>
<h2 class="title">MATHE MUSS NICHT LÄNGER EINE QUAL SEIN</h2>

<div class="text">Du wirst es lieben: Alles, was Du bisher an Mathe schwierig gefunden hast, wird plötzlich klar und einfach. Wir erklären die meisten Inhalte mit Farben und Zeichnungen. Du wirfst einen Blick darauf und BUMM! verstehst Du es gleich. Probiere aus, wie es sich anfühlt, wenn dir 10 Minuten klar wird, was der Lehrer oft nicht einmal in 90 Minuten erklären konnte.</div>
</div>

<div class="button"><a href="#subjects">Will ich sehen</a></div>
',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = 'a3cf2180-ec06-4d51-94a2-c72d47de0fa9';
  $display->content['new-a3cf2180-ec06-4d51-94a2-c72d47de0fa9'] = $pane;
  $display->panels['middle'][2] = 'new-a3cf2180-ec06-4d51-94a2-c72d47de0fa9';
  $pane = new stdClass();
  $pane->pid = 'new-422f011a-719b-4f07-967f-26c959740c9b';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Our video',
    'body' => '<iframe width="560" height="315" src="//www.youtube.com/embed/P7ELYz7Epg4" frameborder="0" allowfullscreen></iframe>',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => '',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = '422f011a-719b-4f07-967f-26c959740c9b';
  $display->content['new-422f011a-719b-4f07-967f-26c959740c9b'] = $pane;
  $display->panels['middle'][3] = 'new-422f011a-719b-4f07-967f-26c959740c9b';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_our_video'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_subject_term_panel_le';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Subject term panel left';
  $mini->admin_description = '';
  $mini->requiredcontexts = array(
    0 => array(
      'entity_id' => '',
      'id' => 1,
      'identifier' => 'Taxonómia kifejezés',
      'keyword' => 'taxonomy_term',
      'name' => 'entity:taxonomy_term',
      'optional' => 0,
    ),
  );
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'middle' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'ceec0e6b-e2b8-4531-a7c8-153141277bb1';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_subject_term_panel_le';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-57be763d-0811-477c-a6ae-2739ae126379';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Short summary (hu)',
    'body' => '<div class="topic-summary"><span>%taxonomy_term:number-of-topics témakör,</span> %taxonomy_term:number-of-videos rövid és szuper érthető lecke</div>',
    'format' => 'full_html',
    'name' => 'short_summary_hu',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '57be763d-0811-477c-a6ae-2739ae126379';
  $display->content['new-57be763d-0811-477c-a6ae-2739ae126379'] = $pane;
  $display->panels['middle'][0] = 'new-57be763d-0811-477c-a6ae-2739ae126379';
  $pane = new stdClass();
  $pane->pid = 'new-dbe26875-6398-41c3-82de-56047d500abb';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Short summary (en)',
    'body' => '<div class="topic-summary"><span>%taxonomy_term:number-of-topics topics,</span> %taxonomy_term:number-of-videos  short and super clear lessons.</div>',
    'format' => 'full_html',
    'name' => 'short_summary_en',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = 'dbe26875-6398-41c3-82de-56047d500abb';
  $display->content['new-dbe26875-6398-41c3-82de-56047d500abb'] = $pane;
  $display->panels['middle'][1] = 'new-dbe26875-6398-41c3-82de-56047d500abb';
  $pane = new stdClass();
  $pane->pid = 'new-c7e37c7f-6dd1-454c-8920-943a55c3d8e8';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'short_summary_at';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '',
    'format' => 'full_html',
    'substitute' => TRUE,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = 'c7e37c7f-6dd1-454c-8920-943a55c3d8e8';
  $display->content['new-c7e37c7f-6dd1-454c-8920-943a55c3d8e8'] = $pane;
  $display->panels['middle'][2] = 'new-c7e37c7f-6dd1-454c-8920-943a55c3d8e8';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_subject_term_panel_le'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'mathsplain_subject_term_panel_ri';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Subject term panel right';
  $mini->admin_description = '';
  $mini->requiredcontexts = array(
    0 => array(
      'entity_id' => '',
      'id' => 1,
      'identifier' => 'Taxonómia kifejezés',
      'keyword' => 'taxonomy_term',
      'name' => 'entity:taxonomy_term',
      'optional' => 0,
    ),
  );
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'middle' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'ceec0e6b-e2b8-4531-a7c8-153141277bb1';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'mathsplain_subject_term_panel_ri';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-15dc2f32-14f0-420a-abd1-38928bf7f979';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Description (hu)',
    'body' => 'Ezt a nagyon laza %taxonomy_term:i18n-name kurzust úgy terveztük meg, hogy egy csapásra megértsd a lényeget. Tudásszinttől függetlenül, teljesen az alapoktól magyarázzuk el a tananyagot, a saját ritmusodban lépésről lépésre. Így tudjuk a legbonyolultabb dolgokat is elképesztően egyszerűen elmagyarázni.
',
    'format' => 'full_html_word_link_excluded_',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'top',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = '15dc2f32-14f0-420a-abd1-38928bf7f979';
  $display->content['new-15dc2f32-14f0-420a-abd1-38928bf7f979'] = $pane;
  $display->panels['middle'][0] = 'new-15dc2f32-14f0-420a-abd1-38928bf7f979';
  $pane = new stdClass();
  $pane->pid = 'new-88af32d4-7003-4dd6-9713-739fea644a6a';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Description (en)',
    'body' => '<p>This %taxonomy_term:i18n-name course includes %taxonomy_term:number-of-videos-pdfs-quizes-string that take you through %taxonomy_term:number-of-topics topics and help you navigate the bumpy roads of %taxonomy_term:i18n-name. The casual style makes you feel like you are discussing some simple issue, such as cooking scrambled eggs.</p>
',
    'format' => 'full_html_word_link_excluded_',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'top',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '88af32d4-7003-4dd6-9713-739fea644a6a';
  $display->content['new-88af32d4-7003-4dd6-9713-739fea644a6a'] = $pane;
  $display->panels['middle'][1] = 'new-88af32d4-7003-4dd6-9713-739fea644a6a';
  $pane = new stdClass();
  $pane->pid = 'new-edd2adad-0f1b-4b8b-bc3b-cf823481acf5';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Description (at)',
    'body' => '<p>Dieser tolle Kurs zum Thema %taxonomy_term:i18n-name hilft einem alles gleich zu verstehen und die Prüfung erfolgreich abzulegen. Mit Hilfe von %taxonomy_term:number-of-videos-pdfs-quizes-string führt einen dieser Kurs durch den steinigen Weg des verrückt coolen Gebiets von %taxonomy_term:i18n-name. Das alles wird in einem so lockeren Stil vorgeführt, als wäre die Fertigmachung von Rühreiern unsere Problematik.</p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'top',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = 'edd2adad-0f1b-4b8b-bc3b-cf823481acf5';
  $display->content['new-edd2adad-0f1b-4b8b-bc3b-cf823481acf5'] = $pane;
  $display->panels['middle'][2] = 'new-edd2adad-0f1b-4b8b-bc3b-cf823481acf5';
  $pane = new stdClass();
  $pane->pid = 'new-4e1d2673-01ef-4404-aee2-585ec9bf0e5c';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Bottom (hu)',
    'body' => '<a href="#">Megmutatjuk, hogyan működik az oldal.</a>',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'bottom',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = '4e1d2673-01ef-4404-aee2-585ec9bf0e5c';
  $display->content['new-4e1d2673-01ef-4404-aee2-585ec9bf0e5c'] = $pane;
  $display->panels['middle'][3] = 'new-4e1d2673-01ef-4404-aee2-585ec9bf0e5c';
  $pane = new stdClass();
  $pane->pid = 'new-8d47a1c6-05eb-4506-a779-d31524abf40f';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Bottom (en)',
    'body' => '<p><a href="#">Let us show you how this site works.</a></p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'bottom',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = '8d47a1c6-05eb-4506-a779-d31524abf40f';
  $display->content['new-8d47a1c6-05eb-4506-a779-d31524abf40f'] = $pane;
  $display->panels['middle'][4] = 'new-8d47a1c6-05eb-4506-a779-d31524abf40f';
  $pane = new stdClass();
  $pane->pid = 'new-fc8d96b6-4a77-45fa-8846-852ea8448733';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Bottom (at)',
    'body' => '<p><a href="#">Wir zeigen dir, wie die Seite funktioniert!</a></p>',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'bottom',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 5;
  $pane->locks = array();
  $pane->uuid = 'fc8d96b6-4a77-45fa-8846-852ea8448733';
  $display->content['new-fc8d96b6-4a77-45fa-8846-852ea8448733'] = $pane;
  $display->panels['middle'][5] = 'new-fc8d96b6-4a77-45fa-8846-852ea8448733';
  $pane = new stdClass();
  $pane->pid = 'new-6e52f93c-5227-4441-8b02-6d7ba2dbb5bc';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array();
  $pane->configuration = array(
    'admin_title' => 'Video container',
    'body' => '<div id="help-layer-video-player" class="hidden"></div>',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => '',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 6;
  $pane->locks = array();
  $pane->uuid = '6e52f93c-5227-4441-8b02-6d7ba2dbb5bc';
  $display->content['new-6e52f93c-5227-4441-8b02-6d7ba2dbb5bc'] = $pane;
  $display->panels['middle'][6] = 'new-6e52f93c-5227-4441-8b02-6d7ba2dbb5bc';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['mathsplain_subject_term_panel_ri'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'subject_term_panel';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Subject term panel';
  $mini->admin_description = '';
  $mini->requiredcontexts = array(
    0 => array(
      'entity_id' => '',
      'id' => 1,
      'identifier' => 'Taxonómia kifejezés',
      'keyword' => 'taxonomy_term',
      'name' => 'entity:taxonomy_term',
      'optional' => 0,
    ),
  );
  $mini->contexts = array();
  $mini->relationships = array();
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'left' => NULL,
      'middle' => NULL,
      'right' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = 'c7f0c0c7-bc38-441f-ba7a-69871cf942d4';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'subject_term_panel';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-e95b4f76-f387-44af-b220-ad3554c188a0';
  $pane->panel = 'middle';
  $pane->type = 'panels_mini';
  $pane->subtype = 'mathsplain_subject_term_panel_le';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => array(
      0 => 'requiredcontext_entity:taxonomy_term_1',
    ),
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'left',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'e95b4f76-f387-44af-b220-ad3554c188a0';
  $display->content['new-e95b4f76-f387-44af-b220-ad3554c188a0'] = $pane;
  $display->panels['middle'][0] = 'new-e95b4f76-f387-44af-b220-ad3554c188a0';
  $pane = new stdClass();
  $pane->pid = 'new-5fb215da-9abb-472d-8090-aaa6a7c5b6be';
  $pane->panel = 'middle';
  $pane->type = 'panels_mini';
  $pane->subtype = 'mathsplain_subject_term_panel_ri';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => array(
      0 => 'requiredcontext_entity:taxonomy_term_1',
    ),
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => 'no-video right',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = '5fb215da-9abb-472d-8090-aaa6a7c5b6be';
  $display->content['new-5fb215da-9abb-472d-8090-aaa6a7c5b6be'] = $pane;
  $display->panels['middle'][1] = 'new-5fb215da-9abb-472d-8090-aaa6a7c5b6be';
  $pane = new stdClass();
  $pane->pid = 'new-3918313d-0b66-4d04-938a-23f7dc81f581';
  $pane->panel = 'middle';
  $pane->type = 'entity_field_extra';
  $pane->subtype = 'taxonomy_term:product:commerce_price';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'logged-in-user',
        'name' => 'role',
        'not' => FALSE,
        'settings' => array(
          'rids' => array(
            0 => 1,
            1 => 2,
          ),
        ),
      ),
      1 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'PHP code',
          'php' => 'if (mathsplain_general_get_price_of_course($contexts[\'requiredcontext_entity:taxonomy_term_1\']->data->tid) == 0) {
  return FALSE;
}

if (
  (
    $contexts[\'logged-in-user\']->data->uid != 0 &&
    !isset($contexts[\'logged-in-user\']->data->data[\'tac_lite\'][2][$contexts[\'requiredcontext_entity:taxonomy_term_1\']->data->tid])
  )
  || $contexts[\'logged-in-user\']->data->uid == 0
) {
  return TRUE;
} else {
  return FALSE;
}',
        ),
      ),
      2 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 'en',
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'context' => 'requiredcontext_entity:taxonomy_term_1',
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
    'view_mode' => 'full',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '3918313d-0b66-4d04-938a-23f7dc81f581';
  $display->content['new-3918313d-0b66-4d04-938a-23f7dc81f581'] = $pane;
  $display->panels['middle'][2] = 'new-3918313d-0b66-4d04-938a-23f7dc81f581';
  $pane = new stdClass();
  $pane->pid = 'new-e017b98e-61e0-41cc-ab61-c2e0aa717d60';
  $pane->panel = 'middle';
  $pane->type = 'entity_field';
  $pane->subtype = 'taxonomy_term:field_product';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'logged-in-user',
        'name' => 'role',
        'not' => FALSE,
        'settings' => array(
          'rids' => array(
            0 => 2,
          ),
        ),
      ),
      1 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'PHP code',
          'php' => 'if (mathsplain_general_get_price_of_course($contexts[\'requiredcontext_entity:taxonomy_term_1\']->data->tid) == 0) {
  return FALSE;
}

if (
  $contexts[\'logged-in-user\']->data->uid != 0 &&
  !isset($contexts[\'logged-in-user\']->data->data[\'tac_lite\'][2][$contexts[\'requiredcontext_entity:taxonomy_term_1\']->data->tid])
) {
  return TRUE;
} else {
  return FALSE;
}',
        ),
      ),
      2 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 'en',
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'context' => 'requiredcontext_entity:taxonomy_term_1',
    'delta_limit' => 0,
    'delta_offset' => '0',
    'delta_reversed' => FALSE,
    'formatter' => 'commerce_cart_add_to_cart_form',
    'formatter_settings' => array(
      'combine' => 1,
      'default_quantity' => '1',
      'line_item_type' => 'product',
      'show_quantity' => 0,
      'show_single_product_attributes' => 0,
    ),
    'label' => 'hidden',
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = 'e017b98e-61e0-41cc-ab61-c2e0aa717d60';
  $display->content['new-e017b98e-61e0-41cc-ab61-c2e0aa717d60'] = $pane;
  $display->panels['middle'][3] = 'new-e017b98e-61e0-41cc-ab61-c2e0aa717d60';
  $pane = new stdClass();
  $pane->pid = 'new-b7492272-632e-45aa-97fe-c4c682eda280';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'logged-in-user',
        'name' => 'role',
        'not' => FALSE,
        'settings' => array(
          'rids' => array(
            0 => 1,
          ),
        ),
      ),
      1 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Purchase button for anonymous (HU)',
    'body' => '<p><button>Ez nekem is kell</button></p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => '',
    'css_id' => 'mathsplain-login-pane-opener-anon-purchase',
  );
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = 'b7492272-632e-45aa-97fe-c4c682eda280';
  $display->content['new-b7492272-632e-45aa-97fe-c4c682eda280'] = $pane;
  $display->panels['middle'][4] = 'new-b7492272-632e-45aa-97fe-c4c682eda280';
  $pane = new stdClass();
  $pane->pid = 'new-087f12d5-30ac-4268-b918-5b95f894cf53';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'logged-in-user',
        'name' => 'role',
        'not' => FALSE,
        'settings' => array(
          'rids' => array(
            0 => 1,
          ),
        ),
      ),
      1 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 0,
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Purchase button for anonymous (EN)',
    'body' => '<p><button>I need it</button></p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => '',
    'css_id' => 'mathsplain-login-pane-opener-anon-purchase',
  );
  $pane->extras = array();
  $pane->position = 5;
  $pane->locks = array();
  $pane->uuid = '087f12d5-30ac-4268-b918-5b95f894cf53';
  $display->content['new-087f12d5-30ac-4268-b918-5b95f894cf53'] = $pane;
  $display->panels['middle'][5] = 'new-087f12d5-30ac-4268-b918-5b95f894cf53';
  $pane = new stdClass();
  $pane->pid = 'new-86fcb061-48c2-4732-a5b6-0a5aac2613d9';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = FALSE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'context' => 'logged-in-user',
        'name' => 'role',
        'not' => FALSE,
        'settings' => array(
          'rids' => array(
            0 => 1,
          ),
        ),
      ),
      1 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'de-AT' => 'de-AT',
            'default' => 0,
            'en' => 0,
            'hu' => 0,
          ),
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => 'Purchase button for anonymous (de-AT)',
    'body' => '<p><button>Ich möchte dies</button></p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_body_class' => '',
    'css_class' => '',
    'css_id' => 'mathsplain-login-pane-opener-anon-purchase',
  );
  $pane->extras = array();
  $pane->position = 6;
  $pane->locks = array();
  $pane->uuid = '86fcb061-48c2-4732-a5b6-0a5aac2613d9';
  $display->content['new-86fcb061-48c2-4732-a5b6-0a5aac2613d9'] = $pane;
  $display->panels['middle'][6] = 'new-86fcb061-48c2-4732-a5b6-0a5aac2613d9';
  $pane = new stdClass();
  $pane->pid = 'new-9899e7f2-193d-49a4-a17e-2c8d6c5a77c5';
  $pane->panel = 'middle';
  $pane->type = 'entity_field';
  $pane->subtype = 'taxonomy_term:field_table_of_contents';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => 'requiredcontext_entity:taxonomy_term_1',
    'delta_limit' => 0,
    'delta_offset' => '0',
    'delta_reversed' => FALSE,
    'formatter' => 'text_default',
    'formatter_settings' => array(
      'empty_fields_emptyfieldtext_empty_text' => '',
      'empty_fields_handler' => '',
    ),
    'label' => 'above',
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array(
    'css_class' => '',
    'css_id' => '',
  );
  $pane->extras = array();
  $pane->position = 7;
  $pane->locks = array();
  $pane->uuid = '9899e7f2-193d-49a4-a17e-2c8d6c5a77c5';
  $display->content['new-9899e7f2-193d-49a4-a17e-2c8d6c5a77c5'] = $pane;
  $display->panels['middle'][7] = 'new-9899e7f2-193d-49a4-a17e-2c8d6c5a77c5';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['subject_term_panel'] = $mini;

  $mini = new stdClass();
  $mini->disabled = FALSE; /* Edit this to true to make a default mini disabled initially */
  $mini->api_version = 1;
  $mini->name = 'video_descriptions';
  $mini->category = 'mathsplain';
  $mini->admin_title = 'Mathsplain: Video descriptions';
  $mini->admin_description = '';
  $mini->requiredcontexts = array(
    0 => array(
      'entity_id' => '',
      'id' => 1,
      'identifier' => 'Tartalom',
      'keyword' => 'video_node',
      'name' => 'entity:node',
    ),
  );
  $mini->contexts = array();
  $mini->relationships = array(
    0 => array(
      'context' => 'requiredcontext_entity:node_1',
      'delta' => 0,
      'id' => 1,
      'identifier' => 'Swiffy entity from Tartalom (on Tartalom: Swiffy entitás [field_swiffy_entity])',
      'keyword' => 'swiffy_entity',
      'name' => 'entity_from_field:field_swiffy_entity-node-swiffy_entity',
    ),
    1 => array(
      'context' => 'requiredcontext_entity:node_1',
      'delta' => '0',
      'id' => 1,
      'identifier' => 'Taxonómia kifejezés from Tartalom (on Tartalom: Category [field_category])',
      'keyword' => 'taxonomy_term',
      'name' => 'entity_from_field:field_category-node-taxonomy_term',
    ),
    2 => array(
      'context' => 'requiredcontext_entity:node_1',
      'delta' => 0,
      'id' => 1,
      'identifier' => 'Tartalom from Tartalom (on Tartalom: H5P [field_h5p])',
      'keyword' => 'h5p',
      'name' => 'entity_from_field:field_h5p-node-node',
    ),
  );
  $display = new panels_display();
  $display->layout = 'onecol';
  $display->layout_settings = array();
  $display->panel_settings = array(
    'style_settings' => array(
      'default' => NULL,
      'middle' => NULL,
    ),
  );
  $display->cache = array();
  $display->title = '';
  $display->uuid = '4821e0c7-f987-460b-b353-e5be42bead9d';
  $display->storage_type = 'panels_mini';
  $display->storage_id = 'video_descriptions';
  $display->content = array();
  $display->panels = array();
  $pane = new stdClass();
  $pane->pid = 'new-c025c033-1ba9-4508-9313-3c0f15c99971';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 'en',
            'hu' => 0,
          ),
        ),
      ),
      1 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'PHP Code',
          'php' => '//drupal_set_message(\'Contexts:<br /><pre>\'.print_r(array_keys($contexts),1).\'</pre>\');
if (
  empty($contexts[\'requiredcontext_entity:node_1\']->data->field_description) &&
  empty($contexts[\'relationship_entity_from_field:field_swiffy_entity-node-swiffy_entity_1\']->data->field_description) &&
  empty($contexts[\'relationship_entity_from_field:field_h5p-node-node_1\']->data->field_description)
) {
  return FALSE;
} else {
  return TRUE;
}',
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '<p>Contents of this <a href="%taxonomy_term:url">%taxonomy_term:name</a> episode:</p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $pane->locks = array();
  $pane->uuid = 'c025c033-1ba9-4508-9313-3c0f15c99971';
  $display->content['new-c025c033-1ba9-4508-9313-3c0f15c99971'] = $pane;
  $display->panels['middle'][0] = 'new-c025c033-1ba9-4508-9313-3c0f15c99971';
  $pane = new stdClass();
  $pane->pid = 'new-ddfd716b-ec48-43e1-9368-8a345a4bbc55';
  $pane->panel = 'middle';
  $pane->type = 'custom';
  $pane->subtype = 'custom';
  $pane->shown = TRUE;
  $pane->access = array(
    'plugins' => array(
      0 => array(
        'name' => 'site_language',
        'not' => FALSE,
        'settings' => array(
          'language' => array(
            'default' => 0,
            'en' => 0,
            'hu' => 'hu',
          ),
        ),
      ),
      1 => array(
        'name' => 'php',
        'not' => FALSE,
        'settings' => array(
          'description' => 'PHP code',
          'php' => '//drupal_set_message(\'Contexts:<br /><pre>\'.print_r(array_keys($contexts),1).\'</pre>\');
if (
  empty($contexts[\'requiredcontext_entity:node_1\']->data->field_description) &&
  empty($contexts[\'relationship_entity_from_field:field_swiffy_entity-node-swiffy_entity_1\']->data->field_description) &&
  empty($contexts[\'relationship_entity_from_field:field_h5p-node-node_1\']->data->field_description)
) {
  return FALSE;
} else {
  return TRUE;
}',
        ),
      ),
    ),
  );
  $pane->configuration = array(
    'admin_title' => '',
    'body' => '<p><a href="%taxonomy_term:url">%taxonomy_term:i18n-name</a> epizód tartalma:</p>
',
    'format' => 'full_html',
    'substitute' => 1,
    'title' => '',
    'title_heading' => 'h2',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 1;
  $pane->locks = array();
  $pane->uuid = 'ddfd716b-ec48-43e1-9368-8a345a4bbc55';
  $display->content['new-ddfd716b-ec48-43e1-9368-8a345a4bbc55'] = $pane;
  $display->panels['middle'][1] = 'new-ddfd716b-ec48-43e1-9368-8a345a4bbc55';
  $pane = new stdClass();
  $pane->pid = 'new-8031bb06-e530-4a6f-b91a-2f51ee53eba6';
  $pane->panel = 'middle';
  $pane->type = 'entity_field';
  $pane->subtype = 'node:field_description';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => 'requiredcontext_entity:node_1',
    'delta_limit' => 0,
    'delta_offset' => '0',
    'delta_reversed' => FALSE,
    'formatter' => 'text_default',
    'formatter_settings' => array(),
    'label' => 'hidden',
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 2;
  $pane->locks = array();
  $pane->uuid = '8031bb06-e530-4a6f-b91a-2f51ee53eba6';
  $display->content['new-8031bb06-e530-4a6f-b91a-2f51ee53eba6'] = $pane;
  $display->panels['middle'][2] = 'new-8031bb06-e530-4a6f-b91a-2f51ee53eba6';
  $pane = new stdClass();
  $pane->pid = 'new-31d160e3-1c86-4d78-be3a-076e6aba0c64';
  $pane->panel = 'middle';
  $pane->type = 'entity_field';
  $pane->subtype = 'swiffy_entity:field_description';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => 'relationship_entity_from_field:field_swiffy_entity-node-swiffy_entity_1',
    'delta_limit' => 0,
    'delta_offset' => '0',
    'delta_reversed' => FALSE,
    'formatter' => 'text_default',
    'formatter_settings' => array(),
    'label' => 'hidden',
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 3;
  $pane->locks = array();
  $pane->uuid = '31d160e3-1c86-4d78-be3a-076e6aba0c64';
  $display->content['new-31d160e3-1c86-4d78-be3a-076e6aba0c64'] = $pane;
  $display->panels['middle'][3] = 'new-31d160e3-1c86-4d78-be3a-076e6aba0c64';
  $pane = new stdClass();
  $pane->pid = 'new-872e0a1a-5365-4357-ac65-30b9465ef50f';
  $pane->panel = 'middle';
  $pane->type = 'entity_field';
  $pane->subtype = 'node:field_description';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => 'relationship_entity_from_field:field_h5p-node-node_1',
    'delta_limit' => 0,
    'delta_offset' => '0',
    'delta_reversed' => FALSE,
    'formatter' => 'text_default',
    'formatter_settings' => array(),
    'label' => 'hidden',
    'override_title' => 0,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 4;
  $pane->locks = array();
  $pane->uuid = '872e0a1a-5365-4357-ac65-30b9465ef50f';
  $display->content['new-872e0a1a-5365-4357-ac65-30b9465ef50f'] = $pane;
  $display->panels['middle'][4] = 'new-872e0a1a-5365-4357-ac65-30b9465ef50f';
  $pane = new stdClass();
  $pane->pid = 'new-82eb2616-f632-4d94-87a3-36e2f6b33e8e';
  $pane->panel = 'middle';
  $pane->type = 'entity_field';
  $pane->subtype = 'swiffy_entity:field_text_content';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array(
    'context' => 'relationship_entity_from_field:field_swiffy_entity-node-swiffy_entity_1',
    'delta_limit' => 0,
    'delta_offset' => '0',
    'delta_reversed' => FALSE,
    'formatter' => 'text_default',
    'formatter_settings' => array(),
    'label' => 'hidden',
    'override_title' => 1,
    'override_title_heading' => 'h2',
    'override_title_text' => '',
  );
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 5;
  $pane->locks = array();
  $pane->uuid = '82eb2616-f632-4d94-87a3-36e2f6b33e8e';
  $display->content['new-82eb2616-f632-4d94-87a3-36e2f6b33e8e'] = $pane;
  $display->panels['middle'][5] = 'new-82eb2616-f632-4d94-87a3-36e2f6b33e8e';
  $pane = new stdClass();
  $pane->pid = 'new-b4fb2e16-38af-4963-996a-ca8e5953f55e';
  $pane->panel = 'middle';
  $pane->type = 'video__related_formulas';
  $pane->subtype = 'video__related_formulas';
  $pane->shown = TRUE;
  $pane->access = array(
    'logic' => 'and',
    'plugins' => array(),
  );
  $pane->configuration = array();
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 6;
  $pane->locks = array();
  $pane->uuid = 'b4fb2e16-38af-4963-996a-ca8e5953f55e';
  $display->content['new-b4fb2e16-38af-4963-996a-ca8e5953f55e'] = $pane;
  $display->panels['middle'][6] = 'new-b4fb2e16-38af-4963-996a-ca8e5953f55e';
  $pane = new stdClass();
  $pane->pid = 'new-008f8258-086d-4fa9-a3b3-1f51f16621f7';
  $pane->panel = 'middle';
  $pane->type = 'video__related_exercises';
  $pane->subtype = 'video__related_exercises';
  $pane->shown = TRUE;
  $pane->access = array(
    'logic' => 'and',
    'plugins' => array(),
  );
  $pane->configuration = array();
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 7;
  $pane->locks = array();
  $pane->uuid = '008f8258-086d-4fa9-a3b3-1f51f16621f7';
  $display->content['new-008f8258-086d-4fa9-a3b3-1f51f16621f7'] = $pane;
  $display->panels['middle'][7] = 'new-008f8258-086d-4fa9-a3b3-1f51f16621f7';
  $display->hide_title = PANELS_TITLE_FIXED;
  $display->title_pane = '0';
  $mini->display = $display;
  $export['video_descriptions'] = $mini;

  return $export;
}
