Typesetter-Original-gtbu/themes/Bootstrap4/template.php
2021-09-08 19:52:21 +02:00

21 lines
468 B
PHP

<?php
/**
* Bootstrap 4 - Typesetter CMS theme
* Master template
* See settings.php for configuration options
*/
/**
* Load theme javascripts
*
*/
$page->head_js[] = dirname(rawurldecode($page->theme_path)) . '/_common/script.js';
$page->head_js[] = dirname(rawurldecode($page->theme_path)) . '/_common/menu.js';
/**
* Include template.php from the current layout subdirectory
*
*/
include($page->theme_dir . '/' . $page->theme_color . '/template.php');