This module allows users to unpublish content using a url placed anywhere in a Drupal site
Basically all you have to do the following:
To unpublish a node whose nid is 15 use the following code
<a href="<?php print base_path().'url_unpublish/15';?>">Unpublish Node</a>
You...









