Download
All XenForo Resources for only 35.00 $ Months.
All XenForo Resources for only 35.00 $ Months.
Support 24/7 via DM.
Paypal secure payment.
Once you download any Premium files, refunds will not be issued..
$c->extend('inlineImageTypes', function(array $imageTypes)
{
$imageTypes['pdf'] = 'application/pdf';
return $imageTypes;
});