Follow these steps to activate the [PAGETITLE] skin object for your HTML skins.
The [PAGETITLE] Skin Object is now available to your DNN site and you can use it in your skins. You can also include a CssClass property with it to apply CSS styles.
DotNetNuke 4.x does not include the PageTitle skin object out of the box. So if you want to make it work in your DNN 4.x web site, you have to either install the skin object from DNN 3.x or put the files manually.
In ASCX skins you don't need a skin object. Use the code below to get the title of the page you're browsing:
<%=PortalSettings.ActiveTab.TabName %>
I found this tip among others on Snapsis forums. Check this thread: DotNetNuke Tokens: Some tricks for getting more than SkinPath in your skin.
rstacey481 says:
rudgr says:
Alltaste says:
Name (required)
Email (required)
Website
Notify me of followup comments via e-mail