cakephp-adminlte-theme icon indicating copy to clipboard operation
cakephp-adminlte-theme copied to clipboard

How do I disable footer.php?

Open gunjikamiya opened this issue 5 years ago • 3 comments

I want to disable AdminLTE's footer.php.

Even if you delete the templates/plugin/AdminLTE/element/footer.php, the default footer.php will be loaded.

What should I do?

スクリーンショット 2020-02-12 13 20 56

gunjikamiya avatar Feb 12 '20 04:02 gunjikamiya

There Are two ways:

  1. Just delete all content of templates/plugin/AdminLTE/element/footer.php
  2. Edit templates/plugin/AdminLTE/layout/default.php file and remove <?php echo $this->element('footer'); ?>

hareshpatel1990 avatar Feb 21 '20 09:02 hareshpatel1990

@hareshpatel1990 thank you answer.

I did the above two, but the default fotter was loaded and displayed.

if there are no files that do not apply, AdminLTE seems tot automatically load the default file.

Do you know the solution?

gunjikamiya avatar Feb 25 '20 09:02 gunjikamiya

@kamiyagunji you have the same problem still?

See this link, maybe help you https://github.com/maiconpinto/cakephp-adminlte-theme/wiki/Customize-Layout

maiconpinto avatar Oct 04 '20 19:10 maiconpinto