Skip to content

Commit

Permalink
Small changes to the README and master.layout.php for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Aug 31, 2009
1 parent 98bbd3c commit f45ef61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ h2. Installation Process
# Unzip contents into your web documents path (i.e. public_html)
# On a development machine make these directories writeable by PHP:
## apps/
## recess/temp/
## recess/sqlite/
## data/temp/
## data/sqlite/
# Open recess-conf.php and set RecessConf::$defaultDatabase
## If using MySQL: Uncomment the 'mysql:...' line and fill in DBNAME/USER/PASS
## If using Sqlite: Uncomment the 'sqlite:...' line and name the database
Expand Down
2 changes: 1 addition & 1 deletion recess/recess/apps/tools/views/layouts/master.layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
</script>
<?php echo $scripts ?>
<title>Recess Tools!<?php echo $title; ?></title>
<title>Recess Tools! - <?php echo $title; ?></title>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit f45ef61

Please sign in to comment.