- Posts: 3
Feature Requests
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
[Closed] setTitle detail view
- raimonesteve
- Topic Author
- Offline
- New Member
-
Less
More
15 years 8 months ago - 15 years 8 months ago #1
by raimonesteve
[Closed] setTitle detail view was created by raimonesteve
Hello,
it's a improve for the next version.
Add setTitle in detail view for generate HTML Title Page.
file:
detail/tmpl/default.php
Add:
$document = & JFactory::getDocument();
$document->setTitle($course_info);
it's a improve for the next version.
Add setTitle in detail view for generate HTML Title Page.
file:
detail/tmpl/default.php
Add:
$document = & JFactory::getDocument();
$document->setTitle($course_info);
Last edit: 15 years 8 months ago by Chris.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
15 years 8 months ago #2
by Chris
Replied by Chris on topic Re: [IMP] setTitle detail view
Thank you for your suggestion and solution to it as well.
I have moved this to the new features section.
I have moved this to the new features section.
Please Log in or Create an account to join the conversation.
- shekar
-
- Offline
- Senior Member
-
Less
More
- Posts: 70
15 years 8 months ago #3
by shekar
Replied by shekar on topic Re:[IMP] setTitle detail view
Thanks for the code....
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
15 years 8 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re:[IMP] setTitle detail view
Thanks for the fix, I already included it for next release.
Please Log in or Create an account to join the conversation.