7 lines
106 B
PHP
7 lines
106 B
PHP
<?php
|
|
|
|
function the_user_nav()
|
|
{
|
|
include APPS_PATH . '/Users/Templates/components/profile-nav.php';
|
|
}
|