data['id'] < 1 || $profile->data['password_algo'] == 'nologin' ? 'User not found!' : 'Profile of '. $profile->data['username'] ); // Print page contents print Templates::render('main/profile.tpl', $renderData);