Articulos recientes
-
The MTPaginate tag only works within PHP documents!// Values that can be used in other PHP code on the page $paginate_num_pages = 25; $paginate_num_sections = 26; $paginate_page_selector = 'page'; $paginate_current_page = @$_GET['page']; // Pin page selector to a valid number (or 'all') if($paginate_current_page=='') $paginate_current_page = '1'; if($paginate_current_page != 'all') { if($paginate_current_page == 'first') $paginate_current_page = 1; elseif($paginate_current_page == 'last') $paginate_current_page = 25; elseif($paginate_current_page < 1) $paginate_current_page = 1; elseif($paginate_current_page > 25) $paginate_current_page = 25; $paginate_sections = array( 0 , 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26); $paginate_top_section = $paginate_sections[$paginate_current_page-1]+1; $paginate_bottom_section = $paginate_sections[$paginate_current_page]; } else { $paginate_top_section = 1; $paginate_bottom_section = 26; } if(isset($_SERVER['QUERY_STRING'])) { $paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&'; $paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self); $paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1); if($paginate_self == '&') $paginate_self = ''; else $paginate_self = htmlentities($paginate_self); } else { $paginate_self = ''; } $paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page"; ?>
Make sure that the document extension is .php and that your server supports PHP documents. - El tren volvió a San José
- El Editor | Enero 07, 2006 | 0 Comentarios
- El elevado costo de la “nueva” política monetaria
- Luis Paulino Vargas Solís | Enero 07, 2006 | 0 Comentarios
- De cal y de arena
- Alvaro Madrigal Castro | Enero 06, 2006 | 0 Comentarios
- El Banco Central en su laberinto
- Juan Manuel Villasuso | Enero 06, 2006 | 0 Comentarios
- El enigmático almirante Cristoforo Colombo
- El Editor | Enero 04, 2006 | 0 Comentarios
- El mono sin juicio (Del fundamentalismo)
- José Calvo | Enero 03, 2006 | 0 Comentarios
- ¿Alcanza?
- Flora Fernández | Enero 02, 2006 | 3 Comentarios
- 2006, un año de decisiones
- Juan Manuel Villasuso | Diciembre 31, 2005 | 0 Comentarios
- El embajador y “La Nación”
- Luis Paulino Vargas Solís | Diciembre 30, 2005 | 0 Comentarios
- Sobre muros - tres comentarios
- El Editor | Diciembre 30, 2005 | 0 Comentarios
- De cal y de arena
- Alvaro Madrigal Castro | Diciembre 28, 2005 | 0 Comentarios
- “El imperio de la ley fundamental”
- José Calvo | Diciembre 27, 2005 | 0 Comentarios
- La democracia en América: bicentenario de Tocqueville
- El Editor | Diciembre 26, 2005 | 0 Comentarios
- El secreto de mi tamal
- Flora Fernández | Diciembre 24, 2005 | 1 Comentarios
- ¿Qué pasó en Hong Kong?
- Juan Manuel Villasuso | Diciembre 23, 2005 | 0 Comentarios
- De cal y de arena
- Alvaro Madrigal Castro | Diciembre 22, 2005 | 0 Comentarios
- Las nuevas caras del futuro
- El Editor | Diciembre 20, 2005 | 0 Comentarios
- El Código Da Vinci
- José Calvo | Diciembre 19, 2005 | 1 Comentarios
- Por qué ha triunfado Evo Morales en Bolivia
- El Editor | Diciembre 19, 2005 | 0 Comentarios
- Soy un extraño en las aduanas
- El Editor | Diciembre 19, 2005 | 0 Comentarios
- Nació otro poder
- El Editor | Diciembre 19, 2005 | 0 Comentarios
- Meditación para este tiempo
- Alfonso Chase | Diciembre 19, 2005 | 0 Comentarios
- Ojo crítico
- Rodolfo Cerdas Cruz | Diciembre 18, 2005 | 0 Comentarios
- Democracias en estado de sitio
- Luis Paulino Vargas Solís | Diciembre 17, 2005 | 0 Comentarios
- Integrados, no amurallados
- El Editor | Diciembre 17, 2005 | 0 Comentarios