View file system/functions/hooks/account.php
<?php
function account() {
global $account,$settings;
direct::components(ROOT.'/users/account/page/components/account/', 0);
}
<?php
function account() {
global $account,$settings;
direct::components(ROOT.'/users/account/page/components/account/', 0);
}