Changeset 1070:64699c5b7cc9 for inc
- Timestamp:
- 12/17/12 00:15:04 (13 years ago)
- Branch:
- twig
- Location:
- inc/admin
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.admincontext.php
r1064 r1070 39 39 'admin_url' => DC_ADMIN_URL, 40 40 'theme_url' => DC_ADMIN_URL.'index.php?tf=', 41 'plugin_url' => DC_ADMIN_URL.'index.php?pf=', 41 42 42 43 'version' => DC_VERSION, … … 201 202 { 202 203 $this->protected_globals['page_title'] = $title; 204 } 205 206 /** 207 Check if a page title is set 208 */ 209 public function hasPageTitle() 210 { 211 return !empty($this->protected_globals['page_title']); 203 212 } 204 213
Note: See TracChangeset
for help on using the changeset viewer.