summaryrefslogtreecommitdiff
path: root/structure_add_content.php
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-02-12 13:46:27 -0500
committerspiderr <spiderr@bitweaver.org>2021-02-12 13:46:27 -0500
commit182fda7f646d1cf7d8420065f57ef4a6eb30a5d2 (patch)
treebb0a2d6d12ec5ea9c4d817f999aaf305881f7d0b /structure_add_content.php
parentd1a8453e9ddfa1d612e0ab0f8075763c86b6df70 (diff)
downloadliberty-182fda7f646d1cf7d8420065f57ef4a6eb30a5d2.tar.gz
liberty-182fda7f646d1cf7d8420065f57ef4a6eb30a5d2.tar.bz2
liberty-182fda7f646d1cf7d8420065f57ef4a6eb30a5d2.zip
rename *_structure to structure_*
Diffstat (limited to 'structure_add_content.php')
-rw-r--r--structure_add_content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/structure_add_content.php b/structure_add_content.php
index 2009a45..cd31231 100644
--- a/structure_add_content.php
+++ b/structure_add_content.php
@@ -33,7 +33,7 @@ if( !empty( $_SERVER['HTTP_REFERER'] ) ) {
if( $gBitThemes->isAjaxRequest() ) {
header( 'Content-Type: text/html; charset=utf-8' );
- print $gBitSmarty->fetch( "bitpackage:liberty/add_structure_feedback_inc.tpl" );
+ print $gBitSmarty->fetch( "bitpackage:liberty/structure_add_feedback_inc.tpl" );
exit;
} else {
@@ -62,6 +62,6 @@ if( $gBitThemes->isAjaxRequest() ) {
bit_redirect( $gContent->getDisplayUri() );
}
}
- $gBitSystem->display( 'bitpackage:liberty/add_structure_content.tpl', "Add Content" , array( 'display_mode' => 'display' ));
+ $gBitSystem->display( 'bitpackage:liberty/structure_add_content.tpl', "Add Content" , array( 'display_mode' => 'display' ));
}