Changeset 1086:f0b43f3ddb56
- Timestamp:
- 12/18/12 20:44:16 (13 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/default-templates/layout.html.twig
r1078 r1086 28 28 {% form switchblog_menu %} 29 29 {% if blog_count > 1 and blog_count < 20 %} 30 {{ form_field('switchblog') }}31 <noscript>< div>{{ form_field('switchblog_submit') }}</div></noscript>30 <p>{{ form_field('switchblog') }}</p> 31 <noscript><p>{{ form_field('switchblog_submit') }}</p></noscript> 32 32 {% else %} 33 {{__('Blog:')}} <strong title="{{current_blog.url}}">{{current_blog.name}}</strong>34 {% if blogs is not empty %} - <a href="blogs.php">{{__('Change blog')}}</a>{% endif %} 33 <p>{{__('Blog:')}} <strong title="{{current_blog.url}}">{{current_blog.name}}</strong> 34 {% if blogs is not empty %} - <a href="blogs.php">{{__('Change blog')}}</a>{% endif %}</p> 35 35 {% endif %} 36 < a href="{{current_blog.url}}" onclick="window.open(this.href);return false;" title="{{__('Go to site')}} ({{__('new window')}})">{{__('Go to site')}} <img src="{{theme_url}}images/outgoing.png" alt="" /></a>36 <p><a href="{{current_blog.url}}" onclick="window.open(this.href);return false;" title="{{__('Go to site')}} ({{__('new window')}})">{{__('Go to site')}} <img src="{{theme_url}}images/outgoing.png" alt="" /></a></p> 37 37 {% endform %} 38 38 </div>
Note: See TracChangeset
for help on using the changeset viewer.