]> git.sur5r.net Git - contagged/blobdiff - templates/orgs.tpl
PHP5 notice cleanups
[contagged] / templates / orgs.tpl
index fcfe45ac8847558af73f99cdb5d15e5bfd21773c..0c030af3258f60d0c9836bbc312d8f49758cc91d 100644 (file)
@@ -1,8 +1,10 @@
+{include file="header.tpl"}
+
 <table width="100%">
 {foreach from=$orgs item=org}
   <tr>
-    <td class="result" width="25">
-      <img src="pix/org.png" border="0" width="22" height="22" align="middle">
+    <td class="result" width="20">
+      <img src="pix/cog.png" border="0" width="16" height="16" align="middle" />
     </td>
     <td class="result">
       <a href="index.php?org={$org|escape:url}">{$org}</a><br>
@@ -16,3 +18,5 @@
   </tr>
 {/foreach}
 </table>
+
+{include file="footer.tpl"}