Log in with username/password: lyceum/lyceum

Changeset 1083

Show
Ignore:
Timestamp:
08/20/07 00:52:20 (1 year ago)
Author:
jjb
Message:

use of $site_title variable in portal

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/portal.php

    r1082 r1083  
    1111get_currentuserinfo(); 
    1212 
    13 $SITE_TITLE = get_settings('site_title'); 
     13$site_title = get_settings('site_title'); 
    1414 
    1515?> 
     
    2020<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    2121 
    22 <title><?php echo $SITE_TITLE ?></title> 
     22<title><?php echo $site_title ?></title> 
    2323 
    2424<link rel="stylesheet" href="<?php echo WEBROOT ?>/wp-content/portal/style.css" type="text/css" media="screen" /> 
     
    4141 
    4242<div id="header"> 
    43    <h1><?php echo get_settings('site_title')?></h1> 
     43   <h1><?php echo $site_title ?></h1> 
    4444</div> 
    4545 
Log in with username/password: lyceum/lyceum