Dotclear


Ignore:
Timestamp:
03/15/16 12:26:49 (8 years ago)
Author:
brol
Message:

1.4.4 : cosmétique dc2.6, ajout favori, dc2.9 mini requis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/cleanConfig/index.php

    r2402 r3391  
    33# 
    44# This file is part of clean:config, a plugin for Dotclear 2 
    5 # Copyright (C) 2007,2009,2010 Moe (http://gniark.net/) 
     5# Copyright (C) 2007-2016 Moe (http://gniark.net/) 
    66# 
    77# clean:config is free software; you can redistribute it and/or 
     
    2626 
    2727l10n::set(dirname(__FILE__).'/locales/'.$_lang.'/admin'); 
     28 
     29$page_title = __('clean:config'); 
    2830 
    2931require_once(dirname(__FILE__).'/php-xhtml-table/class.table.php'); 
     
    5355          $msg = '<div class="message"><p>'. 
    5456           
    55           http::redirect($p_url.'&settingsdeleted=1&limit='.$limit); 
     57          http::redirect($p_url.'&amp;settingsdeleted=1&amp;limit='.$limit); 
    5658     } 
    5759} 
     
    6769<html> 
    6870<head> 
    69      <title><?php echo __('clean:config'); ?></title> 
     71  <title><?php echo $page_title; ?></title> 
    7072     <?php echo dcPage::jsPageTabs($default_tab); ?> 
    7173     <style type="text/css"> 
     
    9496</head> 
    9597<body> 
    96  
    97      <h2><?php echo html::escapeHTML($core->blog->name); ?> &rsaquo; <?php echo __('clean:config'); ?></h2> 
     98<?php 
     99     echo dcPage::breadcrumb( 
     100          array( 
     101               html::escapeHTML($core->blog->name) => '', 
     102               '<span class="page-title">'.$page_title.'</span>' => '' 
     103          )); 
     104if (!empty($msg)) { 
     105  dcPage::success($msg); 
     106} 
     107?> 
    98108      
    99      <?php  
    100           if (!empty($msg)) {echo '<p class="message">'.$msg.'</p>';} 
    101      ?> 
    102       
    103      <div class="multi-part" id="blog_settings" title="<?php echo __('blog settings'); ?>"> 
     109     <div class="multi-part" id="blog_settings" title="<?php echo __('Blog settings'); ?>"> 
    104110          <?php echo(cleanconfig::settings('blog')); ?> 
    105111     </div> 
    106112 
    107      <div class="multi-part" id="global_settings" title="<?php echo __('global settings'); ?>"> 
     113     <div class="multi-part" id="global_settings" title="<?php echo __('Global settings'); ?>"> 
    108114          <?php echo(cleanconfig::settings('global')); ?> 
    109115     </div> 
    110116 
    111      <div class="multi-part" id="versions" title="<?php echo __('versions'); ?>"> 
     117     <div class="multi-part" id="versions" title="<?php echo __('Versions'); ?>"> 
    112118          <p><?php printf(__('This function has been moved to the %s plugin.'), 
    113119               '<a href="http://plugins.dotaddict.org/dc2/details/versionsManager">'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map