I need to make a list of figures where there is reference to some pictures I've included in my document. I've been using
\addcontentsline{lof}{subsection}{\arabic{slike}.\hspace{5mm}\hyperref[sl:1]{Picture 1.}}
but it's just not working. I must say that my pictures are not included inside a figure environment, I've included them inside a minipage.
What should I do ?

\addtocontents{lof}{\arabic{slike}.\hspace{5mm}\hyperref[sl:1]{Picture 1.}}– mythealias Dec 8 '12 at 23:01