Hello,
I am searching to find what code generates the related items so I can change the place of it from the bottom of the page to the "inset" position.
any ideas that could get me started would be most welcome.
Thanks,
M.
<script type="text/javascript">(function($) {$(document).ready(function() {
if( $('.itemAuthorContent').size() > 0 && $('#gkInnerInset').size() > 0 ) {
$('#gkInnerInset').append( $('.itemAuthorContent') );
}
});})(jQuery)</script>