Added constants file and removed constants.php edit;

Added links to main menu installation; 
Added ability to handle language variables as link title;
This commit is contained in:
Marc Alexander
2010-10-01 11:52:05 +00:00
parent 8e11e32347
commit d78c37a4ee
6 changed files with 83 additions and 31 deletions

View File

@@ -538,18 +538,6 @@ Deny from All
}]]></action>
</edit>
</open>
<open src="includes/constants.php">
<edit>
<find><![CDATA[// Additional tables]]></find>
<action type="after-add"><![CDATA[define('PORTAL_ROOT_PATH', 'portal/');
define('PORTAL_ICONS_PATH', 'images/portal/icons');
define('PORTAL_BLOCKS_TABLE', $table_prefix . 'portal_blocks');
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
//define('PORTAL_PAGES_TABLE', $table_prefix . 'portal_pages');
define('PORTAL_LINKS_TABLE', $table_prefix . 'portal_links');]]></action>
</edit>
</open>
<open src="includes/functions.php">
<edit>
<find><![CDATA[// The following assigns all _common_ variables that may be used at any point in a template.]]></find>