]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMisc.ml
added icons to entries shown in cicbrowser so that directories are
[helm.git] / helm / matita / matitaMisc.ml
index 07143db991bc4f84d9f1b62997ded1d1246e3f09..a35a57ed644943103e5c5a9e22806abc28445df9 100644 (file)
@@ -192,3 +192,5 @@ let qualify status name = get_string_option status "baseuri" ^ "/" ^ name
 
 let unopt = function None -> failwith "unopt: None" | Some v -> v
 
+let image_path n = sprintf "%s/%s" BuildTimeConf.images_dir n
+