mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
17 lines
897 B
PHP
17 lines
897 B
PHP
<?php
|
|
/***************************************************************************\
|
|
* phpGroupWare - Notes *
|
|
* http://www.phpgroupware.org *
|
|
* ----------------------------------------------- *
|
|
* This program is free software; you can redistribute it and/or modify it *
|
|
* under the terms of the GNU General Public License as published by the *
|
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
|
* option) any later version. *
|
|
\***************************************************************************/
|
|
/* $Id$ */
|
|
|
|
global $pref;
|
|
$pref->change('notes','notes_font','Verdana,Arial,Helvetica,sans-serif');
|
|
$pref->change('notes','notes_font_size','3');
|
|
?>
|