Changeset 1127:aac596bf84f4 for plugins/antispam
- Timestamp:
- 03/24/13 16:34:42 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1125 r1127 110 110 echo 111 111 dcPage::jsToolMan(). 112 dcPage::jsPageTabs($default_tab). 113 dcPage::jsLoad('index.php?pf=antispam/antispam.js'); 112 dcPage::jsPageTabs($default_tab); 113 $core->auth->user_prefs->addWorkspace('accessibility'); 114 $user_dm_nodragdrop = $core->auth->user_prefs->accessibility->nodragdrop; 115 if (!$user_dm_nodragdrop) { 116 echo dcPage::jsLoad('index.php?pf=antispam/antispam.js'); 117 } 114 118 ?> 115 119 <link rel="stylesheet" type="text/css" href="index.php?pf=antispam/style.css" />
Note: See TracChangeset
for help on using the changeset viewer.