Jump to content

Ajouter des liens rapides dans l'admin


Recommended Posts

Il est possible d'utiliser le hook correspondant, displayAdminHomeQuickLinks.

 

Pour son utilisation, je dirais qu'un tpl ayant un équivalent du code mentionné devrait faire l'affaire:

{foreach from=$quick_links_mod key=k item=link_mod}
       <li>
           <a href="{$link_mod.href}">
               <h4>{$link_mod.title}</h4>
               <p>{$link_mod.description}</p>
           </a>
       </li>
       {/foreach}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...