hForumPHP/dev_mvc/view/webcontent/content_boards.php

6 lines
180 B
PHP

<?php
use controller\MVCController;
foreach (MVCController::$viewData['boards'] as $board){
include ROOT_DIR.'/view/webcontent/modules/modules_boards/module_boardtable.php';
}
?>