✏️ 正在编辑: index.php
路径:
/home/qyel0117/public_html/wp-content/themes/semplice7/editor/index.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php use Semplice\Helper\Get; use Semplice\Editor\Sidebar; ?> <!-- semplice editor --> <div id="semplice-editor" data-mode="default" data-content-mode="regular" data-reorder="section"> <?php // grid echo Get::background_grid('editor-grid'); // header include('index/header.php'); // content include('index/content.php'); // toolbars include('index/toolbars.php'); // markers include('index/markers.php'); // tools include('index/tools.php'); // misc include('index/misc.php'); ?> </div> <!-- editor templates --> <div class="editor-templates"><?php foreach (glob(SEMPLICE_DIR . '/editor/templates/*.php') as $filename) { include $filename; } ?></div>
💾 保存文件
← 返回文件管理器