--- /tmp/class.tx_kbtvcontslide_pi1.php	2006-09-07 16:12:25.558243342 +0000
+++ class.tx_kbtvcontslide_pi1.php	2006-09-07 16:09:53.312728592 +0000
@@ -63,9 +63,23 @@
 	 */
 	function main($content,$conf)	{
 		$rootLine = $GLOBALS["TSFE"]->rootLine;
+
+
 		while ($page = array_shift($rootLine))	{
 			$page = $GLOBALS['TSFE']->sys_page->getPage($page['uid']);
 			$value = $this->getPageFlexValue($page, $conf['field']);
+
+			if ($page["shortcut"] > 0)
+			{
+				$page2 = $GLOBALS['TSFE']->sys_page->getPage($page['shortcut']);
+				$value2 = $this->getPageFlexValue($page2, $conf['field']);
+
+				if ($value2)
+				{
+					$content .= (strlen($content)&&strlen($value2)?',':'').$value2;
+				}
+			}
+			
 			if (intval($conf['innerReverse']))	{
 				$parts = t3lib_div::trimExplode(',', $value, 1);
 				$parts = array_reverse($parts);
@@ -80,6 +94,7 @@
 				break;
 			}
 		}
+
 		return $content;
 	}
 
