We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1831c7 + afff469 commit bbee81cCopy full SHA for bbee81c
modals/folder_create_modal.php
@@ -2,7 +2,7 @@
2
<div class="modal-dialog">
3
<div class="modal-content bg-dark">
4
<div class="modal-header">
5
- <h5 class="modal-title"><i class="fa fa-fw fa-folder-plus mr-2"></i>Creating folder in <strong><?php if($get_folder_id > 0) { echo $folder['folder_name']; } else { echo "/"; } ?></strong></h5>
+ <h5 class="modal-title"><i class="fa fa-fw fa-folder-plus mr-2"></i>Creating folder in <strong><?php if($get_folder_id > 0) { echo $folder_path[count($folder_path)-1]['folder_name']; } else { echo "/"; } ?></strong></h5>
6
<button type="button" class="close text-white" data-dismiss="modal">
7
<span>×</span>
8
</button>
0 commit comments