Create a list of images attached to the article currently defined in the template environment. If the article was not defined, the list is empty. The code between {{ list_article_images }} and {{ /list_article_images }} is repeated for every image in the list.
{{ list_article_images [length="<integer_value>"] [columns="<integer_value>"] [order="<image_order>"] }} <list_of_instructions> {{ /list_article_images }}
Taken from Template Pack "The Custodian" (date 2011-03-15) file "article-gallery.tpl"
{{ list_article_images }} {{ if $gimme->current_list->count gt 1 }} {{ if $gimme->current_list->at_beginning }} <div id="article-gallery"> <h4>{{ if $gimme->language->name == "English" }}Article gallery {{ else }}Mini galera{{ /if }}: </h4> {{ /if }} <div class="gallery-item"> <a class="grouped_elements" href="{{ $gimme->article->image->imageurl }}" rel="group"> <img alt="{{ $gimme->article->image->description }}" src="{{ $gimme->article->image->thumbnailurl }}" /> </a> </div><!-- /.gallery-item --> {{ if $gimme->current_list->at_end }} </div><!-- /#article-gallery --> {{ /if }} {{ /if }} {{ /list_article_images }}
Inside list_articles the following statements are forbidden:
Inside the list, the current image is set to the current element of the list. The environment context is restored after the list processing.
There has been error in communication with Booktype server. Not sure right now where is the problem.
You should refresh this page.