✏️ 正在编辑: layout.phtml
路径:
/srv/systems_dir/biblioteca_yuppie/application/layouts/scripts/layout.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php echo $this->doctype('HTML5'); ?> <html> <head> <?php echo $this->headMeta()->setCharset('UTF-8'); echo $this->headTitle('Yuppie tech - Mais agilidade para o seu negócio!'); echo $this->headLink()->appendStylesheet('lib/bootstrap-3.2/css/bootstrap.min.css'); ?> </head> <body> <?php echo $this->layout()->content; ?> </body> </html>
💾 保存文件
← 返回文件管理器