",A(yootheme\framework\view\asset\array_keys2TY/@X+/YOOtheme\Framework\View\Asset\file_get_contents Asset {Nߧ/yootheme\framework\view\asset\file_get_contentsA'Q9VP"?, 9V ">œ,YOOtheme\Framework\View\Asset\AssetInterfaceface { kޓ,yootheme\framework\view\asset\assetinterface2'Q9VP(?, 9V (> Ԃ'Q9VP7?, 9V 7> Ԃ 7regularlabs\plugin\system\articlesanywhere\helpers\dataw a/PLG_SYSTEM_ACTIONLOGS_JOOMLA_ACTIONLOG_DISABLEDqY,PLG_SYSTEM_ACTIONLOGS_LOG_DELETE_PERIOD_DESC)WR7RegularLabs\Plugin\System\ArticlesAnywhere\Helpers\DataAWH%G)PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED 7regularlabs\plugin\system\articlesanywhere\helpers\data-Ereignisse für Benachrichtigungen auswählennp'(8>PDJVWrs\null)WR7RegularLabs\Plugin\System\ArticlesAnywhere\Helpers\Data0Benachrichtung über Benutzeraktivitäten senden2җh0_jchoptimizevendor\joomla\di\containerawaretraitugins/ 0`p2tsG5_jchoptimizevendor\joomla\di\serviceproviderinterfaceI$4_jchoptimizevendor\joomla\di\containerawareinterfacesLM+Joomla\CMS\Mail\MailerFactoryAwareInterface\Service\_ߝT)Joomla\CMS\Form\FormFactoryAwareInterfaceorService\siT0Joomla\CMS\Cache\CacheControllerFactoryInterfaceicet dn5*Joomla\CMS\MVC\Factory\MVCFactoryInterface299e7c4619arCF:=ҿ5Joomla\CMS\Cache\CacheControllerFactoryAwareInterface d Jd޵6ComposerAutoloaderInit0d3a78e5c0376f82b095c299e7c4619at6ComposerAutoloaderInit0d3a78e5c0376f82b095c299e7c4619a6ComposerAutoloaderInit0d3a78e5c0376f82b095c299e7c4619a#/composerRequire0d3a78e5c0376f82b095c299e7c4619aLUE/composerRequire0d3a78e5c0376f82b095c299e7c4619a06T6composerautoloaderinit0d3a78e5c0376f82b095c299e7c4619aٿW/composerrequire0d3a78e5c0376f82b095c299e7c4619ataitٿW/composerrequire0d3a78e5c0376f82b095c299e7c4619anobSgəDh(JchOptimize\Core\Platform\HooksInterfaceing\MbstringY@,JchOptimize\Core\Css\Callbacks\HandleAtRulesmbstring/c}(Psr\Container\NotFoundExceptionInterface`2kr)Psr\Container\ContainerExceptionInterfacefMR@/Joomla\Filesystem\Exception\FilesystemExceptionr fast dqH X(jchoptimize\core\html\htmlelementbuildersg(jchoptimize\core\service\provider\spatieC@?~؞BP0jchoptimize\core\service\provider\featurehelpersnoٸii}Z.jchoptimize\core\service\provider\laminascacheesnoCr+jchoptimize\core\service\provider\callbacksp-yesnơr;g.jchoptimize\core\service\provider\sharedeventsesnon5*Joomla\CMS\MVC\Factory\MVCFactoryInterfaceup-yesnoF6qQȩ(JchOptimize\Core\Service\Provider\Spatieroup-yesno캖.JchOptimize\Core\Service\Provider\SharedEventsesno@false ); } } /** * Get the template attributes * * @access public * * @param object $download The download object. * @param string|boolean $template The template to be used. * * @return array * @since 4.9.6 */ private function get_template_attributes( $download, $template = false, $slug = 'content-download', $name = '' ) { if ( ! $download ) { return array(); } $title = ''; if ( $download->get_version()->has_version_number() ) { $title = sprintf( esc_html__( 'Version %s', 'download-monitor' ), esc_html( $download->get_version()->get_version_number() ) ); } $default_attributes = array( 'link_attributes' => array( 'data-e-Disable-Page-Transition' => 'true', 'class' => array( 'download-link' ), 'title' => $title, 'href' => $download->get_the_download_link(), 'rel' => 'nofollow', 'id' => 'download-link-' . $download->get_id(), ), ); return apply_filters( 'dlm_template_attributes', $default_attributes, $download, $name ); } }