[insert_php]
$notas=get_the_title();
global $post; $parents = get_post_ancestors( $post->ID );
$id = ($parents) ? $parents[count($parents)-1]: $post->ID; $parent = get_post( $id );
$marca1 = $parent->post_name;
$marca1 = strtoupper($marca1);
include (‘base/Version.php’);
[/insert_php]
-
[insert_php]
include (‘base/modcompeti.php’);
[/insert_php]