Initial geladen: WP App Portal

This commit is contained in:
2026-04-10 11:32:42 +02:00
parent a772a0ad53
commit fdfd055748
5658 changed files with 1968631 additions and 0 deletions
@@ -0,0 +1,18 @@
<?php
namespace Nextend;
use Nextend\Framework\Pattern\GetPathTrait;
use Nextend\Framework\Pattern\SingletonTrait;
use Nextend\SmartSlider3\Platform\Joomla\JoomlaShim;
class Nextend {
use GetPathTrait;
use SingletonTrait;
protected function init() {
}
}