mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 07:12:48 -04:00
12 lines
139 B
PHP
12 lines
139 B
PHP
<?php
|
|
/**
|
|
* @var array $allowed_modules
|
|
*/
|
|
?>
|
|
|
|
<?= view('partial/header') ?>
|
|
|
|
<?= view('home/modules') ?>
|
|
|
|
<?= view('partial/footer') ?>
|