# NanoBlogger Icon plugin
# This plugin is (C) 2006 by Sebastian Wieseler
# under the terms of the GPL version 2 (or any later)
#

# template code
# (entry.htm    parmalink_entry.htm)
# <h3 class="title">$NB_EntryIconAddr $NB_EntryTitle</h3>

set_baseurl "./"

if [[ -n $NB_EntryIcon ]]; then
        NB_EntryIconAddr="<img src=\"$BLOG_URL/${BLOG_ICONS}/$NB_EntryIcon\" />"
else    NB_EntryIconAddr=""
fi

# Thanks for your patient :-p
