Skip to content
Snippets Groups Projects
view.php 350 B
Newer Older
  • Learn to ignore specific revisions
  • <?= $this->section('title') ?>
    <?= lang('MyAccount.info') ?>
    <?= $this->endSection() ?>
    
    
    <?= $this->section('pageTitle') ?>
    <?= lang('MyAccount.info') ?>
    <?= $this->endSection() ?>
    
    
    <?= view('admin/_partials/_user_info.php', ['user' => user()]) ?>