Files
carpseeds.pl/wp-content/plugins/flexible-shipping/classes/table-rate/abtests/views/html-thickbox-contact-information-on-top.php
2024-07-15 11:28:08 +02:00

9 lines
343 B
PHP

<?php
$support_link = get_locale() === 'pl_PL' ? 'https://wpde.sk/tracker-help-pl-1' : 'https://wpde.sk/tracker-help-1';
$buttons_html_file = __DIR__ . '/html-thickbox-buttons.php';
$top_html_file = __DIR__ . '/html-information.php';
$bottom_html_file = __DIR__ . '/html-empty.php';
require __DIR__ . '/html-thickbox-content.php';