[svn r20112] #FS 4112

skala
Patrick Cool 16 years ago
parent 149986e10d
commit 0dc18e1e49
  1. 4
      main/admin/settings.php

@ -1,4 +1,4 @@
<?php // $Id: settings.php 19832 2009-04-17 14:05:16Z pcool $
<?php // $Id: settings.php 20112 2009-04-27 08:10:13Z pcool $
/*
==============================================================================
Dokeos - elearning and course management software
@ -640,7 +640,7 @@ function handle_stylesheets()
{
$selected = '';
}
$show_name=ucwords(str_replace('_',' ', $style_dir));
$show_name=get_lang($style_dir);
if ($is_style_changeable)
{

Loading…
Cancel
Save