Changeset 2614:db6f6a1f4f25 for admin/popup_link.php
- Timestamp:
- 12/11/13 11:35:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_link.php
r2566 r2614 19 19 $title = !empty($_GET['title']) ? $_GET['title'] : ''; 20 20 21 dcPage::openPopup(__('Add a link'), dcPage::jsLoad('js/jsToolBar/popup_link.js'));21 dcPage::openPopup(__('Add a link'),$core->callBehavior('adminPopupLink')); 22 22 23 23 echo '<h2 class="page-title">'.__('Add a link').'</h2>';
Note: See TracChangeset
for help on using the changeset viewer.