Hi<br><br>How i can access to $Group, $Name variable from custom Markup?<br><br>example:<br><br>Markup("get_content", "directives", '/\(:get_content\s+\((.+?)\):\)/e',"_get_content($1)");<br>

.....<br>.....<br>function _get_content($filename)<br>{<br>$foo=file_get_contents($mypath.$Group.'/'.$Name.'/'.$filename);<br>return $foo;<br>}<br>