# shiftcontroller/3.2.4/application/modules/wordpress/controllers/admin/shortcode.php

ShiftController Employee Shift Scheduling, version 3.2.4. 24 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/3.2.4/code/application/modules/wordpress/controllers/admin/shortcode.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/3.2.4/raw/application/modules/wordpress/controllers/admin/shortcode.php
- Modified: 2015-09-11T13:05:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shiftcontroller/3.2.4/code/application/modules/wordpress/controllers/admin/shortcode.php#L10-L20`.

```php
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

class Shortcode_Admin_Wordpress_HC_controller extends _Backend_HC_controller
{
	function index()
	{
		$app = $this->config->item('nts_app');

	/* render view */
		$this->layout->set_partial(
			'content', 
			$this->render( 
				'wordpress/admin/shortcode',
				array(
					'shortcode'	=> $app,
					)
				)
			);
		$this->layout();
	}
}

/* End of file customers.php */
/* Location: ./application/controllers/admin/categories.php */
```
