View file system/functions/hooks/account.php

File size: 139B
<?php
  
function account() {
  
  global $account,$settings;
  direct::components(ROOT.'/users/account/page/components/account/', 0);
  
}