View file plugins/announcements/info.php

File size: 257B
<?php
// Plugin Name
$name = 'Announcements';

// Plugin Author
$author = 'phpSocial';

// Plugin URL
$url = 'https://phpsocial.com';

// Plugin Version
$version = '1.0.6';

// Plugin Type
$type = '5';

// Plugin Priority
$priority = 0;
?>