26 "PublicInstitution" => 0);
36 $oContentList =
oxNew(
"oxcontentlist");
37 $sTable = getViewName(
"oxcontents", $this->_iEditLang);
38 $oContentList->selectString(
"SELECT * FROM {$sTable} WHERE OXACTIVE = 1 AND OXTYPE = 0
39 AND OXLOADID IN ('oxagb', 'oxdeliveryinfo', 'oximpressum', 'oxrightofwithdrawal')
51 $aCustomersConf = $this->
getConfig()->getShopConfVar(
"aRDFaCustomers");
52 if (isset($aCustomersConf)) {
53 foreach ($this->_aCustomers as $sCustomer => $iValue) {
54 $aCustomers[$sCustomer] = (in_array($sCustomer, $aCustomersConf)) ? 1 : 0;
57 $aCustomers = array();
70 if ($aParams[
'url']) {
71 $sNotificationUrl =
"http://gr-notify.appspot.com/submit?uri=".urlencode($aParams[
'url']).
"&agent=oxid";
72 if ( $aParams[
'email'] ) {
73 $sNotificationUrl .=
"&contact=".urlencode($aParams[
'email']);
76 if (substr($aHeaders[2], -4) ===
"True") {
77 $this->_aViewData[
"submitMessage"] =
'SHOP_RDFA_SUBMITED_SUCCESSFULLY';
79 oxRegistry::get(
"oxUtilsView")->addErrorToDisplay(substr($aHeaders[3], strpos($aHeaders[3],
":") + 2));
82 oxRegistry::get(
"oxUtilsView")->addErrorToDisplay(
'SHOP_RDFA_MESSAGE_NOURL');
95 return get_headers($sURL);