Michael Rice
Showing posts with label
component
.
Show all posts
Showing posts with label
component
.
Show all posts
Tuesday, March 3, 2009
Joomla Tips and Tricks- #1
How to change / set the Joomla template programmatically from within a Joomla 1.5 component.
function my_method() {
global $mainframe;
$mainframe->setTemplate = "my-template-name";
}
Bam... "That was easy!"
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
▼
2015
(1)
▼
October
(1)
System.Data.SqlClient.SqlException The INSERT stat...
►
2011
(1)
►
January
(1)
►
2010
(3)
►
December
(1)
►
September
(1)
►
August
(1)
►
2009
(4)
►
December
(1)
►
November
(1)
►
March
(1)
►
February
(1)
►
2008
(4)
►
November
(1)
►
June
(1)
►
April
(2)
About Me
Mike
View my complete profile