- Timestamp:
- 04/29/10 15:57:44 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/editSuccess.php
r1003 r1095 35 35 <h6>Permalink:</h6> 36 36 <div class="a-blog-post-permalink-wrapper url"> 37 <span>http://site/blog/url/</span><?php // Dan, Can you echo the REAL URL prefix here -- I don't know how to build a URL based on the complex blog route business we are doing ?>37 <span><?php echo aTools::urlForPage($a_blog_post->findBestEngine()->getSlug()).'/' ?></span><?php // Dan, Can you echo the REAL URL prefix here -- I don't know how to build a URL based on the complex blog route business we are doing ?> 38 38 </div> 39 39 <div class="a-blog-post-permalink-wrapper slug">

