X7ROOT File Manager
Current Path:
/home/notabjze/starbudzca.com/wp-content/themes/elessi-theme/vc_templates
home
/
notabjze
/
starbudzca.com
/
wp-content
/
themes
/
elessi-theme
/
vc_templates
/
ðŸ“
..
ðŸ“
tta_global_layout
📄
vc_column.php
(3.71 KB)
📄
vc_column_inner.php
(1.58 KB)
📄
vc_column_text.php
(1 KB)
📄
vc_row.php
(4.47 KB)
📄
vc_row_inner.php
(2.11 KB)
📄
vc_tta_global.php
(716 B)
📄
vc_tta_section.php
(1.7 KB)
Editing: vc_tta_global.php
<?php /** * Shortcode attributes * @var $atts * @var $content - shortcode content */ if (!defined('ABSPATH')) : die('-1'); endif; $GLOBALS['nasa_current_layout'] = $this->layout; $atts = vc_map_get_attributes($this->getShortcode(), $atts); $this->resetVariables($atts, $content); extract($atts); $this->setGlobalTtaInfo(); $prepareContent = $this->getTemplateVariable('content'); ob_start(); $file = ELESSI_CHILD_PATH . '/vc_templates/tta_global_layout/' . $this->layout . '_layout.php'; include is_file($file) ? $file : ELESSI_THEME_PATH . '/vc_templates/tta_global_layout/' . $this->layout . '_layout.php'; unset($GLOBALS['nasa_current_layout']); return ob_get_clean();
Upload File
Create Folder