Changeset 1310:fd5d59362c7a for inc
- Timestamp:
- 08/07/13 07:21:17 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1309 r1310 73 73 } 74 74 $blog_box = 75 '<p><label for="switchblog" class="classic ">'.75 '<p><label for="switchblog" class="classic nomobile">'. 76 76 __('Blogs:').'</label> '. 77 77 $core->formNonce(). … … 95 95 ' <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" />'."\n". 96 96 ' <meta name="GOOGLEBOT" content="NOSNIPPET" />'."\n". 97 ' <meta name="viewport" content=" initial-scale=1.0" />'."\n".97 ' <meta name="viewport" content="width=device-width, initial-scale=1.0" />'."\n". 98 98 ' <title>'.$title.' - '.html::escapeHTML($core->blog->name).' - '.html::escapeHTML(DC_VENDOR_NAME).' - '.DC_VERSION.'</title>'."\n". 99 99 … … 134 134 '<form action="index.php" method="post">'. 135 135 $blog_box. 136 '<p ><a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site').' ('.__('new window').')'.'">'.__('Go to site').' <img src="images/outgoing.png" alt="" /></a>'.136 '<p class="nomobile"><a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site').' ('.__('new window').')'.'">'.__('Go to site').' <img src="images/outgoing.png" alt="" /></a>'. 137 137 '</p></form>'. 138 138 '</div>'.
Note: See TracChangeset
for help on using the changeset viewer.