1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 02:10:46 +02:00

Corrected some defaults, and included icon-pool in the initial prefs. Fixed some icon-pool keys.

This commit is contained in:
CaMer0n
2009-09-02 02:05:51 +00:00
parent 9cb70e72b9
commit a46ad100d0
3 changed files with 181 additions and 7 deletions

View File

@@ -80,6 +80,7 @@ if (strpos($img_file['basename'],'*') !== FALSE)
}
}
$pref['image_post_class'] = 0;
// Check for whether we can display image down here - so we can show image name if appropriate
if (!varsettrue($pref['image_post']) || !check_class($pref['image_post_class']))