Archive for June 24th, 2008

Joomla Page Title inside body

Wow, I searched for this for so long >.<
Tried
“Joomla Custom title”
“Joomla Page Title”
“Joomla Title in divs”
and so and so on o__o the good news its one line answer!!
ok here it is

<?php echo $mainframe->getPageTitle(); ?>

A href Padding Problem (IE and FireFox)

The problem is that when I have two a hrefs next to each other the padding is screwed in joomla. anyways here is what I did

Yes fixed padding on both IE and FireFox, here is the CSS Code

a.mainlevel:link, a.mainlevel:visited {

display:-moz-inline-box;
display:inline-block;
padding:10px;
}

the html code

<a class=”mainlevel” href=”link1.html”>Link1</a>

<a class=”mainlevel” href=”link2.html”>link2</a>

a good thing to know is that inline-block can have height and width =D

Hide Menu In Flash

Short and clean

var HideMenu:ContextMenu = new ContextMenu ();
HideMenu.hideBuiltInItems();
this.menu = HideMenu;

Return top

INFORMATION

Change this sentence and title from admin Theme option page.