| 
 Edit Links | Test / StatusIcon
<<  | Page list |  >> Table of contents (hide) 1. Examples
 
 Making it centered: 
 A documented feature 
 2. Implemenation and configurationThe icon images are stored here: The recipe file is on Aussie in the file 
 However, it's configured in 
 by the following piece of code: 
if(true) {
  $StatusIconTypeFmt =
    array('default' =>
          '[[Devel/Status#default | uploads:/Site/statusicon/default.gif"Default... no nothing probably:-)"]]',
          'undocumented'
          => '[[Devel/Status#undocumented | uploads:/Site/statusicon/undocumented.gif"No documentation available yet"]]',
          'documented'
          => '[[Devel/Status#documented | uploads:/Site/statusicon/documented.gif"Documented"]]'
          );
  include_once("$FarmD/cookbook/statusicon.php");
 }
So in order to add more types of icons, modify $StatusIconTypeFmt. The key in the array
is what is to be given as argument to  3. Categories |