diff --git a/inc/content.php b/inc/content.php index 35059ac..dd368ea 100644 --- a/inc/content.php +++ b/inc/content.php @@ -84,6 +84,19 @@ if (!empty($ci['ac']) && $ci['ac'] === 'addThumbnail' && isLog()) { '; +}if (!empty($ci['ac']) && $ci['ac'] === 'importDirForm' && isLog()) { + echo '
+
+ Add dir + + + + + + + +
+
'; } if (!empty($ci['ac']) && $ci['ac'] === 'view') { if (!empty($ci['op']) && (int)$ci['op'] === 1) { diff --git a/inc/topMenu.php b/inc/topMenu.php index f502fbe..7d44deb 100644 --- a/inc/topMenu.php +++ b/inc/topMenu.php @@ -6,6 +6,8 @@