betabase theme

This commit is contained in:
profstyle1@gmail.com 2019-12-09 17:00:06 +03:00
parent f365524f07
commit 7c27c8d87f
4 changed files with 3 additions and 18 deletions

View File

@ -16,6 +16,9 @@ OpenClassify is the extensible and most advanced open source classified app buil
{{ addBlock('ad-list/partials/ads',{'featured_advs':featured_advs})|raw }}
- profile-module/profile/partials/navigation
{{ addBlock('profile/navigation')|raw }}
## Server Requirements

View File

@ -73,19 +73,6 @@ class MyProfileController extends PublicController
$isActivePackages = $isActive->is_enabled('packages');
if ($isBalanceActive) {
$balanceController = app(\Visiosoft\BalancesModule\Http\Controller\BalancesFrontController::class);
$balanceModel = new \Visiosoft\BalancesModule\Package\PackageModel();
$balancespackage = $balanceModel->listPackage();
$userbalance = $balanceController->index(auth()->user()->id);
$menu_balance = array();
$menu_balance['href'] = "balance";
$menu_balance['aria-controls'] = "balance";
$menu_balance['title'] = trans('visiosoft.module.balances::field.menu_balance.name');
$menu_fields[] = $menu_balance;
} else {
$userbalance = '';
}
if ($isActiveMessages) {
$myMessages = new MessageModel();

@ -1 +0,0 @@
Subproject commit 1b1197523e313f419ee8a1238fa0553e1213add0

View File

@ -87,10 +87,6 @@
{
"type": "composer",
"url": "https://community.pyrocms.com"
},
{
"type": "composer",
"url": "https://repo.openclassify.com/satis"
}
],
"autoload": {