username(); $user = new User($username); $name = ''; if ($user->nickname()) { $name = $user->nickname(); } elseif ($user->firstName()) { $name = $user->firstName(); } ?>
g('welcome') . ($name ? ', ' . htmlspecialchars($name, ENT_QUOTES, 'UTF-8') : '') ?> p('click-here-for-quick-search') ?> ⌘K
keys(); ?>
p('Categories') ?>
pages()); ?> name() ?>

p('No categories') ?>

keys(); ?>
p('Tags') ?>
pages()); ?> name() ?>

p('No tags') ?>

installed()): $currentDate = Date::current('Y-m-d'); $visitsToday = $visitsStats->visits($currentDate); $uniqueVisitors = $visitsStats->uniqueVisitors($currentDate); $weekData = $visitsStats->getLastDaysData(7); ?>
p('Visits Today') ?>
p('Unique Visitors') ?>
p('7-Day Total') ?>