


Code: Select all
/**
* Make sure this file has not already been included.
*/
if (!defined('INCLUDES_PRIME_LINKS'))
{
define('INCLUDES_PRIME_LINKS', true);
// Options
define('REMOVE_SUBDOMAINS', true); // Specify subdomains to be removed before checking the link, separated by semicolons (setting TRUE will remove all subdomains)
define('USE_TARGET_ATTRIBUTE', false); // The attribute "target" is not valid for STRICT doctypes
define('EXTERNAL_LINK_PREFIX', 'http://anonym.to?'); // Example: 'http://anonym.to?'
// Link relationships
define('INTERNAL_LINK_REL', '');
define('EXTERNAL_LINK_REL', 'nofollow');
// Link targets
define('INTERNAL_LINK_TARGET', '');
define('EXTERNAL_LINK_TARGET', '_blank');
// Link classes
define('INTERNAL_LINK_CLASS', 'postlink-local');
define('EXTERNAL_LINK_CLASS', '');
Code: Select all
[img][/img]
Code: Select all
[img][/img]
Code: Select all
<a href="{URL}" class="image-resize" rel="lyteframe" rev="width: 800px; height: 450px;><img src="{URL}" alt="Lytebox Image" /></a>
janmyszkier wrote:Post by janmyszkier on Wed May 21, 2008 2:25 am
I' having an issue with your mod:
[phpBB Debug] PHP Notice: in file /adm/index.php on line 344: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'acp_board::lytebox_theme_select' was given
[phpBB Debug] PHP Notice: in file /adm/index.php on line 344: call_user_func_array() [function.c