diff --git a/application/admin/view/menu.index.html b/application/admin/view/menu.index.html
index 2cfb67ccb..bfc20dea2 100644
--- a/application/admin/view/menu.index.html
+++ b/application/admin/view/menu.index.html
@@ -1,3 +1,6 @@
+{extend name='extra@admin/content' /}
+
+{block name="content"}
 <form onsubmit="return false;" data-auto="" method="POST">
     <input type="hidden" value="resort" name="action"/>
     <table class="table table-hover">
@@ -66,4 +69,5 @@
             {/foreach}
         </tbody>
     </table>
-</form>
\ No newline at end of file
+</form>
+{/block}
\ No newline at end of file