Guest User

Untitled

a guest
Jul 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. Source
  2.  
  3. 268 /**
  4. 269 * Used by <% include Identifier %> statements to get the full
  5. 270 * unparsed content of a template file.
  6. 271 *
  7. 272 * @uses getTemplateFile()
  8. 273 * @param string $identifier A template name without '.ss' extension or path.
  9. 274 * @return string content of template
  10. 275 */
  11. 276 public static function getTemplateContent($identifier) {
  12. 277 return file_get_contents(SSViewer::getTemplateFile($identifier));
  13. 278 }
  14. 279
  15. 280 /**
  16. 281 * @ignore
  17. 282 */
  18. 283 static private $flushed = false;
  19.  
  20. Trace
  21.  
  22. * file_get_contents()
  23. Line 277 of SSViewer.php
  24. * SSViewer::getTemplateContent(SideBar)
  25. Line 2 of SSViewer.php(396) : runtime-created function
  26. * __lambda_func(Array)
  27. * preg_replace_callback(/<% include +([A-Za-z0-9_]+) +%>/,�lambda_49,<!-- template /var/www/html/ss/gallery/templates/Layout/GalleryPage.ss --> <div class="typography"> <% if Menu(2) %> <% include SideBar %> <div id="Content"> <% end_if %> <% if Level(2) %> <% include BreadCrumbs %> <% end_if %> <h2>$Title</h2> <% include GalleryPageContent %> $Content $Form $PageComments <% if Menu(2) %> </div> <% end_if %> </div> <!-- end template /var/www/html/ss/gallery/templates/Layout/GalleryPage.ss -->)
  28. Line 396 of SSViewer.php
  29. * SSViewer::parseTemplateContent(<div class="typography"> <% if Menu(2) %> <% include SideBar %> <div id="Content"> <% end_if %> <% if Level(2) %> <% include BreadCrumbs %> <% end_if %> <h2>$Title</h2> <% include GalleryPageContent %> $Content $Form $PageComments <% if Menu(2) %> </div> <% end_if %> </div> ,/var/www/html/ss/gallery/templates/Layout/GalleryPage.ss)
  30. Line 321 of SSViewer.php
  31. * SSViewer->process(GalleryPage_Controller)
  32. Line 346 of SSViewer.php
  33. * SSViewer->process(GalleryPage_Controller)
  34. Line 175 of Controller.php
  35. * Controller->handleAction(HTTPRequest)
  36. Line 129 of RequestHandler.php
  37. * RequestHandler->handleRequest(HTTPRequest)
  38. Line 122 of Controller.php
  39. * Controller->handleRequest(HTTPRequest)
  40. Line 29 of ModelAsController.php
  41. * ModelAsController->handleRequest(HTTPRequest)
  42. Line 277 of Director.php
  43. * Director::handleRequest(HTTPRequest,Session)
  44. Line 121 of Director.php
  45. * Director::direct(/killerbee-custom/)
  46. Line 118 of main.php
Add Comment
Please, Sign In to add comment