Changeset 2166:6f409aa25386 for plugins
- Timestamp:
- 09/30/13 11:56:33 (12 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r2003 r2166 119 119 __('System') => '', 120 120 html::escapeHTML($core->blog->name) => '', 121 '<span class="page-title">'.__('about:config').'</span>'=> ''121 __('about:config') => '' 122 122 )); 123 123 if (!empty($_GET['upd'])) { -
plugins/antispam/index.php
r2122 r2166 127 127 __('Plugins') => '', 128 128 $page_name => $p_url, 129 '<span class="page-title">'.sprintf(__('%s filter configuration'),$filter->name).'</span>'=> ''129 sprintf(__('%s filter configuration'),$filter->name) => '' 130 130 )); 131 131 … … 139 139 array( 140 140 __('Plugins') => '', 141 '<span class="page-title">'.$page_name.'</span>'=> ''141 $page_name => '' 142 142 )); 143 143 -
plugins/blogroll/edit.php
r2002 r2166 99 99 array( 100 100 html::escapeHTML($core->blog->name) => '', 101 '<span class="page-title">'.__('Blogroll').'</span>'=> $p_url101 __('Blogroll') => $p_url 102 102 )); 103 103 ?> -
plugins/blogroll/index.php
r2115 r2166 181 181 array( 182 182 html::escapeHTML($core->blog->name) => '', 183 '<span class="page-title">'.__('Blogroll').'</span>'=> ''183 __('Blogroll') => '' 184 184 )); 185 185 ?> -
plugins/blowupConfig/index.php
r1588 r2166 231 231 html::escapeHTML($core->blog->name) => '', 232 232 __('Blog appearance') => 'blog_theme.php', 233 '<span class="page-title">'.__('Blowup configuration').'</span>'=> ''233 __('Blowup configuration') => '' 234 234 )); 235 235 -
plugins/daInstaller/index.php
r1912 r2166 259 259 array( 260 260 __('System') => '', 261 '<span class="page-title">'.__('DotAddict.org Installer').'</span>'=> ''261 __('DotAddict.org Installer') => '' 262 262 )). 263 263 -
plugins/importExport/index.php
r2095 r2166 78 78 __('Plugins') => '', 79 79 $title => $p_url, 80 '<span class="page-title">'.html::escapeHTML($module->name).'</span>'=> ''80 html::escapeHTML($module->name) => '' 81 81 )); 82 82 … … 92 92 array( 93 93 __('Plugins') => '', 94 '<span class="page-title">'.$title.'</span>'=> ''94 $title => '' 95 95 )); 96 96 -
plugins/maintenance/index.php
r2051 r2166 133 133 array( 134 134 __('Plugins') => '', 135 '<span class="page-title">'.__('Maintenance').'</span>'=> ''135 __('Maintenance') => '' 136 136 ) 137 137 ). … … 159 159 __('Plugins') => '', 160 160 '<a href="'.$p_url.'">'.__('Maintenance').'</a>' => '', 161 '<span class="page-title">'.html::escapeHTML($task->name()).'</span>'=> ''161 html::escapeHTML($task->name())=> '' 162 162 ) 163 163 ); … … 193 193 array( 194 194 __('Plugins') => '', 195 '<span class="page-title">'.__('Maintenance').'</span>'=> ''195 __('Maintenance') => '' 196 196 ) 197 197 ); -
plugins/pages/class.actionpage.php
r2061 r2166 26 26 html::escapeHTML($this->core->blog->name) => '', 27 27 __('Pages') => $this->getRedirection(array(),true), 28 '<span class="page-title">'.__('Pages actions').'</span>'=> ''28 __('Pages actions') => '' 29 29 )) 30 30 ); -
plugins/pages/list.php
r2056 r2166 75 75 array( 76 76 html::escapeHTML($core->blog->name) => '', 77 '<span class="page-title">'.__('Pages').'</span>'=> ''77 __('Pages') => '' 78 78 )); 79 79 -
plugins/pages/page.php
r1981 r2166 329 329 html::escapeHTML($core->blog->name) => '', 330 330 __('Pages') => $p_url, 331 '<span class="page-title">'.$edit_entry_title.'</span>'=> ''331 $edit_entry_title => '' 332 332 )); 333 333 -
plugins/pings/index.php
r1930 r2166 55 55 array( 56 56 __('Plugins') => '', 57 '<span class="page-title">'.__('Pings configuration').'</span>'=> ''57 __('Pings configuration') => '' 58 58 )); 59 59 -
plugins/simpleMenu/index.php
r2154 r2166 374 374 html::escapeHTML($core->blog->name) => '', 375 375 $page_title => $p_url, 376 '<span class="page-title">'.__('Add item').'</span>'=> '',376 __('Add item') => '', 377 377 $step_label => '' 378 )); 378 ), 379 array( 380 'highlight_pos' => -2) 381 ); 379 382 } else { 380 383 echo dcPage::breadcrumb( 381 384 array( 382 385 html::escapeHTML($core->blog->name) => '', 383 '<span class="page-title">'.$page_title.'</span>'=> ''386 $page_title => '' 384 387 )); 385 388 } -
plugins/tags/_admin.php
r2065 r2166 151 151 html::escapeHTML($core->blog->name) => '', 152 152 __('Entries') => $ap->getRedirection(array(),true), 153 '<span class="page-title">'.__('Add tags to this selection').'</span>'=> ''153 __('Add tags to this selection') => '' 154 154 )), 155 155 dcPage::jsLoad('js/jquery/jquery.autocomplete.js'). … … 228 228 html::escapeHTML($core->blog->name) => '', 229 229 __('Entries') => 'posts.php', 230 '<span class="page-title">'.__('Remove selected tags from this selection').'</span>'=> ''230 __('Remove selected tags from this selection') => '' 231 231 ))); 232 232 $posts_count = count($_POST['entries']); -
plugins/tags/tag_posts.php
r2079 r2166 91 91 html::escapeHTML($core->blog->name) => '', 92 92 __('Tags') => $p_url.'&m=tags', 93 '<span class="page-title">'.__('Tag').' “'.html::escapeHTML($tag).'”'.'</span>' => ''93 __('Tag').' “'.html::escapeHTML($tag).'”' => '' 94 94 )); 95 95 ?> -
plugins/tags/tags.php
r2003 r2166 24 24 array( 25 25 html::escapeHTML($core->blog->name) => '', 26 '<span class="page-title">'.__('Tags').'</span>'=> ''26 __('Tags') => '' 27 27 )); 28 28 ?> -
plugins/themeEditor/index.php
r1382 r2166 91 91 html::escapeHTML($core->blog->name) => '', 92 92 __('Blog appearance') => 'blog_theme.php', 93 '<span class="page-title">'.__('Edit theme files').'</span>'=> ''93 __('Edit theme files') => '' 94 94 )); 95 95 ?> -
plugins/userPref/index.php
r2003 r2166 115 115 __('System') => '', 116 116 html::escapeHTML($core->auth->userID()) => '', 117 '<span class="page-title">'.__('user:preferences').'</span>'=> ''117 __('user:preferences') => '' 118 118 )); 119 119 -
plugins/widgets/index.php
r1993 r2166 190 190 array( 191 191 html::escapeHTML($core->blog->name) => '', 192 '<span class="page-title">'.__('Widgets').'</span>'=> ''192 __('Widgets') => '' 193 193 )); 194 194
Note: See TracChangeset
for help on using the changeset viewer.