srchub

srchub Commit Details


Date:2016-03-20 11:18:56 (8 years 9 months ago)
Author:Natalie Adams
Branch:master
Commit:0e252b19b522f2ad78a872623da6ea5b821c01d0
Parents: 957111d6adf5f74754ae6ef59f29331b0a4dc8f2
Message:Issue 144: New favicon

Changes:

File differences

indefero/src/IDF/templates/idf/base-full.html
2525
2626
2727
28
28
2929
3030
3131
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{media '/idf/css/yui.css'}" />
<link rel="stylesheet" type="text/css" href="{media '/idf/css/style.css'}" />
<link rel="icon" type="image/png" href="{media '/idf/img/favicon.png'}" />
<link rel="icon" type="image/png" href="{media '/idf/img/srchub_favicon.png'}" />
{block extraheader}{/block}
<title>{block pagetitle}{$page_title|strip_tags}{/block}{if $project} - {$project.shortdesc}{/if}</title>
indefero/src/IDF/templates/idf/base-simple.html
2525
2626
2727
28
28
2929
3030
3131
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{media '/idf/css/yui.css'}" />
<link rel="stylesheet" type="text/css" href="{media '/idf/css/style.css'}" />
<link rel="icon" type="image/png" href="{media '/idf/img/favicon.png'}" />
<link rel="icon" type="image/png" href="{media '/idf/img/srchub_favicon.png'}" />
{block extraheader}{/block}
<title>{block pagetitle}{$page_title|strip_tags}{/block}</title>
indefero/src/IDF/templates/idf/base.html
2626
2727
2828
29
29
3030
3131
3232
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{media '/idf/css/yui.css'}" />
<link rel="stylesheet" type="text/css" href="{media '/idf/css/style.css'}" />
<link rel="icon" type="image/png" href="{media '/idf/img/favicon.png'}" />
<link rel="icon" type="image/png" href="{media '/idf/img/srchub_favicon.png'}" />
<link rel="stylesheet" type="text/css" href="{media '/idf/css/prettify.css'}" />

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06256s using 20 queries.