Changeset 274 for trollforge


Ignore:
Timestamp:
05/16/08 13:21:09 (5 years ago)
Author:
sam
Message:
  • Put gnaa.png and favicon.ico on the static site, too.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/index.php

    r272 r274  
    181181      <?php include("include/js.inc") ?> 
    182182    </script> 
    183     <link rel="icon" type="image/x-icon" href="favicon.ico" /> 
    184     <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> 
     183    <link rel="icon" type="image/x-icon" href="<?php echo $static; ?>favicon.ico" /> 
     184    <link rel="shortcut icon" type="image/x-icon" href="<?php echo $static; ?>favicon.ico" /> 
    185185    <style type="text/css"> 
    186186      html { 
     
    261261      <td valign="middle"> 
    262262        <div style="text-align: center;"> 
    263           <a href="http://www.gnaa.us/"><img src="gnaa.png" alt="GNAA" /></a> 
     263          <a href="http://www.gnaa.us/"><img src="<?php echo $static; ?>gnaa.png" alt="GNAA" /></a> 
    264264          <br /> 
    265265          <br /> 
Note: See TracChangeset for help on using the changeset viewer.