diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-08-07 03:00:45 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-08-07 03:00:45 +0200 |
commit | 404e35dc873cc8abe66a7c45ab3f098d83cf1992 (patch) | |
tree | 0c76c0635bcdb817f1f3fcf80d5eb732dba951fe /user_guide/installation | |
parent | 573b66ae00907c605f67aa1266e73bea15f81175 (diff) |
added more descriptive titles to all user manual pages
Diffstat (limited to 'user_guide/installation')
-rw-r--r-- | user_guide/installation/downloads.html | 2 | ||||
-rw-r--r-- | user_guide/installation/index.html | 2 | ||||
-rw-r--r-- | user_guide/installation/troubleshooting.html | 2 | ||||
-rw-r--r-- | user_guide/installation/upgrade_154.html | 2 | ||||
-rw-r--r-- | user_guide/installation/upgrading.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index 983bf9825..939437efe 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -2,7 +2,7 @@ <html>
<head>
-<title>CodeIgniter User Guide</title>
+<title>CodeIgniter User Guide : Downloading CodeIgniter</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html index 4d5433338..13a9c1169 100644 --- a/user_guide/installation/index.html +++ b/user_guide/installation/index.html @@ -2,7 +2,7 @@ <html>
<head>
-<title>CodeIgniter User Guide</title>
+<title>CodeIgniter User Guide : Installation Instructions</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
diff --git a/user_guide/installation/troubleshooting.html b/user_guide/installation/troubleshooting.html index d7858afff..c5517a7f6 100644 --- a/user_guide/installation/troubleshooting.html +++ b/user_guide/installation/troubleshooting.html @@ -2,7 +2,7 @@ <html>
<head>
-<title>CodeIgniter User Guide</title>
+<title>CodeIgniter User Guide : Troubleshooting</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
diff --git a/user_guide/installation/upgrade_154.html b/user_guide/installation/upgrade_154.html index 3d8d1ba08..1494f5a75 100644 --- a/user_guide/installation/upgrade_154.html +++ b/user_guide/installation/upgrade_154.html @@ -2,7 +2,7 @@ <html>
<head>
-<title>CodeIgniter User Guide</title>
+<title>CodeIgniter User Guide : Upgrading from 1.5.3 to 1.5.4</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html index 182953cc5..9434e02d5 100644 --- a/user_guide/installation/upgrading.html +++ b/user_guide/installation/upgrading.html @@ -2,7 +2,7 @@ <html>
<head>
-<title>CodeIgniter User Guide</title>
+<title>CodeIgniter User Guide : Upgrading From a Previous Version</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
|