Block-und Modul

Begonnen von angecris, 17 März 2011, 18:10:45

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

angecris

Hallo, Ich mag zu einem Block nur Anzeige der URL:

Xxxxxxxxxxxxxx / modules.php? Name = Content & pid = 45

<?php 

defined
('mxMainFileLoaded') or die('access denied');// Emp&#234;che l'acc&#232;s direct

if (MX_MODULE != 'Content' && $_REQUEST['pid'] != '45') {
    
$mxblockcache false;
    return;
}

$mxblockcache true// Pour utiliser la fonction cache pour le bloc sinon mettez false au lieu de true

//Debut du contenu
$content '';//Initialisation de la variable 
$content .= '
<div style="text-align: center"><a title="kinetic09" href="http://www.kinetic09.com"><img class="border" src="http://www.ntfrance.org/media/images/news/pub_kinetic2.jpg" alt="kinetic09"</a></div>
'
;
?>


Sorry for bad languag, thanks all

PragmaThemes

You only want to show a Url in a Block ?

You can make it with Blocks in your Admin CP.

Create a new Block and include the URL in the wysiwyg Explorer.

Klick on the Icon And fill the form with Informations.

Sorry for the bad Englisch :D
www.7CC.de - Dein Custom URL Shortener Service.

angecris

It is impossible to do via admin