Search found 4 matches

by Darius
Thu Sep 20, 2007 9:50 am
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1575

Re: How can i load template ?

have u any joomla site ? make new PHP file ie ( darius.php ) & put my code in your file then upload file to your joomla root & see what happen so i saw couple of notices (Joomla 1.0.13)  due to wrong code, after adding some corrections: <?php defined( '_VALID_MOS' ) or die( 'Direct Access to t...
by Darius
Thu Sep 20, 2007 9:20 am
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1575

Re: How can i load template ?

Hmm, maybe you can use php include() statement in your template index.php file:

Code: Select all

<?php include 'MYDOMAIN.COM/javid.php'; ?>


or maybe one of these extensions will help to solve your problem:
http://extensions.joomla.org/index.php? ... &Itemid=35
by Darius
Thu Sep 20, 2007 8:24 am
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1575

Re: How can i load template ?

Hi, no that's possible. Just put this code snippet to module (http://help.joomla.org/content/view/20/60/) and then you would be able to load this module where ever you want ;)
by Darius
Sun Mar 25, 2007 7:22 am
Forum: Submit Your Suggested Tips & Tricks Here
Topic: Changing graphics/banners?
Replies: 5
Views: 3711

Re: Changing graphics/banners?

incorrect path here, should be templates/used_template_name/images , or you could view properties of that image with your browser.