1<?php
2/**
3 * default configuration for the htmlabstract plugin
4 * @author Vincent Feltz <psycho@feltzv.fr>
5 */
6
7$conf['paragraph'] = '0';
8$conf['maxlength'] = '750';
9$conf['textlink']  = 'Complete article / Article complet';
10$conf['bg_color'] = 'ffffe3';
11