Merge branch 'master' of git@bitbucket.org:rusty_angel/rock-site

This commit is contained in:
root
2011-11-26 21:50:12 +04:00

View File

@@ -7,7 +7,7 @@ function template_init()
if this is 'always', images from the default theme will be used.
if this is 'defaults', images from the default theme will only be used with default templates.
if this is 'never' or isn't set at all, images from the default theme will not be used. */
$settings['use_default_images'] = 'always';
$settings['use_default_images'] = 'never';
/* What document type definition is being used? (for font size and other issues.)
'xhtml' for an XHTML 1.0 document type definition.