2011-03-28 Sergio Martin <sergio.martin@artica.es>
* include/fonts/FreeSans.ttf include/FreeSans.ttf include/functions_config.php Moved the freesans font to the new fonts folder and set the unicode font as default font into setup git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4140 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
77ce196426
commit
fd64dd4ba8
|
@ -1,3 +1,11 @@
|
||||||
|
2011-03-28 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* include/fonts/FreeSans.ttf
|
||||||
|
include/FreeSans.ttf
|
||||||
|
include/functions_config.php Moved the freesans
|
||||||
|
font to the new fonts folder and set the unicode
|
||||||
|
font as default font into setup
|
||||||
|
|
||||||
2011-03-28 Sergio Martin <sergio.martin@artica.es>
|
2011-03-28 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/fonts
|
* include/fonts
|
||||||
|
|
0
pandora_console/include/FreeSans.ttf → pandora_console/include/fonts/FreeSans.ttf
Normal file → Executable file
0
pandora_console/include/FreeSans.ttf → pandora_console/include/fonts/FreeSans.ttf
Normal file → Executable file
|
@ -429,7 +429,7 @@ function process_config () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset ($config['fontpath'])) {
|
if (!isset ($config['fontpath'])) {
|
||||||
update_config_value ( 'fontpath', $config['homedir'].'/include/FreeSans.ttf');
|
update_config_value ( 'fontpath', $config['homedir'].'/include/fonts/code.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset ($config['style'])) {
|
if (!isset ($config['style'])) {
|
||||||
|
|
Loading…
Reference in New Issue