Function: RenderImageUtilisation

Render list of backlings to the BlogImages

Parameters

NONE

Implementation

%STARTINCLUDE%
<div class="blogSideBarSection blogImageSection">
%~~ DBQUERY{
~~~   "TopicType=~'\bBlogEntry\b' 
~~~    AND State='published'
~~~    AND (Teaser=~'<img ' OR Text=~'<img ' OR Teaser=~'25IMAGE.7b' OR Text=~'25IMAGE.7b')
~~~   "
~~~   hidenull="on" order="created" reverse="on"
~~~   header="<h1>Image Utilization</h1><ul>"
~~~   format="<li>[[$web.$topic][$expand(Headline or TopicDescription)]]</li>"
~~~   footer="</ul>"
~~~ }%
</div>
%STOPINCLUDE%

Test

Calls to 'RenderImageUtilisation'

TopicForm
TopicType TopicFunction
TopicDescription Render list of backlings to the BlogImages