04-03-2010, 06:22 PM
|
#3 (permalink)
|
|
The Contributor
Join Date: Feb 2010
Posts: 69
Thanks: 16
|
ok so i dont know if im 1 step closer or not... its all jibberish to me lol.
what if i just want it to pull out the include ?
on View as list option i need it to do:
PHP Code:
<?php include ("includes/list.php");?>
and on View as slide-show option i need it to do
PHP Code:
<?php include ("includes/slideshow.php");?>
|
|
|
|