{
return array(
'IPF_VER' => IPF::version(),
- 'ADMIN_MEDIA_URL' => IPF::get('static_url') . 'admin/',
'admin_title' => IPF::get('admin_title'),
'indexpage_url' => IPF::get('indexpage_url', '/'),
'app_list' => F::bind(array($this, 'appList'), $request),
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg version="1.1" width="16" height="16" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke="#666" stroke-width="2">
+ <line x1="10" y1="10" x2="14" y2="14" stroke-linecap="round"/>
+ <circle cx="6.5" cy="6.5" r="4.5"/>
+ </g>
+</svg>
+
{/if}
{/foreach}
<label for="searchbar">
- <img alt="Search" src="{$ADMIN_MEDIA_URL}img/icon_searchbox.png" />
+ <img alt="Search" src="{$STATIC_URL}admin/img/search.svg">
</label>
<input id="searchbar" type="text" value="{$search_value}" name="q" size="40"/>
<input type="submit" value="Go"/>