Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Non-hackish way to edit admin page titles
I noticed that my admin page titles weren’t very helpful with tabbed browsing, as you usually only see the first part of the page title. Also “Txp” feels a bit like an afterthought. :-)
So I edited txplib_head.php and changed the ordering like so:
<title><?php echo escape_title($pagetitle) ?> › <?php echo htmlspecialchars($sitename) ?> › Website Editor</title>
Do I need to write a plugin to override this if I don’t want to maintain the core every time a new release comes out?
Last edited by maruchan (2011-06-01 07:04:52)
Offline