0byt3m1n1
Path:
/
home
/
k
/
a
/
s
/
kassiope
/
OLD
/
00-OLD
/
templates
/
go_vista_lite
/
elements
/
[
Home
]
File: customheader.php
<?php defined('JPATH_BASE') or die(); class JElementCustomheader extends JElement { var $_name = 'Customheader'; function fetchElement( $name, $value, &$node, $control_name ) { $class = $node->attributes( 'class' ) ? $node->attributes( 'class' ) : "text_area"; $return = '<a href="./index.php?option=com_modules&task=edit&module=mod_custom&created=1&client=0">Create custom header with images, etc. at POSITION HEADER</a>'; return $return; } } ?>