How do you add a joomla Template in admin panel of joomla?
Please mention the steps
Answers were Sorted based on User's Feedback
Answer / ramsingh
If you are using the joomla 1.5. Go to the Extensions menu
and there one submenu Install/uninstall and upload the Zip
file of the template in that and see that one if sucessfully
uploaded in template manager in same menu
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / suni
if u want to create ur own template then go to the joomla
folder in that template folder is there put ur own template
folder according to the joomla
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / satyendra
If we are using the joomla 1.5. Go to the Extensions menu
and there one submenu Install/uninstall and upload the Zip
file of the template in that and see that one if sucessfully
uploaded in template manager in same menu
| Is This Answer Correct ? | 7 Yes | 5 No |
Which is not a file-related function in php?
What is inheritance in php? How many types of inheritance supports php?
How can we encrpt a text?
How do you pass a variable by value in php?
i want to need upload above 100mb file,i was successfully upload 75mb using .htaccess file ,but i can put 101mb file,it was not upload..please give some tips..local server its work perfectly but online it doesn't work.. .htaccess file details AddHandler application/x-httpd-php .php php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 300M php_value output_buffering on php_value max_execution_time 259200 php_value max_input_time 259200 php_value session.cookie_lifetime 0 php_value session.gc_maxlifetime 259200 php_value default_socket_timeout 259200
can anyone explain about stored procedure,Triggers and transaction in php?
How to call php function from javascript using ajax?
What is composer json?
What are the different types of php variables?
Whether session will work if we disable cookies in client browser ?
Why do we show php code in browser?
Is it possible to destroy a cookie?