Broken source images on the timeline and gensource
Genosis
Yes I uploaded the source media first thru the media archive tool then I uploaded the gedcom file.
{* Logo *}
{if jrCore_is_mobile_device()}
<div style="display:table">
<div style="display:table-row">
<div id="head-left">
{jrCore_image id="mmt" skin="jrGenosis" image="menu.png" width=32 height=32}
</div>
<div id="head-center">
<a href="{$jamroom_url}"><span id="tree-name">{$tree_name}</span></a>
</div>
<div id="head-right">
<a href="{$jamroom_url}">{jrCore_image image="logo.png" width=36 height=36 class="logo_img" alt="`$tree_name` - Genosis"}</a>
</div>
</div>
</div>
{else}
<div id="main_logo">
<div style="display:table">
<div style="display:table-row">
<div id="main_logo_icon" style="display:table-cell">
<a href="{$jamroom_url}">{jrCore_image image="logo.png" width="48" height="48" class="logo_img" alt="`$tree_name` - Genosis"}</a>
</div>
<div id="main_logo_title" style="display:table-cell">
<a href="{$jamroom_url}">{jrGenosis_title title=$tree_name}</a>
</div>
</div>
</div>
</div>
{jrCore_include template="header_menu_desktop.tpl"}
{/if}
</div>
</div>
<div style="clear:both"></div>