<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=378526515676058&amp;ev=PageView&amp;noscript=1">
x
language COL arrow_drop_down
Se ha producido un error al procesar la plantilla.
Invocation of method 'addMetaTag' in  class com.liferay.portal.kernel.velocity.IterVelocityTools threw exception XYZ_E_INVALID_VELOCITY_META_TAGS_MAP_ZYX:Invalid parameters K: 'content' V: 'null'

[file IterVelocityTools.java, method addMetaTag, line 886] at 21233/F/ECR-ARTICULO-METAS[line 31, column 20]
1##----ECR-Articulo-Metas----
 
2#set($sectionID = "#printAssignedSectionID")
 
3#set ($sectionName = $!iterVelocityTools.getVariable($sectionID , "PubliSectionName") )
 
4
 
5<!-- Inicio META TAG FECHA DE PUBLICACION ARTICULO -->
 
6
 
7
 
8#set($fechapub = "#printOnlyDateModExtend('yyyy-M-d H:m:s')")
 
9#set($metaA = {})
 
10#set($temp = $metaA.put("property","article:published_time"))
 
11#set($temp = $metaA.put("content","$fechapub"))
 
12$iterVelocityTools.addMetaTag( $metaA )
 
13
 
14<!-- Inicio META TAG AUTOR --> 
 
15#set($hmAutores = {})
 
16#getAcAssignedCatExtended($hmAutores "Autores")
 
17
 
18#set($hmAutor = $hmAutores.get(0))
 
19#set ($catId = $hmAutor.id)
 
20#if($catId)
 
21	#set ($aboutAuthor = $aboutCategoryArticles.getArticle($catId))
 
22#end
 
23
 
24#set($metaAuthor = {})
 
25#set($temp = $metaAuthor.put("name","author"))
 
26#if($aboutAuthor)
 
27	#set($temp = $metaAuthor.put("content",$!aboutAuthor.Instrumental_Autor.data))
 
28#else
 
29	#set($temp = $metaAuthor.put("content",""))
 
30#end
 
31$iterVelocityTools.addMetaTag($metaAuthor )
 
32
 
33<!-- Inicio META TAG NICKNAME  AUTHOR --> 
 
34#set($hmAutoresnickname = {})
 
35#getAcAssignedCatExtended($hmAutoresnickname "Autor_Nickname")
 
36
 
37#set($hmAutornickname = $hmAutoresnickname.get(0))
 
38#set ($catIdnick = $hmAutornickname.id)
 
39#if($catIdnick)
 
40	#set ($aboutAuthornickname = $aboutCategoryArticles.getArticle($catIdnick))
 
41#end
 
42
 
43#set($metaAuthornickname = {})
 
44#set($tempnick = $metaAuthornickname.put("property","mrf:authors"))
 
45#if($aboutAuthornickname)
 
46	#set($tempnick = $metaAuthornickname.put("content",$!aboutAuthornickname.Instrumental_Autor.data))
 
47        $iterVelocityTools.addMetaTag($metaAuthornickname )
 
48#else
 
49
 
50#end
 
51
 
52
 
53<!-- Inicio META TAGS CXSENSE -->
 
54#set($metaPageClass = {})
 
55#set($temp = $metaPageClass.put("name","cXenseParse:pageclass"))
 
56#set($temp = $metaPageClass.put("content","article"))
 
57$iterVelocityTools.addMetaTag($metaPageClass)
 
58
 
59#set($metaArticleId = {})
 
60#set($temp = $metaArticleId.put("name","cXenseParse:recs:articleid"))
 
61#set($temp = $metaArticleId.put("content",$reserved-article-id.data))
 
62$iterVelocityTools.addMetaTag($metaArticleId)
 
63
 
64#set ($portalBeanLocator = $portal.getClass().forName('com.liferay.portal.kernel.bean.PortalBeanLocatorUtil'))
 
65#set ($dateFormatFactory = $portalBeanLocator.locate('com.liferay.portal.kernel.util.DateFormatFactoryUtil'))
 
66#set ($indexFormat = $dateFormatFactory.getSimpleDateFormat('yyyy/MM/dd HH:mm:ss'))
 
67#set($ac-sectionDateFrom =  $articleContext.selectNodes('articlectx/sections//section[@from]'))
 
68#if($ac-sectionDateFrom.size() > 0)
 
69	#foreach ($atrib in $ac-sectionDateFrom.get(0).attributes()  )         
 
70		#if($atrib.name == "from")
 
71			#set ($dResultado = $indexFormat.parse("$atrib.data"))
 
72		#end
 
73	#end
 
74#end
 
75
 
76#if($dResultado && $dResultado != "")
 
77#set($metaPublishTime = {})
 
