Changeset 459 for plugins/dcom
- Timestamp:
- 06/27/08 10:30:18 (15 years ago)
- Location:
- plugins/dcom
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcom/_admin.php
r407 r459 14 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 15 \***************************************************************/ 16 if (!defined('DC_CONTEXT_ADMIN')) { return; } 16 17 17 18 $core->addBehavior('initWidgets',array('adminDcom','initWidget')); -
plugins/dcom/_define.php
r407 r459 14 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 15 \***************************************************************/ 16 if (!defined('DC_RC_PATH')) { return; } 16 17 17 18 $this->registerModule( -
plugins/dcom/_prepend.php
r407 r459 14 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 15 \***************************************************************/ 16 if (!defined('DC_RC_PATH')) { return; } 16 17 17 18 class commonDcom -
plugins/dcom/_public.php
r407 r459 14 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 15 \***************************************************************/ 16 if (!defined('DC_RC_PATH')) { return; } 16 17 17 18 $core->tpl->addValue('showDcom',array('publicDcom','showTpl'));
Note: See TracChangeset
for help on using the changeset viewer.