View file system/functions/hooks/cabinet_top.php

File size: 114B
<?php
  
function cabinet_top() {
  
  direct::components(ROOT.'/users/account/cabinet/components/top/', 19);
  
}