1<?php
2/**
3 * Options for the Progrecss Plugin
4 */
5//! Format for percentage display, as specified by sprintf()
6$conf['percent_format']      = '%u';
7//! Character used as divmark for fractions
8$conf['fraction_divisor']    = '/';
9
10