<?php $val = array (
  1 => 
  array (
    'information_id' => '1',
    'title' => 'About Us',
    'link' => 
    array (
      'href' => 'https://opencart.demowordpress.xyz/de-DE/information/about-us',
      'agree' => 'https://opencart.demowordpress.xyz/de-DE/about-us/info',
    ),
  ),
  2 => 
  array (
    'information_id' => '2',
    'title' => 'Terms &amp; Conditions',
    'link' => 
    array (
      'href' => 'https://opencart.demowordpress.xyz/de-DE/information/terms',
      'agree' => 'https://opencart.demowordpress.xyz/de-DE/terms/info',
    ),
  ),
  3 => 
  array (
    'information_id' => '3',
    'title' => 'Privacy Policy',
    'link' => 
    array (
      'href' => 'https://opencart.demowordpress.xyz/de-DE/information/privacy',
      'agree' => 'https://opencart.demowordpress.xyz/de-DE/privacy/info',
    ),
  ),
  4 => 
  array (
    'information_id' => '4',
    'title' => 'Delivery Information',
    'link' => 
    array (
      'href' => 'https://opencart.demowordpress.xyz/de-DE/information/delivery',
      'agree' => 'https://opencart.demowordpress.xyz/de-DE/delivery/info',
    ),
  ),
  'text_agree' => 'Ich habe die <a href="%s" class="modal-link"><b>%s</b></a> gelesen und stimme ihnen zu',
  'error_agree' => 'Hinweis: Sie müssen den %s zustimmen!',
);