Changeset 504
- Timestamp:
- 09/28/08 13:57:47 (15 years ago)
- google:author:
- oum2013
- Location:
- plugins/dcscrobbler
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcscrobbler
-
Property
svn:ignore
set to
*.bak
-
Property
svn:ignore
set to
-
plugins/dcscrobbler/_admin.php
r503 r504 20 20 # 21 21 # ***** END LICENSE BLOCK ***** 22 if (!defined('DC_CONTEXT_ADMIN')) { return; } 22 23 23 24 $_menu['Plugins']->addItem('dcScrobbler','plugin.php?p=dcscrobbler', -
plugins/dcscrobbler/_define.php
r503 r504 21 21 22 22 # $Id: _define.php 24 2006-08-23 11:53:04Z bdelaage $ 23 if (!defined('DC_RC_PATH')) { return; } 23 24 24 25 $this->registerModule( … … 26 27 /* Description*/ "Displays recently played tracks with Last.fm", 27 28 /* Author */ "Boris de Laage", 28 /* Version */ '1.0 ',29 /* Version */ '1.0.1', 29 30 /* Permissions */ 'usage,contentadmin' 30 31 ); -
plugins/dcscrobbler/_public.php
r503 r504 21 21 22 22 # $Id: _public.php 27 2006-08-23 20:42:45Z bdelaage $ 23 if (!defined('DC_RC_PATH')) { return; } 23 24 24 25 require dirname(__FILE__).'/_widgets.php'; -
plugins/dcscrobbler/_widgets.php
r503 r504 1 1 <?php 2 if (!defined('DC_RC_PATH')) { return; } 2 3 3 4 $core->addBehavior('initWidgets',array('dcScrobblerBehavior','initWidgets')); -
plugins/dcscrobbler/class.dc.dcscrobbler.php
r503 r504 21 21 22 22 # $Id: class.dc.dcscrobbler.php 27 2006-08-23 20:42:45Z bdelaage $ 23 23 if (!defined('DC_RC_PATH')) { return; } 24 24 25 25 class dcScrobbler -
plugins/dcscrobbler/index.php
r503 r504 22 22 # $Id: index.php 24 2006-08-23 11:53:04Z bdelaage $ 23 23 24 if (!defined('DC_CONTEXT_ADMIN')) { exit; }24 if (!defined('DC_CONTEXT_ADMIN')) { return; } 25 25 26 26 require dirname(__FILE__).'/class.dc.dcscrobbler.php'; -
plugins/dcscrobbler/locales/fr
-
Property
svn:ignore
set to
*.bak
-
Property
svn:ignore
set to
-
plugins/dcscrobbler/locales/fr/main.lang.php
r503 r504 23 23 # 24 24 # DOT NOT MODIFY THIS FILE ! 25 25 if (!defined('DC_RC_PATH')) { return; } 26 26 27 27
Note: See TracChangeset
for help on using the changeset viewer.