Ignore:
Timestamp:
Sep 1, 2009, 9:50:48 PM (15 years ago)
Author:
nikrou
Message:

refactoring : remove unused stylesheet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/template/ak_thumbnails.tpl

    r3811 r3814  
    2929
    3030{if !empty($thumbnails)}
     31{if $AK_THUMBNAILS_LOC == 'top' or $AK_THUMBNAILS_LOC == 'bottom'}
     32<table class="ak_display_horizontal">
     33{else}
    3134<table class="ak_display">
     35{/if}
    3236  <tr>
    3337    {if $AK_THUMBNAILS_LOC == 'top'}
     
    5761{html_head}
    5862<link rel="stylesheet" type="text/css" href="{$AK_PLUGIN_CSS}/ak_style.css">
    59 {if $AK_THUMBNAILS_LOC == 'top' or $AK_THUMBNAILS_LOC == 'bottom'}
    60 <link rel="stylesheet" type="text/css" href="{$AK_PLUGIN_CSS}/ak_style_h.css">
    61 {/if}
    6263<script type="text/javascript">
    6364var dir_thumbnail = '{$AK_DIR_THUMBNAIL}';prefix_thumbnail = '{$AK_PREFIX_THUMBNAIL}';var ak_mouse_event = '{$AK_MOUSE_EVENT}';
Note: See TracChangeset for help on using the changeset viewer.