Default pic located @ /images/stories/template/default-news.jpg
Subsite Default pic located @ /images/stories/template/alt-news.jpg
Javascript to create default pics on certain types
Create a module with the following content (Raw HTML) in the Google Analytics postion with a hidden title.
<script>
window.onload = function() {
RSplaceInImageIfNone();
arrowImageLoad();
};
</script>
or for a subsite
<script>
window.onload = function() {
AltRSplaceInImageIfNone();
AltarrowImageLoad();
};
</script>


Follow