Changeset 8073
- Timestamp:
- Dec 11, 2010, 12:00:02 AM (14 years ago)
- Location:
- extensions/sobre/trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/sobre/trunk/template/header.tpl
r7623 r8073 22 22 <title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else} 23 23 <title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if} 24 <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico"> 24 <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}/themes/sobre/images/favicon.ico"> 25 <link rel="icon" href="{$ROOT_URL}/themes/sobre/images/favicon.gif" type="image/gif" /> 25 26 26 27 <link rel="alternate" type="application/rss+xml" title="{'Galerie RSS feed'|@translate}" href="./notification.php"> -
extensions/sobre/trunk/theme.css
r7776 r8073 385 385 } 386 386 #comments div.thumbnailCategory div.illustration { 387 width: 255px; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */387 width: 178px; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ 388 388 } 389 389 .content ul.thumbnails span, … … 393 393 } 394 394 .content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description { 395 height:1 70px;395 height:198px; 396 396 } 397 397 … … 644 644 border-bottom:none; 645 645 } 646 647 648 649 #comments blockquote { 650 margin-left: 5px; 651 } 652 653 #comments hr { 654 display: none; 655 } 656 657 #comments { 658 margin-bottom : 13px; 659 } 660 661 662 #theCategoryPage .content { 663 margin-left: 0; 664 } -
extensions/sobre/trunk/themeconf.inc.php
r7045 r8073 11 11 12 12 $themeconf = array( 13 'parent' => 'default',14 'name' => 'sobre',13 'parent' => 'default', 14 'name' => 'sobre', 15 15 'local_head' => 'local_head.tpl', 16 16 );
Note: See TracChangeset
for help on using the changeset viewer.