Changeset 2240:2553775ae2fe for inc
- Timestamp:
- 10/04/13 09:19:33 (12 years ago)
- Branch:
- dcRepo
- Parents:
- 2237:911f18a5b287 (diff), 2239:cd7100fa57db (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- inc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r2217 r2240 136 136 '<form action="index.php" method="post" id="top-info-blog">'. 137 137 $blog_box. 138 '<p><a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site').139 ' ('.__('new window').')'.'">'.__('Go to site').'<img src="images/outgoing.png" alt="" /></a>'.138 '<p><a href="'.$core->blog->url.'" class="outgoing" title="'.__('Go to site'). 139 '">'.__('Go to site').'<img src="images/outgoing.png" alt="" /></a>'. 140 140 '</p></form>'. 141 141 '<ul id="top-info-user">'. … … 588 588 self::jsVar('dotclear.msg.help', 589 589 __('Need help?')). 590 self::jsVar('dotclear.msg.new_window', 591 __('new window')). 590 592 self::jsVar('dotclear.msg.help_hide', 591 593 __('Hide')). -
inc/admin/lib.dc.page.php
r2225 r2240 580 580 self::jsVar('dotclear.img_menu_on','images/menu_on.png'). 581 581 self::jsVar('dotclear.img_menu_off','images/menu_off.png'). 582 583 self::jsVar('dotclear.img_plus_theme_src','images/plus-theme.png'). 584 self::jsVar('dotclear.img_plus_theme_alt',__('uncover')). 585 self::jsVar('dotclear.img_minus_theme_src','images/minus-theme.png'). 586 self::jsVar('dotclear.img_minus_theme_alt',__('hide')). 582 587 583 588 self::jsVar('dotclear.msg.help', … … 667 672 self::jsVar('dotclear.msg.load_enhanced_uploader', 668 673 __('Loading enhanced uploader, please wait.')). 674 675 self::jsVar('dotclear.msg.module_author', 676 __('Author:')). 677 self::jsVar('dotclear.msg.module_details', 678 __('Details')). 679 self::jsVar('dotclear.msg.module_support', 680 __('Support')). 681 self::jsVar('dotclear.msg.module_help', 682 __('Help:')). 683 self::jsVar('dotclear.msg.module_section', 684 __('Section:')). 685 self::jsVar('dotclear.msg.module_tags', 686 __('Tags:')). 669 687 "\n//]]>\n". 670 688 "</script>\n"; -
inc/prepend.php
r2216 r2240 49 49 $__autoload['dcStoreReader'] = dirname(__FILE__).'/core/class.dc.store.reader.php'; 50 50 $__autoload['dcStoreParser'] = dirname(__FILE__).'/core/class.dc.store.parser.php'; 51 $__autoload['dcFavorites'] = dirname(__FILE__).'/admin/class.dc.favorites.php'; 51 52 52 53 $__autoload['rsExtPost'] = dirname(__FILE__).'/core/class.dc.rs.extensions.php'; -
inc/prepend.php
r2236 r2240 46 46 $__autoload['dcWorkspace'] = dirname(__FILE__).'/core/class.dc.workspace.php'; 47 47 $__autoload['dcPrefs'] = dirname(__FILE__).'/core/class.dc.prefs.php'; 48 $__autoload['dcStore'] = dirname(__FILE__).'/core/class.dc.store.php'; 49 $__autoload['dcStoreReader'] = dirname(__FILE__).'/core/class.dc.store.reader.php'; 50 $__autoload['dcStoreParser'] = dirname(__FILE__).'/core/class.dc.store.parser.php'; 48 51 $__autoload['dcFavorites'] = dirname(__FILE__).'/admin/class.dc.favorites.php'; 49 52 … … 62 65 $__autoload['dcPager'] = dirname(__FILE__).'/admin/lib.pager.php'; 63 66 $__autoload['dcAdminCombos'] = dirname(__FILE__).'/admin/lib.admincombos.php'; 67 $__autoload['adminModulesList'] = dirname(__FILE__).'/admin/lib.moduleslist.php'; 68 $__autoload['adminThemesList'] = dirname(__FILE__).'/admin/lib.moduleslist.php'; 64 69 65 70 $__autoload['dcTemplate'] = dirname(__FILE__).'/public/class.dc.template.php';
Note: See TracChangeset
for help on using the changeset viewer.