maiconpinto / cakephp-adminlte-theme

CakePHP AdminLTE Theme
http://maiconpinto.github.io/cakephp-adminlte-theme/
MIT License
173 stars 111 forks source link

How do I disable footer.php? #95

Open gunjikamiya opened 4 years ago

gunjikamiya commented 4 years ago

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
hareshpatel1990 commented 4 years ago

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'); ?>

gunjikamiya commented 4 years ago

@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?

maiconpinto commented 4 years ago

@kamiyagunji you have the same problem still?

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