Show
Ignore:
Timestamp:
07/18/07 01:06:54 (18 months ago)
Author:
aarkerio
Message:

Helps added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/helpers/gags.php

    r45 r50  
    4040   } 
    4141    
    42    public function setImages() { 
     42  public function setImages()  
     43  { 
    4344      $img  = '<p style="text-align:right;width:150px;float:right">'; 
    4445      $img .= $this->Html->link($this->Html->image('admin/myimages.jpg', array("alt"=>"My Images", "title"=>"My Images")), '#',  
    4546              array("onclick"=>"javascript:window.open('/admin/images/listing/set', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=500')"), null, null,false); 
    4647      $img .= '</p>'; 
    47    return $img; 
    48  } 
    49  
     48     return $img; 
     49  } 
     50   
     51  public function construction()  
     52  { 
     53     return '<p align="center">' . $this->Html->image('static/construction.jpg', array("alt"=>"Under construction", "title"=>"Under construction")) . '</p>'; 
     54  } 
     55  
    5056}