Changeset 1453
- Timestamp:
 - Jan 11, 2006, 2:13:44 AM (20 years ago)
 - Location:
 - irpg/trunk/htdocs
 - Files:
 - 
      
- 1 added
 - 2 edited
 
- 
  config.php (modified) (1 diff)
 - 
  header.php (modified) (1 diff)
 - 
  logo.gif (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
irpg/trunk/htdocs/config.php
r1451 r1453 28 28 29 29 // image to use for the top logo 30 $irpg_logo=" idlerpg.png";30 $irpg_logo="logo.gif"; 31 31 32 32 // directory in which your site is located from the root directory. my site  - 
      
irpg/trunk/htdocs/header.php
r1451 r1453 14 14 <div class="head"> 15 15 <?php 16 echo(' <img src="'. $irpg_logo .'" alt="'. $irpg_chan .' Idle RPG" title="'. $irpg_chan .' Idle RPG" width=" 338" height="115" />');16 echo(' <img src="'. $irpg_logo .'" alt="'. $irpg_chan .' Idle RPG" title="'. $irpg_chan .' Idle RPG" width="55" height="45" />'); 17 17 ?> 18 18 </div>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  