Changeset 3262:d7ae7e24da60 for inc/core/class.dc.blog.php
- Timestamp:
- 07/02/16 10:12:25 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r3134 r3262 138 138 { 139 139 $ret = $this->getQmarkURL().'pf='.$pf; 140 if ($strip_host) { 141 $ret = html::stripHostURL($ret); 142 } 143 return $ret; 144 } 145 146 /** 147 Returns public URL of specified var file. 148 */ 149 public function getVF($vf, $strip_host=true) 150 { 151 $ret = $this->getQmarkURL().'vf='.$vf; 140 152 if ($strip_host) { 141 153 $ret = html::stripHostURL($ret);
Note: See TracChangeset
for help on using the changeset viewer.