Changeset 397
- Timestamp:
- 04/13/09 20:24:44 (11 months ago)
- Location:
- trunk/themes/blanktheme/templates
- Files:
-
- 2 modified
-
footer.htm (modified) (1 diff)
-
head.htm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/blanktheme/templates/footer.htm
r217 r397 6 6 * http://www.yaml.de/en/license/license-conditions.html 7 7 *]--> 8 <a href="backend.php" title="RSS"><img src="<!--[$imagepath]-->/icons/rss14x14.png" alt="RSS" width="14" height="14" /> RSS</a> | 8 <a href="<!--[pnmodurl modname='News' type='user' func='view' theme='rss']-->" title="RSS"><img src="<!--[$imagepath]-->/icons/rss14x14.png" alt="RSS" width="14" height="14" /> RSS</a> | 9 <a href="<!--[pnmodurl modname='News' type='user' func='view' theme='Atom']-->" title="Atom"><img src="<!--[$imagepath]-->/icons/rss14x14.png" alt="Atom" width="14" height="14" /> Atom</a> | 9 10 <a href="<!--[pnmodurl modname='Legal']-->" title="<!--[pnml name='_AB_TERMSOFUSE']-->"><!--[pnml name='_AB_TERMSOFUSE']--></a> | 10 11 <a href="<!--[pnmodurl modname='Formicula']-->" title="<!--[pnml name='_AB_CONTACTUS']-->"><!--[pnml name='_AB_CONTACTUS']--></a> | 11 12 <a href="#header" title="<!--[pnml name='_AB_BACKTOTOP']-->"><!--[pnml name='_AB_BACKTOTOP']--></a> 12 13 <br /> 13 © 2008<a href="<!--[$baseurl]-->"><!--[sitename]--></a>. 14 © <!--['Y'|date]--> <a href="<!--[$baseurl]-->"><!--[sitename]--></a>. 14 15 <a href="http://community.zikula.org/" title="<!--[pnml name='_AB_POWERED_BY_ZIKULA']-->">Zikula</a> | 15 16 <a href="http://www.yaml.de/" title="<!--[pnml name='_AB_BASED_ON_YAML']-->">YAML</a> | -
trunk/themes/blanktheme/templates/head.htm
r376 r397 7 7 <meta name="keywords" content="<!--[keywords]-->" /> 8 8 <meta name="Author" content="<!--[sitename]-->" /> 9 <meta name="Copyright" content="Copyright (c) 2009by <!--[sitename]-->" />9 <meta name="Copyright" content="Copyright (c) <!--['Y'|date]--> by <!--[sitename]-->" /> 10 10 <meta name="Robots" content="index,follow" /> 11 11 <meta name="Generator" content="Zikula - www.zikula.org" /> 12 12 13 <link rel="alternate" href=" backend.php" type="application/rss+xml" title="<!--[sitename]-->" />13 <link rel="alternate" href="<!--[pnmodurl modname='News' type='user' func='view' theme='rss']-->" type="application/rss+xml" title="<!--[sitename]-->" /> 14 14 <link rel="icon" type="image/x-icon" href="<!--[$imagepath]-->/favicon.ico" /> <!--[* W3C *]--> 15 15 <link rel="shortcut icon" type="image/ico" href="<!--[$imagepath]-->/favicon.ico" /> <!--[* IE *]-->
