PHP Classes

File: templates/shells/bbs-menu/dashboard.twig

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   templates/shells/bbs-menu/dashboard.twig   Download  
File: templates/shells/bbs-menu/dashboard.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 744 bytes
 

Contents

Class file image Download
{% extends "base.twig" %} {% block title %}{{ t('ui.bbs_menu.main_menu', {}, locale, ['common']) }} - {{ parent() }}{% endblock %} {% block section_title %}{{ t('ui.bbs_menu.main_menu', {}, locale, ['common']) }}{% endblock %} {% block content %} <div class="py-2"> {% if appearance.shell.bbs_menu.variant == 'ansi' %} {% include 'shells/bbs-menu/main-menu-ansi.twig' %} {% elseif appearance.shell.bbs_menu.variant == 'text' %} {% include 'shells/bbs-menu/main-menu-text.twig' %} {% else %} {% include 'shells/bbs-menu/main-menu-cards.twig' %} {% endif %} {% if system_news_content %} <div class="mt-4"> {{ system_news_content | raw }} </div> {% endif %} </div> {% endblock %}