mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 14:16:46 +02:00
add tail.php
This commit is contained in:
7
site/themes/simple/views/partials/tail.php
Executable file
7
site/themes/simple/views/partials/tail.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace Flextype;
|
||||
use Flextype\Component\{Event\Event, Http\Http, Registry\Registry};
|
||||
?>
|
||||
<script src="<?php echo Http::getBaseUrl(); ?>/site/themes/<?php echo Registry::get('site.theme'); ?>/node_modules/jquery/dist/jquery.slim.min.js"></script>
|
||||
<script src="<?php echo Http::getBaseUrl(); ?>/site/themes/<?php echo Registry::get('site.theme'); ?>/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<?php Event::dispatch('onThemeFooter'); ?>
|
Reference in New Issue
Block a user