Skip to content

Commit

Permalink
Change: remove statistics tile from cpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruud68 committed Mar 5, 2024
1 parent a5e1654 commit d2d8b09
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/admin/tmpl/cpanel/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,16 @@
</div>
</div>

<div class="col-xl-3 col-md-6">
<!-- <div class="col-xl-3 col-md-6">
<div class="card proj-t-card comp-card">
<div class="card-body">
<div class="row align-items-center">
<div class="col">
<h6 class="mb-25">
<a href="<?php echo Route::_('index.php?option=com_kunena&view=statistics'); ?>" class="stretched-link">
<?php echo Text::_('COM_KUNENA_MENU_STATISTICS') ?>
<a href="<?php // echo Route::_('index.php?option=com_kunena&view=statistics');
?>" class="stretched-link">
<?php // echo Text::_('COM_KUNENA_MENU_STATISTICS')
?>
</a>
</h6>
<h3 class="fw-700 text-cyan">&nbsp;</h3>
Expand All @@ -358,7 +360,7 @@
</div>
</div>
</div>
</div>
</div> -->

<div class="col-xl-3 col-md-6">
<div class="card proj-t-card comp-card">
Expand Down

0 comments on commit d2d8b09

Please sign in to comment.