Topic: Total info Dashboard snippet
Add this in Plugins/box/dashboard/views/backend/index.view.php
select('[slug!="error404"]'); $blocks_path = STORAGE . DS . 'blocks' . DS; $blocks_list = File::scan($blocks_path, '.block.html'); $snippets_path = STORAGE . DS . 'snippets' . DS; $snippets_list = File::scan($snippets_path, '.snippet.php'); $users = new Table('users'); $users_list = $users->select(null,'all'); ?>
Preview:
Screenshot