Changeset 7403


Ignore:
Timestamp:
Oct 26, 2010, 4:48:00 PM (14 years ago)
Author:
Gotcha
Message:

Add the RSS feed in the header.tpl
Thanks to vincent3569

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/trunk/template/header.tpl

    r6721 r7403  
    2323<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
    2424<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
     25
     26<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
     27<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
    2528
    2629<link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" >
Note: See TracChangeset for help on using the changeset viewer.