✏️ 正在编辑: layout_basico.phtml
路径:
/srv/systems_dir/yuppiecred/application/layouts/scripts/layout_basico.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php echo $this->doctype() ?> <html> <head> <meta charset="UTF-8" /> <title>Yuppie tech - Mais agilidade para o seu negócio!</title> <link rel="icon" href="<?php echo $this->baseUrl("assets/favicon-32x32.png"); ?>" sizes="32x32" /> <link rel="icon" href="<?php echo $this->baseUrl("assets/favicon-192x192.png"); ?>" sizes="192x192" /> <link rel="apple-touch-icon" href="<?php echo $this->baseUrl("assets/favicon-180x180.png"); ?>" /> <meta name="msapplication-TileImage" content="<?php echo $this->baseUrl("assets/favicon-270x270.png"); ?>" /> </head> <body> <?php echo $this->layout()->content; ?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71070992-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
💾 保存文件
← 返回文件管理器