So we don't need the title field, right? But we need to translate those too. So we need this:
$title = '<title>' . ( $this->title ? __($this->title) . " - " : "" ) . __($aiki->site->site_name()) . '</title>'; BTW: Can we use this: (script( $aiki->output->set_title( (__("new title of site")__) ) )script) -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/793336 Title: all sites have default in the title and that is straight dumb Status in Aiki Framework: Confirmed Bug description: All pages that you create by default will have '- default' suffix in title. and remove from that page! http://www.aikiframework.org/wiki/Tips_and_Tricks To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/793336/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp