Changeset 1453


Ignore:
Timestamp:
Jan 11, 2006, 2:13:44 AM (18 years ago)
Author:
skalpette
Message:

ajout du logo

Location:
irpg/trunk/htdocs
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • irpg/trunk/htdocs/config.php

    r1451 r1453  
    2828
    2929// image to use for the top logo
    30 $irpg_logo="idlerpg.png";
     30$irpg_logo="logo.gif";
    3131
    3232// directory in which your site is located from the root directory. my site
  • irpg/trunk/htdocs/header.php

    r1451 r1453  
    1414    <div class="head">
    1515<?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" />');
    1717?>
    1818    </div>
Note: See TracChangeset for help on using the changeset viewer.