Changeset 2314:a8e88895bff2 for admin
- Timestamp:
- 10/08/13 17:28:47 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog.php
r2189 r2314 102 102 '</form>'; 103 103 104 dcPage::helpBlock('core_blog_new'); 104 105 dcPage::close(); 105 106 } -
admin/blog_theme.php
r2291 r2314 239 239 # --BEHAVIOR-- themesToolsTabs 240 240 $core->callBehavior('themesToolsTabs', $core); 241 241 dcPage::helpBlock('core_blog_theme'); 242 242 dcPage::close(); -
admin/blogs.php
r2307 r2314 171 171 } 172 172 } 173 173 dcPage::helpBlock('core_blogs'); 174 174 dcPage::close(); 175 175 -
admin/category.php
r2189 r2314 258 258 } 259 259 260 dcPage::helpBlock('core_categor ies');260 dcPage::helpBlock('core_category'); 261 261 dcPage::close(); 262 262 ?> -
admin/index.php
r2240 r2314 383 383 384 384 echo '</div>'; #end dashboard-main 385 385 dcPage::helpBlock('core_dashboard'); 386 386 dcPage::close(); 387 387 ?> -
admin/langs.php
r2256 r2314 264 264 '</form>'; 265 265 } 266 266 dcPage::helpBlock('core_langs'); 267 267 dcPage::close(); 268 269 268 270 269 # Language installation function -
admin/plugins.php
r2291 r2314 256 256 } 257 257 258 dcPage::helpBlock('core_plugins'); 258 259 dcPage::close(); -
admin/search.php
r2210 r2314 162 162 } 163 163 164 164 dcPage::helpBlock('core_search'); 165 165 dcPage::close(); 166 166 ?> -
admin/update.php
r2166 r2314 253 253 } 254 254 255 dcPage::helpBlock('core_update'); 255 256 dcPage::close(); 256 257 ?> -
admin/users.php
r2166 r2314 175 175 ); 176 176 } 177 177 dcPage::helpBlock('core_users'); 178 178 dcPage::close(); 179 179 ?>
Note: See TracChangeset
for help on using the changeset viewer.