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/inc/lib.cleanconfig.php

    r2423 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 
     
    126126                         { 
    127127                              $value = form::field(html::escapeHTML($ns.'_field'),40, 
    128                                    null,html::escapeHTML($v['value']),null,null,null, 
     128                                   null,html::escapeHTML(($v['type'] == 'array' ? json_encode($v['value']) : $v['value'])),null,null,null, 
    129129                                   'readonly="readonly"'); 
    130130                         } 
     
    158158     } 
    159159} 
    160  
    161 ?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map