Knowledge Base - How to remove "Magazine theme © 2022 Created by RobiNN" in the footer

Open: theme.php
Located here:
/themes/Magazine/

Line: 149

Remove this:
echo '<div class="text-center strong">Magazine theme &copy; '.date('Y').' '.$locale['created_by'].' <a href="https://github.com/RobiNN1" target="_blank">RobiNN</a></div>';



==================================================

Open: Login.php
Located here:
/themes/admin_themes/AdminLTE/classes/

Line: 69

Remove this:
$html .= $locale['ALT_006'].' <a href="https://github.com/RobiNN1" target="_blank">RobiNN</a> ';
$html .= $locale['and'].' <a href="https://adminlte.io" target="_blank">Almsaeed Studio</a><br/>';

========================================

Open: AdminPanel.php
Located here: 
/themes/admin_themes/AdminLTE/classes/

Line: 331

Remove this: 
$html .= '<strong>';
$html .= 'AdminLTE Admin Theme &copy; '.date('Y').' '.$locale['ALT_006'].' <a href="https://github.com/RobiNN1" target="_blank">RobiNN</a> ';
$html .= $locale['and'].' <a href="https://adminlte.io" target="_blank">Almsaeed Studio</a>';
$html .= '</strong>';

 

Details

Created : 2022-01-17 03:07:50, Last Modified : 2022-01-18 11:49:37