dolibarr/htdocs/install/doctemplates/websites/template/faq.php
2019-04-03 16:28:16 +02:00

6 lines
285 B
PHP

<?php
// File generated to wrap the alias page - DO NOT MODIFY - It is just a wrapper to real page
global $dolibarr_main_data_root;
if (empty($dolibarr_main_data_root)) require './page149.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page149.tpl.php';
?>