silverferret4 / benetten.com

Repository for my art site.
Other
1 stars 1 forks source link

Title correction - artist_info #6

Closed silverferret4 closed 9 years ago

silverferret4 commented 9 years ago

Each of the page names gets written into the TITLE section of the page dynamically, first letter capitalized to make it look nice. However, the artist_info page keeps the underscore.

Want to make it so that each distinct word has the first letter capitalized and the underscore is removed (replaced by a space) to look cleaner.

Need to fix this in the pages.php controller.