Forgot $sbRoot.

This commit is contained in:
Alexandre Beloin 2015-01-20 11:26:56 -05:00
parent 25905a3aec
commit 9dc7bd1938
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
#else
#if 'country_codes' in $show.imdb_info:
#for $country in $show.imdb_info['country_codes'].split('|')
<img src="/images/blank.png" class="country-flag flag-${$country}" width="16" height="11" style="margin-left: 3px; vertical-align:middle;" />
<img src="$sbRoot/images/blank.png" class="country-flag flag-${$country}" width="16" height="11" style="margin-left: 3px; vertical-align:middle;" />
#end for
#end if
#if 'year' in $show.imdb_info: