TinyPortal
Development => Support => Topic started by: rocknroller on January 19, 2013, 07:03:56 PM
Can someone tell me where is stored article title, I want to set Article name in first position on page title.
Now is My long title forum - Article name and I want
Article name - Now is My long title forum
When you have open multiple tabs you can't know where is what.
All you need to do is search for $context['page_title'] in the TP code and you will see all the different places it is set. I think you need to look in Sources/TPortal.php file for what you are looking for. Assuming I understand what you are asking. :)
Thank you Ichbin, :)
I will try, I never thought of that.