]> git.andy128k.dev Git - ipf.git/commitdiff
more navigation links
authorAndrey Kutejko <andy128k@gmail.com>
Thu, 8 Jan 2015 22:33:39 +0000 (00:33 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Sat, 10 Jan 2015 22:51:34 +0000 (00:51 +0200)
ipf/admin/templates/admin/base.html

index 89286b3bce30fc221f771ed8741b08653151e557..882bccd2da17780139c13665bacf44055d1a7c80 100644 (file)
@@ -37,6 +37,9 @@
         <div class="header"></div>
 
         <ul>
+          <li>
+            <h3><a href="{url array('IPF_Admin_Dashboard_Controller', 'index')}">{trans 'Home'}</a></h3>
+          </li>
           {foreach $app_list() as $app}
           <li>
             <h3>{$app.name}</h3>
@@ -47,6 +50,9 @@
             </ul>
           </li>
           {/foreach}
+          <li>
+            <h3><a href="{url array('IPF_Admin_Dashboard_Controller', 'log')}">{trans 'Recent Actions'}</a></h3>
+          </li>
         </ul>
       </div>
       {/block}