Changeset 2655:a568d9e7d732 for inc/admin
- Timestamp:
- 02/13/14 14:12:09 (11 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/default-templates/index.html.twig
r1517 r2655 20 20 <div id="icons"> 21 21 {% for icon in dashboard_icons %} 22 <p><a href="{{ icon .url }}"><img src="{{ icon.img}}" alt="" />23 <br /><span>{{ icon .title}}</span></a></p>22 <p><a href="{{ icon[1] }}"><img src="{{ icon[2] }}" alt="" /> 23 <br /><span>{{ icon[0] }}</span></a></p> 24 24 {% endfor %} 25 25 </div> 26 26 27 27 {% if dashboard_quickentry %} 28 28 <div id="quick"> … … 38 38 </div> 39 39 {% endif %} 40 40 41 41 {% if dashboard_contents is not empty %} 42 42 <div id="dashboard-contents">
Note: See TracChangeset
for help on using the changeset viewer.