Logo
From TUTOS
ther are two places where TUTOS will store logo information:
- for the login screen you will have some variables in the config.php
- $tutos['logo'] = "http://sourceforge.net/sflogo.php?group_id=8047&type=1";
- $tutos['logolink'] = "http://www.tutos.org";
After login the logoinformation is retrieved from the database. You can change this using these steps:
- admin page
- select t_config table or Menu/Administration/Configuration
- update in Layout Tab logo or logolink entry
In older versions of tutos this info is saved with the database entry (select Admin, click on Database name, select Modify)