diff options
author | andi <andi@splitbrain.org> | 2005-01-24 21:03:09 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-01-24 21:03:09 +0100 |
commit | f31d5b73c07fa4e2b21cfe3b28bdec1e76f7897f (patch) | |
tree | 36dc6c12bbf23fd67d3a9ebba71fa1356293126e /inc/html.php | |
parent | 095bfd5c8eccb477e322519b4c86957ec2a9de02 (diff) | |
download | rpg-f31d5b73c07fa4e2b21cfe3b28bdec1e76f7897f.tar.gz rpg-f31d5b73c07fa4e2b21cfe3b28bdec1e76f7897f.tar.bz2 |
new versionstring method
darcs-hash:20050124200309-9977f-fda536f83c08a38d56f77a09bd99abdd1745e2fb.gz
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index cd8651dde..e6221c14b 100644 --- a/inc/html.php +++ b/inc/html.php @@ -187,7 +187,7 @@ function html_head(){ <head> <title><?=$ID?> [<?=$conf['title']?>]</title> <meta http-equiv="Content-Type" content="text/html; charset=<?=$lang['encoding']?>" /> - <meta name="generator" content="DokuWiki <?=DOKUWIKIVERSION?>" /> + <meta name="generator" content="DokuWiki <?=getVersion()?>" /> <link rel="stylesheet" media="screen" type="text/css" href="<?=getBaseURL()?>style.css" /> <link rel="stylesheet" media="print" type="text/css" href="<?=getBaseURL()?>print.css" /> <link rel="shortcut icon" href="<?=getBaseURL()?>images/favicon.ico" /> |