Changeset 1339:11fdde189adb for plugins/pings/index.php
- Timestamp:
- 08/12/13 14:10:18 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/index.php
r1179 r1339 51 51 <body> 52 52 <?php 53 echo '<h2 class="page-title">'.__('Pings configuration').'</h2>'; 53 54 dcPage::breadcrumb( 55 array( 56 __('Plugins') => '', 57 '<span class="page-title">'.__('Pings configuration').'</span>' => '' 58 )); 54 59 55 60 if (!empty($_GET['up'])) {
Note: See TracChangeset
for help on using the changeset viewer.