The theme can currently access the value of the imagesdir attribute using {imagesdir}, but not the absolute path resolved from the document directory (i.e., docdir). To make the value absolute (assume it isn't already), the best the theme can do is use {docdir}/{imagesdir}. However, this assumes that the value is relative.
Compute the absolute path of the imagesdir and assign it to the docimagesdir attribute when resolving values from the theme.
The theme can currently access the value of the
imagesdir
attribute using{imagesdir}
, but not the absolute path resolved from the document directory (i.e., docdir). To make the value absolute (assume it isn't already), the best the theme can do is use{docdir}/{imagesdir}
. However, this assumes that the value is relative.Compute the absolute path of the imagesdir and assign it to the
docimagesdir
attribute when resolving values from the theme.