System:App:modulesAwaitingInstallBox
From Aspen Documentation
Displays a box listing the modules awaiting installation, with links
Since 1.0
Examples
print $this->APP->modulesAwaitingInstallBox();
The above command will output a basic box listing the modules awaiting install:
<div class="notice"><em>You have new modules that have not yet been installed.:</em><ul id="install-mod-box"> <li>Blog <a href="http://yourdomain.com/aspen-framework/admin/install/install_module/5f1d4368-f946-b242-7e41-d58a03d6a858" title="Click to Install">Click to Install</a></li> </ul></div>