C3 Front End Model for Item, Test: localhost/index.php?option=com_depot&view=part&id=1

Dieser Commit ist enthalten in:
2023-11-19 12:14:40 +01:00
Ursprung bedb36c136
Commit 464f7bd1ac
6 geänderte Dateien mit 119 neuen und 4 gelöschten Zeilen
+15
Datei anzeigen
@@ -0,0 +1,15 @@
<?php
/**
* @package Depot.Site
* @subpackage com_depot
* @author Thomas Kuschel <thomas@kuschel.at>
* @copyright (C) 2023 KW4NZ, <https://www.kuschel.at>
* @license GNU General Public License version 2 or later; see LICENSE.md
* @since 0.9.14
*/
defined('_JEXEC') or die;
?>
<h1>
<?= $this->item->component_name; ?>
</h1>