Typesetter-Original-gtbu/themes/Bootstrap4/template.php

22 lines
481 B
PHP
Raw Normal View History

2021-09-08 19:52:21 +02:00
<?php
/**
* Bootstrap 4 - Typesetter CMS theme
* Master template
* See settings.php for configuration options
*/
2023-05-11 15:52:36 +02:00
global $page;
2021-09-08 19:52:21 +02:00
/**
* 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');