예제 #1
0
파일: V_footer.php 프로젝트: raku/front-cms
<!--Футер -->
<footer class="footer row">
    <div class="fourcol">
        <?php 
echo Mod::render('mod1');
?>
    </div>
    <div class="fourcol">
        <?php 
echo Mod::render('mod2');
?>
    </div>
    <div class="fourcol last">
        <?php 
echo Mod::render('mod3');
?>
    </div>
</footer>