🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 20:42:47 | PHP 8.1.34
📂
/ (Root)
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
documentor
/
templates
/
archive
📍 /var/softaculous/sitepad/editor/site-data/plugins/documentor/templates/archive
🔄 Refresh
✏️
Editing: title.php
Read Only
<?php /** * Docs archive title template * * This template can be overridden by copying it to yourtheme/documentor/archive/title.php. * * @author softaculous * @package documentor/Templates * @version 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <header class="page-header"> <center> <h1 class="page-title"> <?php // phpcs:ignore echo documentor()->get_docs_page_title(); ?> </h1> </center> </header><!-- .page-header -->
💾 Save Changes
❌ Cancel