Home
last modified time | relevance | path

Searched refs:carousel_index (Results 1 – 1 of 1) sorted by last modified time

/plugin/mikioplugin/
H A Dcarousel.php12 $carousel_index = 0; variable
14 $carousel_index = $_GET['carousel']; variable
15 if ($carousel_index > count($matches[0])) {
16 die('The page does not have ' . $carousel_index . ' carousels');
19 $carousel_index--;
26 preg_match_all('/<[^\/].*?>/s', $matches[0][$carousel_index], $tags);