File: /home/c1190199/public_html/_alex/wp-content/themes/portada/class/Theme.Window.class.php
<?php
/******************************************************************************/
/******************************************************************************/
class Portada_ThemeWindow
{
/**************************************************************************/
function __construct()
{
$this->linkTarger=array
(
'_self' => array(__('Open page in the same frame','portada')),
'_blank' => array(__('Open page in a new window','portada'))
);
}
/**************************************************************************/
}
/******************************************************************************/
/******************************************************************************/