Bearsampp 2025.8.29
Loading...
Searching...
No Matches
class.tpl.app.apps.php
Go to the documentation of this file.
1<?php
2/*
3 * Copyright (c) 2021-2024 Bearsampp
4 * License: GNU General Public License version 3 or later; see LICENSE.txt
5 * Author: bear
6 * Website: https://bearsampp.com
7 * Github: https://github.com/Bearsampp
8 */
9
17{
21 const MENU = 'apps';
22
32 public static function process()
33 {
34 global $bearsamppLang;
35
36 return TplApp::getMenu($bearsamppLang->getValue(Lang::APPS), self::MENU, get_called_class());
37 }
38
49 public static function getMenuApps()
50 {
51 global $bearsamppLang;
52
55 'phpmyadmin/',
56 true
57 ) . PHP_EOL .
60 'phppgadmin/',
61 true
62 );
63 }
64}
global $bearsamppLang
const APPS
const PHPMYADMIN
const PHPPGADMIN
static getItemLink($caption, $link, $local=false, $glyph=self::GLYPH_WEB_PAGE)
static getMenu($caption, $menu, $class)