/******************************************************************************
** Section <<<$template_thumb_view_title_row>>> - START
******************************************************************************/
// HTML template for title row of the thumbnail view (album title + sort options)
$template_thumb_view_title_row = <<<EOT
                <div id="thumb_view_title_row"><div class="albumName">
                    <p>{ALBUM_NAME}</p>
                </div>
                <div class="admin_buttons_thumb_view">
<!-- BEGIN admin_buttons -->
                    <a href="modifyalb.php?album={ALBUM_ID}" class="admin_menu_thumb_view" title="{MODIFY_LNK}">{MODIFY_ICO} {MODIFY_LNK}</a>
                    &nbsp;&nbsp;
                    <a href="index.php?cat={CAT_ID}" class="admin_menu_thumb_view" title="{PARENT_CAT_LNK}">{PARENT_CAT_ICO} {PARENT_CAT_LNK}</a>
                    &nbsp;&nbsp;
                    <a href="editpics.php?album={ALBUM_ID}" class="admin_menu_thumb_view" title="{EDIT_PICS_LNK}">{EDIT_PICS_ICO} {EDIT_PICS_LNK}</a>
                    &nbsp;&nbsp;
                    <a href="albmgr.php?cat={CAT_ID}" class="admin_menu_thumb_view" title="{ALBUM_MGR_LNK}">{ALBUM_MGR_ICO} {ALBUM_MGR_LNK}</a>
<!-- END admin_buttons -->
                </div></div>
                <div class="sortorder_cell" id="sortorder_cell">
                    <!-- Use JavaScript to display the sorting options only to humans, but hide them from search engines to avoid double-content indexing (js/thumbnails.js) -->
                </div><div class="clearer"></div></div>
EOT;
/******************************************************************************
** Section <<<$template_thumb_view_title_row>>> - END
******************************************************************************/

<!-- BEGIN tabs -->
        <tr><td class="thumbnailsTabs" colspan="{THUMB_COLS}" style="padding: 0px;"><table width="100%" cellspacing="0" cellpadding="0"><tr>{TABS}</tr></table></td></tr>
<!-- END tabs -->