Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-06-12 18:45:10 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/themes/cp_admin/user/view.php

13 lines
272 B
PHP
Raw Normal View History

feat(themes): add ViewThemes library to set views in root themes folder app, admin, install and authentication views are now located in root themes/ folder
2021-09-02 16:34:25 +00:00
<?= $this->extend('_layout') ?>
feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
<?= $this->section('title') ?>
<?= lang('User.view', ['username' => $user->username]) ?>
<?= $this->endSection() ?>
<?= $this->section('content') ?>
feat(themes): add ViewThemes library to set views in root themes folder app, admin, install and authentication views are now located in root themes/ folder
2021-09-02 16:34:25 +00:00
<?= view('_partials/_user_info.php', ['user' => $user]) ?>
feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
<?= $this->endSection() ?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 117ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API