Changeset 288

Show
Ignore:
Timestamp:
06/08/07 09:31:21
Author:
grahack
Message:

minor: corrected typos in admin example controller

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/controllers/admin/example.php

    r231 r288  
    5555                $data['heading']='Admin Console home'; 
    5656                $data['action']='Just an example'; 
    57                 $data['content']="<p>Do what do You want with this controller!</p>" 
     57                $data['content']="<p>Do what you want with this controller!</p>" 
    5858                                                 ."<p>Click <b>".anchor('admin/example/restrict_example', 'here')."</b>: if you are a superadmin you will see something</p>" 
    5959                                                 ."<p>I'm sure You are smart enough!</p>"; 
     
    7070    // -------------------------------------------------------------------- 
    7171        /** 
    72      * Let's restric a method just to superadmin 
     72     * Let's restrict a method just to superadmin 
    7373     * 
    7474     */