Skip to content

Commit

Permalink
added styling to layout list of available structures
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed Feb 15, 2016
1 parent e22dca0 commit e65c21a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/editor/edit_content_struct.php
Expand Up @@ -16,13 +16,16 @@
require_once(TR_INCLUDE_PATH.'../home/editor/editor_tab_functions.inc.php');
require_once(TR_INCLUDE_PATH.'../home/classes/ContentUtility.class.php');
require_once(TR_INCLUDE_PATH.'../home/classes/StructureManager.class.php');
$_custom_head .= '<link rel="stylesheet" href="../themes/'.$_SESSION['prefs']['PREF_THEME'].'/template_editor/style.css" type="text/css" />'."\n";


global $_content_id, $contentManager, $_course_id;
$cid = $_content_id;

Utility::authenticate(TR_PRIV_ISAUTHOR);

if (isset($_GET['pid'])) $pid = intval($_GET['pid']);
if (isset($_POST['_course_id'])) $_course_id = intval($_POST['_course_id']);

if (defined('TR_FORCE_GET_FILE') && TR_FORCE_GET_FILE) {
$course_base_href = 'get.php/';
Expand Down

0 comments on commit e65c21a

Please sign in to comment.