Home > Backend Development > PHP Tutorial > How to remove the default displayed title and icon in CakePHP_PHP Tutorial

How to remove the default displayed title and icon in CakePHP_PHP Tutorial

WBOY
Release: 2016-07-21 15:49:07
Original
836 people have browsed it

The way to remove it is:
Modify cakelibsviewtemplateslayoutsdefault.thtml, which is a general template framework for view files (with header and footer).
In addition:
The extensions of cakephp view files are all thtml. This is the default value. If you want to modify the suffix name, you can also change it.
The modification method is:
Change var $ext='.thtml' to html in cakelibscontrollercontroller.php.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/319627.htmlTechArticleThe way to remove it is: Modify cakelibsviewtemplateslayoutsdefault.thtml, this is a general template framework for view files (with header and footer) ). In addition: The extensions of cakephp view files are...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template