I have use fantasitc template esport http://www.test.hubertus-wagrowiec.com but I have 1 serious problem. I must implement searcher of touristic offers merlinx. System contain 2 files in main folder ep3gate.class.php (library of system) and gate_full.php
- Code: Select all
<?php
include('ep3gate.class.php');
$ep3gate=new ep3gate(
'3075', // agent number
'hubertus2',
'ep3' // query string variable name (used to send paramaters to ibe) configurable to avoid conflict with existing parameters in your system
);
// OPCJONALNY parametr wybierający typ wyszukiwanych wycieczek.
// Informacje na temat możliwych typów wycieczek znajdują sie w dokumentacji Wyszukiwarki.
$ep3gate->setSearchType('PA');
$ep3gate->printContents();
?>
when I put this files to: http://www.test.hubertus-wagrowiec.com/ ... merlin.php everything is ok, particulary in step 4 when I click on price of tour I can choose a term an go to step 5, when I do the same in Joomla (http://www.test.hubertus-wagrowiec.com) in esport template step 4 is inactive, I think that its any conflict but I dont know which.
Second think; how to make then this outsider part of Joomla dont use from template css? than this modul like like here http://www.test.hubertus-wagrowiec.com/ ... merlin.php ?
Thanks in advance for any help