oms-QA/Admin/Install/Application/QA/Themes/Default/tpl/profile.tpl.php
Dennis Eichhorn 2016b7232f
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

102 lines
2.7 KiB
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Web\{APPNAME}
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
?>
<div class="content">
<div class="floater">
<div id="front-header">
<div class="front-header-columns">
<div class="left">
<a class="front-shop-portlet" href="shop/list">
</a>
</div>
<div class="right">
<a class="front-shop-portlet" href="shop/list">
</a>
<a class="front-shop-portlet" href="shop/list">
</a>
</div>
</div>
<div class="front-columns">
<div class="left">
<a class="front-shop-portlet" href="shop/list">
</a>
</div>
<div class="right">
<a class="front-shop-portlet" href="shop/list">
</a>
</div>
</div>
</div>
<div id="front-small-header">
<h1>Arcticles for you</h1>
<h2>Special offers you may be interested in</h2>
</div>
<div id="front-small">
<a class="front-shop-portlet" href="shop/item">
<div>
<h1>Item name</h1>
<h2>Description</h2>
</div>
</a>
<a class="front-shop-portlet" href="shop/item">
<div>
<h1>Item name</h1>
<h2>Description</h2>
</div>
</a>
<a class="front-shop-portlet" href="shop/item">
<div>
<h1>Item name</h1>
<h2>Description</h2>
</div>
</a>
<a class="front-shop-portlet" href="shop/item">
<div>
<h1>Item name</h1>
<h2>Description</h2>
</div>
</a>
<a class="front-shop-portlet" href="shop/item">
<div>
<h1>Item name</h1>
<h2>Description</h2>
</div>
</a>
<a class="front-shop-portlet" href="shop/item">
<div>
<h1>Item name</h1>
<h2>Description</h2>
</div>
</a>
<a class="front-shop-portlet" href="shop/item">
<div>
<h1>Item name</h1>
<h2>Description</h2>
</div>
</a>
</div>
</div>
</div>