78#set($temp = $metaPublishTime.put("name","cXenseParse:recs:publishtime"))
 
79#set($temp = $metaPublishTime.put("content",$dateTool.format("yyyy-MM-d'T'hh:mm:ss.000'Z'",$dResultado)))
 
80$iterVelocityTools.addMetaTag($metaPublishTime)
 
81#end
 
82
 
83#set($metaCategory = {})
 
84#set($temp = $metaCategory.put("name","cXenseParse:recs:category"))
 
85#set($temp = $metaCategory.put("content","$sectionName"))
 
86$iterVelocityTools.addMetaTag($metaCategory)
 
87
 
88<!-- Fin META TAGS CXSENSE -->
 
89
 
90<!-- metas de login de redes sociales-->
 
91
 
92<meta name="google-signin-scope" content="profile email">
 
93<meta name="google-signin-client_id" content="1066384773801-9khkfgmhf1ebbu54ik3tsdbel1ke1eo1.apps.googleusercontent.com">
 
94<script src="https://apis.google.com/js/platform.js" async defer></script>
 
95
 
96<!-- Inicio DAX -->
 
97<!-- DAX para los detalles de los artículos -->
 
98<script type="text/javascript">
 
99	// <![CDATA[
 
100	function udm_(a){
 
101	var b="comScore=",c=document,d=c.cookie,e="",f="indexOf",g="substring",h="length",i=2048,j,k="&ns_",l="&",m,n,o,p,q=window,r=q.encodeURIComponent||escape;if(d[f](b)+1)for(o=0,n=d.split(";"),p=n[h];o<p;o++)m=n[o][f](b),m+1&&(e=l+unescape(n[o][g](m+b[h])));a+=k+"_t="+ +(new Date)+k+"c="+(c.characterSet||c.defaultCharset||"")+"&c8="+r(c.title)+e+"&c7="+r(c.URL)+"&c9="+r(c.referrer),a[h]>i&&a[f](l)>0&&(j=a[g](0,i-8).lastIndexOf(l),a=(a[g](0,j)+k+"cut="+r(a[g](j+1)))[g](0,i)),c.images?(m=new Image,q.ns_p||(ns_p=m),m.src=a):c.write("<","p","><",'img src="',a,'" height="1" width="1" alt="*"',"><","/p",">")}
 
102	udm_('http'+(document.location.href.charAt(4)=='s'?'s://sb':'://b')+'.scorecardresearch.com/p?c1=2&c2=6035166&ns_site=el-colombiano&name=$sectionName.$reserved-article-url-title.data');
 
103	// ]]>
 
104</script>
 
105<noscript><p><img src="http://b.scorecardresearch.com/p?c1=2&c2=6035166&ns_site=el-colombiano&name=$sectionName.$reserved-article-url-title.data" height="1" width="1" alt="*"></p></noscript>
 
106
 
107<!-- Fin DAX -->
 
108
 

En la cantera quieren mucho a sus héroes

Envigado Fútbol Club quiere seguir siendo reconocido en Colombia por la calidad de sus divisiones inferiores, el pasado fin de semana se hizo el lanzamiento de la cantera de héroes para niños de 6 años.

  • No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
    No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
  • No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
    No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
  • No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
    No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
  • No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
    No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
  • No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
    No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
  • No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
    No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
  • No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
    No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
  • No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
    No son expertos en jugar fútbol pero disfrutan mucho con el balón. Foto: Jaime Pérez Munevar
  • Escuela de Dorlan Pabón ganador del concurso inagural de la cantera de héroes. Foto: Jaime Pérez Munevar
    Escuela de Dorlan Pabón ganador del concurso inagural de la cantera de héroes. Foto: Jaime Pérez Munevar
  • Escuela de Juan Fernando Quintero. Foto: Jaime Pérez Munevar
    Escuela de Juan Fernando Quintero. Foto: Jaime Pérez Munevar
  • Escuela de James Rodríguez. Foto: Jaime Pérez Munevar
    Escuela de James Rodríguez. Foto: Jaime Pérez Munevar
  • Escuela de Frank Fabra. Foto: Jaime Pérez Munevar
    Escuela de Frank Fabra. Foto: Jaime Pérez Munevar
  • Escuela Jairo Palomino. Foto: Jaime Pérez Munevar
    Escuela Jairo Palomino. Foto: Jaime Pérez Munevar
13 de mayo de 2019
bookmark

Envigado Fútbol Club quiere seguir siendo reconocido en Colombia por la calidad de sus divisiones inferiores, el pasado fin de semana se hizo el lanzamiento de la cantera de héroes para niños de 6 años.

El empleo que busca está a un clic

Te puede interesar

Las más leídas

Te recomendamos

Utilidad para la vida

Regístrate al newsletter

PROCESANDO TU SOLICITUD