Changeset 2225:7d94f2597021 for plugins
- Timestamp:
- 10/03/13 10:56:45 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r2166 r2225 356 356 357 357 if ($post_id && $post->post_status == 1) { 358 echo '<p><a class="onblog_link " href="'.$post->getURL().'" onclick="window.open(this.href);return false;" title="'.$post_title.' ('.__('new window').')'.'">'.__('Go to this page on the site').' <img src="images/outgoing-blue.png" alt="" /></a></p>';358 echo '<p><a class="onblog_link outgoing" href="'.$post->getURL().'" title="'.$post_title.'">'.__('Go to this page on the site').' <img src="images/outgoing-blue.png" alt="" /></a></p>'; 359 359 } 360 360
Note: See TracChangeset
for help on using the changeset viewer.