1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Forgot $sbRoot.

This commit is contained in:
Alexandre Beloin 2015-01-20 11:26:56 -05:00
parent 25905a3aec
commit 9dc7bd1938

View File

@ -166,7 +166,7 @@
#else #else
#if 'country_codes' in $show.imdb_info: #if 'country_codes' in $show.imdb_info:
#for $country in $show.imdb_info['country_codes'].split('|') #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 for
#end if #end if
#if 'year' in $show.imdb_info: #if 'year' in $show.imdb_info: