View file KmVeOcAnvBLEqQXfZ/plugins/textmaker_plugin.php

File size: 580B
<?php
$plugins->add_hook("index","textmaker_add");

function textmaker_info(){
return array(
"name" => "Make Change Text Style",
"author" => "kopilakash",
"author_site" => "http://feniwap.com",
"description" => "Its Kind of make Change Your Text in many style .",
);
}

function textmaker_add($value){
global $dir,$set;
// here you can edit the html code
if(!$dir)
$value .="<div class='content'><a href='http://feniwap.com/textmaker'><img src='$set->url/".MAI_TPL."style/images/gdir.gif' alt='.'/>&nbsp;Make Change  Text Style</a></div>";
return $value;
}
?>