summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/mod_structure_navigation.tpl2
-rw-r--r--structure_add_content.php4
-rw-r--r--templates/structure_add_content.tpl (renamed from templates/add_structure_content.tpl)0
-rw-r--r--templates/structure_add_feedback_inc.tpl (renamed from templates/add_structure_feedback_inc.tpl)0
-rw-r--r--templates/structure_display.tpl (renamed from templates/display_structure.tpl)0
-rw-r--r--templates/structure_edit.tpl (renamed from templates/edit_structure.tpl)0
-rw-r--r--templates/structure_edit_content.tpl (renamed from templates/edit_structure_content.tpl)0
7 files changed, 3 insertions, 3 deletions
diff --git a/modules/mod_structure_navigation.tpl b/modules/mod_structure_navigation.tpl
index ec1160b..a983e14 100644
--- a/modules/mod_structure_navigation.tpl
+++ b/modules/mod_structure_navigation.tpl
@@ -1,5 +1,5 @@
{if $structureInfo}
{bitmodule title="$moduleTitle" name="structure_navigation"}
- {include file="bitpackage:liberty/display_structure.tpl" wiki_book_show_path='y' wiki_book_show_navigation='y' wikibook_use_icons='y'}
+ {include file="bitpackage:liberty/structure_display.tpl" wiki_book_show_path='y' wiki_book_show_navigation='y' wikibook_use_icons='y'}
{/bitmodule}
{/if}
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' ));
}
diff --git a/templates/add_structure_content.tpl b/templates/structure_add_content.tpl
index 74f2c42..74f2c42 100644
--- a/templates/add_structure_content.tpl
+++ b/templates/structure_add_content.tpl
diff --git a/templates/add_structure_feedback_inc.tpl b/templates/structure_add_feedback_inc.tpl
index 65bab36..65bab36 100644
--- a/templates/add_structure_feedback_inc.tpl
+++ b/templates/structure_add_feedback_inc.tpl
diff --git a/templates/display_structure.tpl b/templates/structure_display.tpl
index 021bf77..021bf77 100644
--- a/templates/display_structure.tpl
+++ b/templates/structure_display.tpl
diff --git a/templates/edit_structure.tpl b/templates/structure_edit.tpl
index 40a6951..40a6951 100644
--- a/templates/edit_structure.tpl
+++ b/templates/structure_edit.tpl
diff --git a/templates/edit_structure_content.tpl b/templates/structure_edit_content.tpl
index c5deee3..c5deee3 100644
--- a/templates/edit_structure_content.tpl
+++ b/templates/structure_edit_content.tpl