|
    Ultima modificación |
    Ver Log
    | 
  
  
  
     
        
        | Rev | Autor | Línea Nro. | Línea | 
     
     
        
           | 1 | efrain | 1 | <?php
 | 
        
           |  |  | 2 | // Every file should have GPL and copyright in the header - we skip it in tutorials but you should not skip it for real.
 | 
        
           |  |  | 3 |   | 
        
           |  |  | 4 | // This line protects the file from being accessed by a URL directly.
 | 
        
           |  |  | 5 | defined('MOODLE_INTERNAL') || die();
 | 
        
           |  |  | 6 |   | 
        
           |  |  | 7 | // A description shown in the admin theme selector.
 | 
        
           |  |  | 8 | $string['choosereadme'] = 'Theme universe child is a child theme of Universe. It adds the ability to upload background photos.';
 | 
        
           |  |  | 9 | // The name of our plugin.
 | 
        
           |  |  | 10 | $string['pluginname'] = 'Universe Child';
 | 
        
           |  |  | 11 | // We need to include a lang string for each block region.
 | 
        
           |  |  | 12 | $string['region-side-pre'] = 'Right';
 |