Changeset 1083
- Timestamp:
- 08/20/07 00:52:20 (1 year ago)
- Files:
-
- trunk/src/lyceum/portal.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lyceum/portal.php
r1082 r1083 11 11 get_currentuserinfo(); 12 12 13 $ SITE_TITLE= get_settings('site_title');13 $site_title = get_settings('site_title'); 14 14 15 15 ?> … … 20 20 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 21 21 22 <title><?php echo $ SITE_TITLE?></title>22 <title><?php echo $site_title ?></title> 23 23 24 24 <link rel="stylesheet" href="<?php echo WEBROOT ?>/wp-content/portal/style.css" type="text/css" media="screen" /> … … 41 41 42 42 <div id="header"> 43 <h1><?php echo get_settings('site_title')?></h1>43 <h1><?php echo $site_title ?></h1> 44 44 </div> 45 45
