View file plugins/smsGB_plugin.php

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

function smsGB_info(){
return array(
"name" => "ADD SMS Grabber",
"author" => "Sombir redhu",
"author_site" => "http://jatt.nazuka.net",
"description" => "This will add New Sms Grabber in Extra menu In Ur Home page",
);
}

function smsGB_add($value){
global $dir;
// here you can edit the html code
if(!$dir)
$value .="<dic class='content'><a href='$set->url/Sms/index.html'><img src='http://jatt.nazuka.net//tpl/style/images/gdir.gif'> Sms Collection</a></div>";
return $value;
}
?>