mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Add favicon link
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9091 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29d2b0b3a6
commit
574ae40bd1
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ class HTMLDisplayHandler {
|
|||
// add .x div for adminitration pages
|
||||
if(Context::getResponseMethod() == 'HTML') {
|
||||
if(Context::get('module')!='admin' && strpos(Context::get('act'),'Admin')>0) $output = '<div class="x">'.$output.'</div>';
|
||||
|
||||
$output = '<link rel="SHORTCUT ICON" href="/xe1.5.0config/files/attach/xeicon/favicon.ico">'.$output;//
|
||||
|
||||
if(Context::get('layout') != 'none') {
|
||||
if(__DEBUG__==3) $start = getMicroTime();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue